Regenerate azure-mgmt-iotcentral with latest code generator tool#46927
Open
msyyc wants to merge 1 commit into
Open
Regenerate azure-mgmt-iotcentral with latest code generator tool#46927msyyc wants to merge 1 commit into
msyyc wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR regenerates azure-mgmt-iotcentral with a newer AutoRest Python generator, migrates packaging metadata to pyproject.toml, and refreshes generated SDK artifacts.
Changes:
- Migrates legacy
setup.py/sdk_packaging.tomlmetadata intopyproject.tomland_metadata.json. - Regenerates client, operations, models, serialization utilities, generated samples, and generated tests.
- Updates README, changelog, manifest, version, and APIView metadata.
Reviewed changes
Copilot reviewed 50 out of 50 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
sdk/iothub/azure-mgmt-iotcentral/setup.py |
Removes legacy setuptools packaging file. |
sdk/iothub/azure-mgmt-iotcentral/sdk_packaging.toml |
Removes legacy packaging metadata. |
sdk/iothub/azure-mgmt-iotcentral/README.md |
Refreshes getting-started and authentication documentation. |
sdk/iothub/azure-mgmt-iotcentral/pyproject.toml |
Adds modern build/project/package metadata. |
sdk/iothub/azure-mgmt-iotcentral/MANIFEST.in |
Updates package manifest includes. |
sdk/iothub/azure-mgmt-iotcentral/generated_tests/test_iot_central_operations.py |
Adds generated sync operations test skeleton. |
sdk/iothub/azure-mgmt-iotcentral/generated_tests/test_iot_central_operations_async.py |
Adds generated async operations test skeleton. |
sdk/iothub/azure-mgmt-iotcentral/generated_tests/test_iot_central_apps_operations.py |
Adds generated sync apps test skeleton. |
sdk/iothub/azure-mgmt-iotcentral/generated_tests/test_iot_central_apps_operations_async.py |
Adds generated async apps test skeleton. |
sdk/iothub/azure-mgmt-iotcentral/generated_tests/conftest.py |
Adds generated test proxy sanitizers. |
sdk/iothub/azure-mgmt-iotcentral/generated_samples/operations_list.py |
Refreshes generated operations-list sample metadata. |
sdk/iothub/azure-mgmt-iotcentral/generated_samples/apps_update.py |
Adds generated app update sample. |
sdk/iothub/azure-mgmt-iotcentral/generated_samples/apps_templates.py |
Refreshes generated app templates sample metadata. |
sdk/iothub/azure-mgmt-iotcentral/generated_samples/apps_list_by_subscription.py |
Refreshes generated subscription-list sample metadata. |
sdk/iothub/azure-mgmt-iotcentral/generated_samples/apps_list_by_resource_group.py |
Refreshes generated resource-group-list sample metadata. |
sdk/iothub/azure-mgmt-iotcentral/generated_samples/apps_get.py |
Refreshes generated app get sample metadata. |
sdk/iothub/azure-mgmt-iotcentral/generated_samples/apps_delete.py |
Refreshes generated app delete sample behavior and metadata. |
sdk/iothub/azure-mgmt-iotcentral/generated_samples/apps_create_or_update.py |
Adds generated app create/update sample. |
sdk/iothub/azure-mgmt-iotcentral/generated_samples/apps_check_subdomain_availability.py |
Refreshes generated subdomain availability sample metadata. |
sdk/iothub/azure-mgmt-iotcentral/generated_samples/apps_check_name_availability.py |
Refreshes generated name availability sample metadata. |
sdk/iothub/azure-mgmt-iotcentral/dev_requirements.txt |
Adds async test/runtime dev dependency. |
sdk/iothub/azure-mgmt-iotcentral/CHANGELOG.md |
Adds release-history entry for the regeneration. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/_patch.py |
Formatting update in generated patch hook. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/_operations.py |
Regenerates sync operations implementation. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/_apps_operations.py |
Regenerates sync app operations implementation. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/operations/__init__.py |
Refreshes generated operations exports. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/models/_patch.py |
Formatting update in generated model patch hook. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/models/_models_py3.py |
Regenerates model definitions and typing. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/models/__init__.py |
Refreshes generated model exports. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/aio/operations/_patch.py |
Formatting update in async operations patch hook. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/aio/operations/_operations.py |
Regenerates async operations implementation. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/aio/operations/_apps_operations.py |
Regenerates async app operations implementation. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/aio/operations/__init__.py |
Refreshes async operations exports. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/aio/_patch.py |
Formatting update in async package patch hook. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/aio/_iot_central_client.py |
Regenerates async client construction and cloud endpoint handling. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/aio/_configuration.py |
Regenerates async client configuration. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/aio/__init__.py |
Refreshes async package exports. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/_version.py |
Updates package version constant. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/_vendor.py |
Removes obsolete generated vendor helpers. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/_utils/serialization.py |
Regenerates serialization/deserialization helper implementation. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/_utils/__init__.py |
Adds generated utils package marker. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/_patch.py |
Formatting update in package patch hook. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/_iot_central_client.py |
Regenerates sync client construction and cloud endpoint handling. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/_configuration.py |
Regenerates sync client configuration. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/__init__.py |
Refreshes package exports. |
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/__init__.py |
Adds type-ignore to namespace package path extension. |
sdk/iothub/azure-mgmt-iotcentral/azure/__init__.py |
Adds type-ignore to namespace package path extension. |
sdk/iothub/azure-mgmt-iotcentral/apiview-properties.json |
Adds APIView cross-language metadata placeholders. |
sdk/iothub/azure-mgmt-iotcentral/_metadata.json |
Adds new generation metadata. |
sdk/iothub/azure-mgmt-iotcentral/_meta.json |
Removes old generation metadata. |
|
|
||
| VERSION = "10.0.0b2" | ||
|
|
||
| VERSION = "9.0.1" |
| For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/) | ||
| Code samples for this package can be found at [Iot Central Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com. | ||
| Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples) | ||
| - Python 3.10+ is required to use this package. |
| @@ -1,5 +1,11 @@ | |||
| # Release History | |||
|
|
|||
| ## 9.0.1 (2026-05-15) | |||
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.
Regenerate
azure-mgmt-iotcentralwith latest code generator tool.