8000 [AutoRelease] t2-containerservice-2025-06-04-99453(can only be merged by SDK owner) by azure-sdk · Pull Request #41416 · Azure/azure-sdk-for-python · GitHub
[go: up one dir, main page]

Skip to content

[AutoRelease] t2-containerservice-2025-06-04-99453(can only be merged by SDK owner) #41416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

azure-sdk
Copy link
Collaborator

https://github.com/Azure/sdk-release-request/issues/6272
Recording test success
https://dev.azure.com/azure-sdk/internal/_build?definitionId=982
BuildTargetingString
azure-mgmt-containerservice
Skip.CreateApiReview

@azure-sdk
Copy link
Collaborator Author

@Copilot Copilot AI review requested due to automatic review settings June 4, 2025 05:51
Copy link
Contributor
@Copilot 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 bumps the Containerservice SDK to version 37.0.0, updates supported API versions and model imports, and refines the return types of listing operations to use paged iterators.

  • Version bump to 37.0.0 across client and version files
  • Switched list/list_by_resource_group return types from Iterable/AsyncIterable to ItemPaged/AsyncItemPaged
  • Added new ManagedNamespacesOperations, updated model import slices, and regenerated metadata

Reviewed Changes

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

Show a summary per file
File Description
operations/*/_managed_clusters_operations.py & _agent_pools_operations.py Added -> ItemPaged[...] on list methods but missing import
aio/operations/_operations.py Switched to -> AsyncItemPaged[...] without importing type
aio/_container_service_client.py & _container_service_client.py Bumped DEFAULT_API_VERSION, updated profile to include new previews
models.py Replaced v2025_02_02_preview & v2025_03_01 imports with v2025_03_02_preview & v2025_04_01
*_version.py (all) Version field updated to "37.0.0"
MANIFEST.in Removed inclusion of _meta.json but not including the new _metadata.json
CHANGELOG.md Added 37.0.0 release notes with breaking changes
Comments suppressed due to low confidence (3)

sdk/containerservice/azure-mgmt-containerservice/MANIFEST.in:1

  • The new _metadata.json file is not included in the package manifest. Consider adding include _metadata.json so it’s packaged.
recursive-include tests *.py *.json

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_03_01/operations/_managed_clusters_operations.py:11

  • The methods now return ItemPaged, but ItemPaged is not imported. Please add from azure.core.paging import ItemPaged.
from typing import Any, Callable, Dict, IO, Iterator, Optional, TypeVar, Union, cast, overload

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_03_01/aio/operations/_operations.py:9

  • The list method return type is now AsyncItemPaged but AsyncItemPaged is not imported. Please add from azure.core.async_paging import AsyncItemPaged or the correct AsyncItemPaged import.
from typing import Any, Callable, Dict, Optional, TypeVar

@ChenxiJiang333 ChenxiJiang333 merged commit 5df6b6f into Azure:main Jun 11, 2025
19 checks passed
@azure-sdk azure-sdk deleted the t2-containerservice-2025-06-04-99453 branch June 15, 2025 09:17
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
0