Skip to content

[AutoPR azure-mgmt-resource-subscriptions]-generated-from-SDK Generation - Python-6331828#47042

Open
azure-sdk wants to merge 3 commits into
mainfrom
sdkauto/azure-mgmt-resource-subscriptions-6331828
Open

[AutoPR azure-mgmt-resource-subscriptions]-generated-from-SDK Generation - Python-6331828#47042
azure-sdk wants to merge 3 commits into
mainfrom
sdkauto/azure-mgmt-resource-subscriptions-6331828

Conversation

@azure-sdk
Copy link
Copy Markdown
Collaborator

Configurations: 'specification/resources/resource-manager/Microsoft.Resources/subscriptions/tspconfig.yaml', API Version: 2022-12-01, SDK Release Type: beta, and CommitSHA: 'f34830624e2040e4777496c73aa7c6fe764f4bfc' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6331828 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.

…esources/subscriptions/tspconfig.yaml', API Version: 2022-12-01, SDK Release Type: beta, and CommitSHA: 'f34830624e2040e4777496c73aa7c6fe764f4bfc' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6331828 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
@ChenxiJiang333 ChenxiJiang333 marked this pull request as ready for review May 21, 2026 06:23
Copilot AI review requested due to automatic review settings May 21, 2026 06:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR is an AutoPR regeneration for azure-mgmt-resource-subscriptions from the Microsoft.Resources/subscriptions TypeSpec configuration (API version 2022-12-01), updating the package to 1.0.0b2 and aligning the generated client/model surface with the newer Python code generator output.

Changes:

  • Bumps package version to 1.0.0b2 and updates changelog accordingly.
  • Raises the declared minimum supported Python version to >=3.10 (README + pyproject.toml).
  • Regenerates the SDK code (client, operations, models, utils) and updates APIView cross-language mapping metadata.

Reviewed changes

Copilot reviewed 46 out of 46 changed files in this pull request and generated no comments.

Show a summary per file
File Description
sdk/resources/azure-mgmt-resource-subscriptions/tsp-location.yaml Adds TypeSpec source location metadata for regeneration provenance.
sdk/resources/azure-mgmt-resource-subscriptions/README.md Updates stated supported Python version to 3.10+.
sdk/resources/azure-mgmt-resource-subscriptions/pyproject.toml Updates requires-python to >=3.10 and removes the Python 3.9 classifier.
sdk/resources/azure-mgmt-resource-subscriptions/generated_tests/conftest.py Regenerated test scaffolding header.
sdk/resources/azure-mgmt-resource-subscriptions/generated_tests/test_subscription.py Regenerated tests (drops explicit api_version argument usage).
sdk/resources/azure-mgmt-resource-subscriptions/generated_tests/test_subscription_async.py Regenerated async tests (drops explicit api_version argument usage).
sdk/resources/azure-mgmt-resource-subscriptions/generated_tests/test_subscription_operations.py Regenerated tests (drops explicit api_version argument usage).
sdk/resources/azure-mgmt-resource-subscriptions/generated_tests/test_subscription_operations_async.py Regenerated async tests (drops explicit api_version argument usage).
sdk/resources/azure-mgmt-resource-subscriptions/generated_tests/test_subscription_subscriptions_operations.py Regenerated tests (drops explicit api_version argument usage).
sdk/resources/azure-mgmt-resource-subscriptions/generated_tests/test_subscription_subscriptions_operations_async.py Regenerated async tests (drops explicit api_version argument usage).
sdk/resources/azure-mgmt-resource-subscriptions/generated_tests/test_subscription_tenants_operations.py Regenerated tests (drops explicit api_version argument usage).
sdk/resources/azure-mgmt-resource-subscriptions/generated_tests/test_subscription_tenants_operations_async.py Regenerated async tests (drops explicit api_version argument usage).
sdk/resources/azure-mgmt-resource-subscriptions/generated_samples/check_resource_name.py Regenerated sample; updates original-file annotation format.
sdk/resources/azure-mgmt-resource-subscriptions/generated_samples/get_locations.py Regenerated sample; updates original-file annotation format.
sdk/resources/azure-mgmt-resource-subscriptions/generated_samples/get_locations_with_extended_locations.py Regenerated sample; updates original-file annotation format.
sdk/resources/azure-mgmt-resource-subscriptions/generated_samples/get_subscription.py Regenerated sample; updates original-file annotation format.
sdk/resources/azure-mgmt-resource-subscriptions/generated_samples/get_subscriptions.py Regenerated sample; updates original-file annotation format.
sdk/resources/azure-mgmt-resource-subscriptions/generated_samples/get_tenants.py Regenerated sample; updates original-file annotation format.
sdk/resources/azure-mgmt-resource-subscriptions/generated_samples/post_check_zone_peers.py Regenerated sample; updates original-file annotation format.
sdk/resources/azure-mgmt-resource-subscriptions/CHANGELOG.md Adds 1.0.0b2 release notes and breaking change entries.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/_version.py Updates VERSION to 1.0.0b2.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/init.py Updates generated imports to use _client.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/_client.py Regenerated sync client; exposes send_request and updates endpoint formatting approach.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/_configuration.py Regenerated sync configuration; adds base_url on config.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/_patch.py Minor regeneration cleanup (blank line removal).
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/operations/init.py Regenerated operations package init.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/operations/_operations.py Regenerated operations implementation (paging/deserialization/error handling changes).
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/operations/_patch.py Minor regeneration cleanup (blank line removal).
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/models/init.py Switches model exports to new _models module and _enums.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/models/_models.py New generated model definitions (replaces _models_py3.py).
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/models/_models_py3.py Removes legacy AutoRest-generated model module.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/models/_enums.py Regenerated enums (expanded docstrings/values).
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/models/_patch.py Minor regeneration cleanup (blank line removal).
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/aio/init.py Updates generated imports to use aio _client.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/aio/_client.py Regenerated async client; exposes send_request and updates endpoint formatting approach.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/aio/_configuration.py Regenerated async configuration; adds base_url on config.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/aio/_patch.py Minor regeneration cleanup (blank line removal).
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/aio/operations/init.py Regenerated async operations package init.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/aio/operations/_operations.py Regenerated async operations implementation (paging/deserialization/error handling changes).
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/aio/operations/_patch.py Minor regeneration cleanup (blank line removal).
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/_utils/init.py Regenerated utils package header.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/_utils/utils.py Regenerated utils header.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/_utils/serialization.py Updates Self import strategy for Python versions.
sdk/resources/azure-mgmt-resource-subscriptions/azure/mgmt/resource/subscriptions/_utils/model_base.py Adds generated model base + serializer/deserializer helpers used by new models/ops.
sdk/resources/azure-mgmt-resource-subscriptions/apiview-properties.json Updates APIView cross-language identifiers/mappings and adds cross-language version hash.
sdk/resources/azure-mgmt-resource-subscriptions/_metadata.json Updates generator metadata to TypeSpec emitter-based fields and spec commit SHA.

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