[AutoPR azure-mgmt-containerservicefleet]-generated-from-SDK Generation - Python-5634445#44246
Merged
ryanzhang-oss merged 2 commits intoAzure:mainfrom Dec 10, 2025
Conversation
…onfig.yaml', API Version: 2025-08-01-preview, SDK Release Type: beta, and CommitSHA: 'd0cd556bd91d2dda700e983c0d253fa025b324c0' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5634445 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Draft
9 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Container Service Fleet Management SDK from API version 2025-04-01-preview to 2025-08-01-preview. The changes include migrating from setup.py to pyproject.toml for package configuration, adding new FleetManagedNamespaces operations for namespace management across fleet members, modernizing type annotations from typing module types to built-in types (Dict→dict, List→list), and updating the SDK version from 4.0.0b1 to 4.0.0b2.
Key Changes:
- Migration to PEP 517/518 build system with pyproject.toml replacing setup.py
- Addition of FleetManagedNamespaces operations with full CRUD support
- Type annotation modernization throughout the codebase
- API version update to 2025-08-01-preview
Reviewed changes
Copilot reviewed 93 out of 94 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Replaced setup.py with modern build configuration including all package metadata and dependencies |
| setup.py | Deleted in favor of pyproject.toml |
| sdk_packaging.toml | Deleted with content migrated to pyproject.toml |
| azure/mgmt/containerservicefleet/operations/_operations.py | Added FleetManagedNamespacesOperations class and updated API versions throughout |
| azure/mgmt/containerservicefleet/models/_models.py | Added 15+ new model classes for managed namespace functionality |
| azure/mgmt/containerservicefleet/models/_enums.py | Added 8 new enum types for namespace policies and configuration |
| generated_tests/*.py | Added comprehensive test files for FleetManagedNamespaces operations |
| generated_samples/*.py | Updated API version references in all sample files |
| _configuration.py, _client.py | Added cloud_setting parameter support and FleetManagedNamespaces operations integration |
| _version.py | Bumped version from 4.0.0b1 to 4.0.0b2 |
Member
|
@msyyc brown field typespec pr is ready, please help review. |
msyyc
approved these changes
Dec 8, 2025
Member
|
@ChenxiJiang333 LGTM. |
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/containerservice/Fleet.Management/tspconfig.yaml', API Version: 2025-08-01-preview, SDK Release Type: beta, and CommitSHA: 'd0cd556bd91d2dda700e983c0d253fa025b324c0' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5634445 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. Release plan link: https://web.powerapps.com/apps/821ab569-ae60-420d-8264-d7b5d5ef734c?release-plan-id=fd5c7709-d7cf-f011-bbd3-6045bd07ef68 Submitted by: ryan.zhang@microsoft.com
Release Plan Details
Spec pull request: Add 2025-08-01-preview azure-rest-api-specs#38919
Spec API version: 2025-08-01-preview