Skip to content

[AutoPR azure-mgmt-networkcloud]-generated-from-SDK Generation - Python-6586216#48146

Merged
ChenxiJiang333 merged 4 commits into
mainfrom
sdkauto/azure-mgmt-networkcloud-6585654
Jul 20, 2026
Merged

[AutoPR azure-mgmt-networkcloud]-generated-from-SDK Generation - Python-6586216#48146
ChenxiJiang333 merged 4 commits into
mainfrom
sdkauto/azure-mgmt-networkcloud-6585654

Conversation

@azure-sdk-automation

@azure-sdk-automation azure-sdk-automation Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Configurations: 'specification/networkcloud/NetworkCloud.Management/tspconfig.yaml', API Version: 2026-07-01, SDK Release Type: stable, and CommitSHA: '60d0f02991387ea7ed7483d5e70f061f962216cf' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6586216 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.

…spconfig.yaml', API Version: 2025-09-01, SDK Release Type: stable, and CommitSHA: 'cf49df24bee763924bb4d9abceebe4fd1916a6ad' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6585654 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
9 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@ChenxiJiang333 ChenxiJiang333 changed the title [AutoPR azure-mgmt-networkcloud]-generated-from-SDK Generation - Python-6585654 Refresh azure-mgmt-networkcloud after migrate to Typespec Jul 20, 2026
@ChenxiJiang333
ChenxiJiang333 marked this pull request as ready for review July 20, 2026 04:47
Copilot AI review requested due to automatic review settings July 20, 2026 04:47
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
9 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Refreshes azure-mgmt-networkcloud for the stable 2025-09-01 TypeSpec API.

Changes:

  • Switches from 2026-05-01-preview to 2025-09-01.
  • Promotes package version 3.0.0 to stable.
  • Removes preview-only APIs and refreshes generated artifacts.

Reviewed changes

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

Show a summary per file
File group Description
tsp-location.yaml, _metadata.json Update source commit, API version, and emitter metadata.
pyproject.toml, _version.py Mark version 3.0.0 as stable.
_configuration.py, aio/_configuration.py Set the default API version to 2025-09-01.
_client.py, aio/_client.py Remove preview-only Access Bridges and Kubernetes Versions operation groups.
operations/__init__.py, aio/operations/__init__.py Remove exports for deleted operation groups.
models/__init__.py, models/_enums.py Remove models and enums absent from the stable API.
_validation.py, _utils/model_base.py Remove obsolete multi-version compatibility support and refresh generated helpers.
apiview-properties.json, api.metadata.yml Refresh APIView mappings and API-surface metadata.
generated_tests/test_network_cloud_mgmt_volumes_operations.py, generated_tests/test_network_cloud_mgmt_volumes_operations_async.py Align volume payloads with the stable schema.
generated_tests/test_network_cloud_mgmt_storage_appliances_operations.py, generated_tests/test_network_cloud_mgmt_storage_appliances_operations_async.py Remove preview-only storage appliance fields.
generated_tests/test_network_cloud_mgmt_kubernetes_versions_operations.py, generated_tests/test_network_cloud_mgmt_kubernetes_versions_operations_async.py Remove tests for the deleted operation group.
generated_tests/test_network_cloud_mgmt_clusters_operations.py, generated_tests/test_network_cloud_mgmt_clusters_operations_async.py Align cluster fields and operations with the stable API.
generated_tests/test_network_cloud_mgmt_cluster_managers_operations.py, generated_tests/test_network_cloud_mgmt_cluster_managers_operations_async.py Remove preview-only relay functionality.
generated_tests/test_network_cloud_mgmt_bare_metal_machines_operations.py, generated_tests/test_network_cloud_mgmt_bare_metal_machines_operations_async.py Remove preview-only machine status fields.
generated_tests/test_network_cloud_mgmt_access_bridges_operations.py, generated_tests/test_network_cloud_mgmt_access_bridges_operations_async.py Remove tests for the deleted operation group.
generated_samples/ changed files Regenerate samples for 2025-09-01 and remove samples for APIs absent from the stable version.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 20, 2026 04:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 188 out of 192 changed files in this pull request and generated 1 comment.

Comment thread sdk/networkcloud/azure-mgmt-networkcloud/CHANGELOG.md
@ChenxiJiang333

Copy link
Copy Markdown
Member

✅ Live Test Results

Summary: 26 passed in 61.26s (0:01:01)

All list/list_by_subscription live tests pass (13 sync + 13 async) against api-version 2025-09-01.

Note: pytest was run with --asyncio-mode=auto. The isolated live-test venv had pytest-asyncio 1.4.0 installed (unpinned), which defaults to strict mode and reports async def tests as failures unless asyncio_mode=auto is set. This is an environment/tooling configuration issue only — the generated SDK and the service both work correctly (all sync tests passed unconditionally, and all async tests pass once auto mode is enabled).

…spconfig.yaml', API Version: 2026-07-01, SDK Release Type: stable, and CommitSHA: '60d0f02991387ea7ed7483d5e70f061f962216cf' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6586216 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Copilot AI review requested due to automatic review settings July 20, 2026 07:51
@azure-sdk-automation azure-sdk-automation Bot changed the title Refresh azure-mgmt-networkcloud after migrate to Typespec [AutoPR azure-mgmt-networkcloud]-generated-from-SDK Generation - Python-6586216 Jul 20, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 170 out of 175 changed files in this pull request and generated 21 comments.

Comment thread sdk/networkcloud/azure-mgmt-networkcloud/CHANGELOG.md
Comment thread sdk/networkcloud/azure-mgmt-networkcloud/CHANGELOG.md
Comment thread sdk/networkcloud/azure-mgmt-networkcloud/CHANGELOG.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a5fc4aee-a3a9-4b16-9e00-a5469eb6b169
Copilot AI review requested due to automatic review settings July 20, 2026 08:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 171 out of 175 changed files in this pull request and generated no new comments.

@ChenxiJiang333
ChenxiJiang333 merged commit 4d8d055 into main Jul 20, 2026
21 checks passed
@ChenxiJiang333
ChenxiJiang333 deleted the sdkauto/azure-mgmt-networkcloud-6585654 branch July 20, 2026 08:25
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.

4 participants