[AutoPR azure-mgmt-servicegroups]-generated-from-SDK Generation - Python-6326709#47023
Closed
azure-sdk wants to merge 1 commit into
Closed
[AutoPR azure-mgmt-servicegroups]-generated-from-SDK Generation - Python-6326709#47023azure-sdk wants to merge 1 commit into
azure-sdk wants to merge 1 commit into
Conversation
…Management/ServiceGroups/tspconfig.yaml', API Version: 2024-02-01-preview, SDK Release Type: beta, and CommitSHA: '6d50d64d3eeca46ecf1b4af80e9994bac920a7d0' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6326709 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
Updates the azure-mgmt-servicegroups management-plane SDK generated from the Microsoft.Management/ServiceGroups TypeSpec configuration at a newer azure-rest-api-specs commit, including a beta version bump and regenerated client/runtime helpers.
Changes:
- Regenerate the SDK from spec commit
6d50d64d...and bump package version to1.0.0b2. - Raise minimum supported Python version to
>=3.10(README + pyproject classifiers/metadata). - Update generated client/runtime code (Self typing import handling, XML serialization/model base changes, metadata/apiview properties refresh).
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/servicegroups/azure-mgmt-servicegroups/tsp-location.yaml | Updates the tracked source specs commit SHA for generation provenance. |
| sdk/servicegroups/azure-mgmt-servicegroups/README.md | Aligns stated supported Python version with packaging metadata. |
| sdk/servicegroups/azure-mgmt-servicegroups/pyproject.toml | Updates requires-python/classifiers and retains beta/stability metadata. |
| sdk/servicegroups/azure-mgmt-servicegroups/CHANGELOG.md | Adds a new 1.0.0b2 entry (currently placeholder content). |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/operations/_patch.py | Minor generated scaffold cleanup (blank line removal). |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/models/_patch.py | Minor generated scaffold cleanup (blank line removal). |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/aio/operations/_patch.py | Minor generated scaffold cleanup (blank line removal). |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/aio/_patch.py | Minor generated scaffold cleanup (blank line removal). |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/aio/_configuration.py | Updates generated docstrings for configuration keywords. |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/aio/_client.py | Updates generated async client typing/imports and docstrings. |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/_version.py | Bumps the package version constant to 1.0.0b2. |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/_utils/serialization.py | Updates generated serialization helpers (incl. Self typing handling). |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/_utils/model_base.py | Updates generated model base behavior (defaults + XML handling helpers). |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/_patch.py | Minor generated scaffold cleanup (blank line removal). |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/_configuration.py | Updates generated docstrings for configuration keywords. |
| sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/_client.py | Updates generated sync client typing/imports and docstrings. |
| sdk/servicegroups/azure-mgmt-servicegroups/apiview-properties.json | Refreshes APIView metadata (adds CrossLanguageVersion). |
| sdk/servicegroups/azure-mgmt-servicegroups/_metadata.json | Updates generation metadata (spec commit + emitter version). |
Comments suppressed due to low confidence (2)
sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/_client.py:49
- The api_version docstring says the default is None, but the configuration currently defaults api_version to "2024-02-01-preview" when not provided. Please update the docstring to reflect the actual default behavior (and keep it consistent with ServiceGroupsMgmtClientConfiguration).
:keyword api_version: The API version to use for this operation. Known values are
"2024-02-01-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
sdk/servicegroups/azure-mgmt-servicegroups/azure/mgmt/servicegroups/aio/_client.py:49
- The api_version docstring says the default is None, but the configuration currently defaults api_version to "2024-02-01-preview" when not provided. Please update the docstring to reflect the actual default behavior (and keep it consistent with ServiceGroupsMgmtClientConfiguration).
:keyword api_version: The API version to use for this operation. Known values are
"2024-02-01-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
Comment on lines
+3
to
+6
| ## 1.0.0b2 (2026-05-20) | ||
|
|
||
| tool can't generate changelog for this release, please update manually. | ||
|
|
| """The Groups RP provides Service Groups as a construct to group multiple resources, resource | ||
| groups, subscriptions and other service groups into an organizational hierarchy and centrally | ||
| manage access control, policies, alerting and reporting for those resources. | ||
| """ServiceGroupsMgmtClient. |
| """The Groups RP provides Service Groups as a construct to group multiple resources, resource | ||
| groups, subscriptions and other service groups into an organizational hierarchy and centrally | ||
| manage access control, policies, alerting and reporting for those resources. | ||
| """ServiceGroupsMgmtClient. |
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/management/resource-manager/Microsoft.Management/ServiceGroups/tspconfig.yaml', API Version: 2024-02-01-preview, SDK Release Type: beta, and CommitSHA: '6d50d64d3eeca46ecf1b4af80e9994bac920a7d0' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6326709 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.