Skip to content

[AutoPR azure-mgmt-computelimit]-generated-from-SDK Generation - Python-6448226#47542

Open
azure-sdk wants to merge 2 commits into
mainfrom
sdkauto/azure-mgmt-computelimit-6448226
Open

[AutoPR azure-mgmt-computelimit]-generated-from-SDK Generation - Python-6448226#47542
azure-sdk wants to merge 2 commits into
mainfrom
sdkauto/azure-mgmt-computelimit-6448226

Conversation

@azure-sdk

Copy link
Copy Markdown
Collaborator

Configurations: 'specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/tspconfig.yaml', SDK Release Type: stable, and CommitSHA: '2114bd7b79b2ff5604db83ebd706b81632cb0ea0' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6448226 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. Release plan link: https://azsdk-releaseplan-dashboard-hveph5aqhhcfhtgu.westus-01.azurewebsites.net/?releaseplan=35008 Submitted by: tabeaboeru@microsoft.com

…t.ComputeLimit/ComputeLimit/tspconfig.yaml', SDK Release Type: stable, and CommitSHA: '2114bd7b79b2ff5604db83ebd706b81632cb0ea0' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6448226 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Copilot AI review requested due to automatic review settings June 17, 2026 15:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Not ready to approve

The README client usage snippet is currently incorrect (imports a non-existent client) and the changelog mislabels operation groups as models.

Pull request overview

This PR updates the azure-mgmt-computelimit management SDK generated from the latest TypeSpec/REST API specs commit, bumping the default API version and introducing new ComputeLimit operation groups and models.

Changes:

  • Bumps the tracked spec commit and default API version to 2026-07-01, regenerating the SDK surface.
  • Adds new operation groups (shared_limit_caps, member_cap_overrides) and corresponding models, updating APIView artifacts.
  • Updates package metadata/docs (README, changelog, samples/tests) for the new release 1.2.0.
File summaries
File Description
sdk/computelimit/azure-mgmt-computelimit/tsp-location.yaml Updates the source spec commit reference.
sdk/computelimit/azure-mgmt-computelimit/README.md Doc wording update (auth section) and contains the client-usage snippet.
sdk/computelimit/azure-mgmt-computelimit/pyproject.toml Adds Python 3.14 classifier.
sdk/computelimit/azure-mgmt-computelimit/generated_tests/test_compute_limit_mgmt_shared_limit_caps_operations.py New generated test stub for shared limit caps (sync).
sdk/computelimit/azure-mgmt-computelimit/generated_tests/test_compute_limit_mgmt_shared_limit_caps_operations_async.py New generated test stub for shared limit caps (async).
sdk/computelimit/azure-mgmt-computelimit/generated_tests/test_compute_limit_mgmt_member_cap_overrides_operations.py New generated test stub for member cap overrides (sync).
sdk/computelimit/azure-mgmt-computelimit/generated_tests/test_compute_limit_mgmt_member_cap_overrides_operations_async.py New generated test stub for member cap overrides (async).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/vm_families_list.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/vm_families_get.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/shared_limits_list.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/shared_limits_get.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/shared_limits_delete.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/shared_limits_create.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/shared_limit_caps_set_member_cap_overrides.py New generated sample for setMemberCapOverrides.
sdk/computelimit/azure-mgmt-computelimit/generated_samples/shared_limit_caps_set_member_cap_overrides_clear_all.py New generated sample for clearing overrides.
sdk/computelimit/azure-mgmt-computelimit/generated_samples/shared_limit_caps_list.py New generated sample for listing shared limit caps.
sdk/computelimit/azure-mgmt-computelimit/generated_samples/shared_limit_caps_get.py New generated sample for getting a shared limit cap.
sdk/computelimit/azure-mgmt-computelimit/generated_samples/shared_limit_caps_delete.py New generated sample for deleting a shared limit cap.
sdk/computelimit/azure-mgmt-computelimit/generated_samples/shared_limit_caps_create_or_update.py New generated sample for create/update shared limit caps.
sdk/computelimit/azure-mgmt-computelimit/generated_samples/operations_list.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/member_cap_overrides_list_by_parent.py New generated sample for listing member cap overrides.
sdk/computelimit/azure-mgmt-computelimit/generated_samples/member_cap_overrides_get.py New generated sample for getting a member cap override.
sdk/computelimit/azure-mgmt-computelimit/generated_samples/member_cap_overrides_delete.py New generated sample for deleting a member cap override.
sdk/computelimit/azure-mgmt-computelimit/generated_samples/member_cap_overrides_create_or_update.py New generated sample for create/update member cap overrides.
sdk/computelimit/azure-mgmt-computelimit/generated_samples/guest_subscriptions_list.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/guest_subscriptions_get.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/guest_subscriptions_delete.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/guest_subscriptions_create.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/features_list.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/features_get.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/features_get_shared_limit.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/features_enable.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/generated_samples/features_disable.py Regenerated sample (api-version/original-file update).
sdk/computelimit/azure-mgmt-computelimit/CHANGELOG.md Adds 1.2.0 release notes for new operations/models.
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/operations/_patch.py Regenerated patch stub (formatting).
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/operations/_operations.py Updates default api-version and adds request builders + new operations classes.
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/operations/init.py Exposes new operation group types.
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/models/_patch.py Regenerated patch stub (formatting).
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/models/_models.py Adds new models for shared limit caps and member cap overrides.
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/models/init.py Exports new models.
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/aio/operations/_patch.py Regenerated patch stub (formatting).
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/aio/operations/_operations.py Async equivalents for new operations + api-version updates.
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/aio/operations/init.py Exposes new async operation group types.
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/aio/_patch.py Regenerated patch stub (formatting).
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/aio/_configuration.py Updates default API version to 2026-07-01 (async).
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/aio/_client.py Wires new async operation groups onto the client.
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/_version.py Bumps package version to 1.2.0.
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/_patch.py Regenerated patch stub (formatting).
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/_configuration.py Updates default API version to 2026-07-01 (sync).
sdk/computelimit/azure-mgmt-computelimit/azure/mgmt/computelimit/_client.py Wires new operation groups onto the client.
sdk/computelimit/azure-mgmt-computelimit/apiview-properties.json Updates APIView type/method mappings for new surface.
sdk/computelimit/azure-mgmt-computelimit/api.metadata.yml Adds API markdown metadata from ApiView tooling.
sdk/computelimit/azure-mgmt-computelimit/api.md Adds generated API markdown snapshot for review.
sdk/computelimit/azure-mgmt-computelimit/_metadata.json Updates apiVersion/commit/emitterVersion and adds http client version pin.

Copilot's findings

  • Files reviewed: 54/54 changed files
  • Comments generated: 3

Note

Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.
Comment thread sdk/computelimit/azure-mgmt-computelimit/CHANGELOG.md Outdated
Comment on lines +42 to 44
class ComputeLimitMgmtClient: # pylint: disable=too-many-instance-attributes
"""Microsoft Azure Compute Limit Resource Provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants