Skip to content

Regenerate azure-mgmt-iotcentral with latest code generator tool#46927

Open
msyyc wants to merge 1 commit into
mainfrom
regen-azure-mgmt-iotcentral-2026-05-15
Open

Regenerate azure-mgmt-iotcentral with latest code generator tool#46927
msyyc wants to merge 1 commit into
mainfrom
regen-azure-mgmt-iotcentral-2026-05-15

Conversation

@msyyc
Copy link
Copy Markdown
Member

@msyyc msyyc commented May 15, 2026

Regenerate azure-mgmt-iotcentral with latest code generator tool.

Copilot AI review requested due to automatic review settings May 15, 2026 09:46
@msyyc msyyc requested a review from ChenxiJiang333 as a code owner May 15, 2026 09:46
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 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.toml metadata into pyproject.toml and _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)
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.

2 participants