[AutoPR azure-mgmt-computelimit]-generated-from-SDK Generation - Python-6354273#47148
Merged
Merged
Conversation
…t.ComputeLimit/ComputeLimit/tspconfig.yaml', API Version: 2026-06-01, SDK Release Type: stable, and CommitSHA: '5376576f4c7cd72c82446ddaab93642c9fad6b6e' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6354273 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Contributor
There was a problem hiding this comment.
Pull request overview
Auto-generated stable release of azure-mgmt-computelimit from 1.0.0 to 1.1.0, targeting Microsoft.ComputeLimit API version 2026-06-01 (emitter 0.62.1). Adds a new vm_families operation group, a begin_disable feature operation, and an optional FeatureEnableRequest body for begin_enable; also drops Python 3.9 support.
Changes:
- New public surface:
VmFamiliesOperations(get + list),FeaturesOperations.begin_disable,FeatureEnableRequest/VmFamily/VmFamilyPropertiesmodels, and an optional body parameter onbegin_enable. - Bump default API version to
2026-06-01in client config, request builders, and samples; expandapi_versions_listfor existing methods to include2026-04-30and2026-06-01. - Require Python 3.10+ (drop 3.9 classifier /
requires-python), switchSelfimport tosys.version_info-gated pattern, and refresh generated_utils/model_base.pyand_utils/serialization.pyshared helpers.
Reviewed changes
Copilot reviewed 44 out of 44 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Adds 1.1.0 entry describing new operations and models. |
| _version.py | Bumps VERSION to 1.1.0. |
| _metadata.json / tsp-location.yaml | Update commit, API version 2026-06-01, emitter 0.62.1. |
| pyproject.toml / README.md | Drop Python 3.9; require/document Python 3.10+. |
| azure/mgmt/computelimit/_client.py, aio/_client.py | Wire vm_families, switch Self import, refresh api_version docstring. |
| azure/mgmt/computelimit/_configuration.py, aio/_configuration.py | Default api_version is 2026-06-01; updated docstring. |
| azure/mgmt/computelimit/operations/_operations.py, aio/operations/_operations.py | Add begin_disable, VmFamiliesOperations, optional body for begin_enable, broaden api_version validation lists, pass headers to next-link requests. |
| azure/mgmt/computelimit/operations/init.py, aio/operations/init.py | Export VmFamiliesOperations. |
| azure/mgmt/computelimit/models/_models.py, models/init.py | Add and export FeatureEnableRequest, VmFamily, VmFamilyProperties. |
| azure/mgmt/computelimit/_utils/model_base.py, _utils/serialization.py | Generated utility refresh: XML field plan, scalar fast paths, Self import gating, rest_field(deserializer=...). |
| azure/mgmt/computelimit/_patch.py and sibling _patch.py files | Remove a trailing blank line (no functional change). |
| apiview-properties.json | Map new models/operations and add CrossLanguageVersion. |
| generated_samples/* | New features_disable.py, vm_families_get.py, vm_families_list.py; existing samples repointed to 2026-06-01/* original files. |
| generated_tests/* | New/extended generated tests for vm_families and features.begin_disable (skipped by default). |
msyyc
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configurations: 'specification/computelimit/resource-manager/Microsoft.ComputeLimit/ComputeLimit/tspconfig.yaml', API Version: 2026-06-01, SDK Release Type: stable, and CommitSHA: '5376576f4c7cd72c82446ddaab93642c9fad6b6e' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6354273 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=2246 Submitted by: ajbhal@microsoft.com