Skip to content

Commit c8abdc1

Browse files
[AutoPR azure-mgmt-containerservicefleet]-generated-from-SDK Generation - Python-6362665 (#47192)
* Configurations: 'specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/tspconfig.yaml', API Version: 2026-03-02-preview, SDK Release Type: beta, and CommitSHA: 'cb62053a18882dd258d9922be9770702b7ef6ac9' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6362665 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * update --------- Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com>
1 parent ff6370f commit c8abdc1

72 files changed

Lines changed: 3683 additions & 299 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/containerservice/azure-mgmt-containerservicefleet/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release History
22

3+
## 4.0.0b4 (2026-05-28)
4+
5+
### Features Added
6+
7+
- Client `ContainerServiceFleetMgmtClient` added operation group `cluster_mesh_profiles`
8+
- Model `FleetMemberProperties` added property `mesh_properties`
9+
- Added model `CiliumProperties`
10+
- Added model `ClusterMeshProfile`
11+
- Added model `ClusterMeshProfileProperties`
12+
- Added enum `ClusterMeshProfileProvisioningState`
13+
- Added model `ClusterMeshProfileStatus`
14+
- Added enum `ClusterMeshState`
15+
- Added model `MemberSelector`
16+
- Added enum `MeshMemberState`
17+
- Added model `MeshMemberStatus`
18+
- Added model `MeshProperties`
19+
- Added operation group `ClusterMeshProfilesOperations`
20+
321
## 4.0.0b3 (2026-03-24)
422

523
### Features Added

sdk/containerservice/azure-mgmt-containerservicefleet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Containerservicefleet Management Client Library.
4-
This package has been tested with Python 3.9+.
4+
This package has been tested with Python 3.10+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.9+ is required to use this package.
15+
- Python 3.10+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"apiVersion": "2026-02-01-preview",
2+
"apiVersion": "2026-03-02-preview",
33
"apiVersions": {
4-
"Microsoft.ContainerService": "2026-02-01-preview"
4+
"Microsoft.ContainerService": "2026-03-02-preview"
55
},
6-
"commit": "1648ecb14fca10c3febb2cc0468a8fef4288983c",
6+
"commit": "cb62053a18882dd258d9922be9770702b7ef6ac9",
77
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
88
"typespec_src": "specification/containerservice/resource-manager/Microsoft.ContainerService/fleet",
9-
"emitterVersion": "0.61.0"
9+
"emitterVersion": "0.62.1"
1010
}

sdk/containerservice/azure-mgmt-containerservicefleet/apiview-properties.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
"azure.mgmt.containerservicefleet.models.AutoUpgradeProfile": "Microsoft.ContainerService.AutoUpgradeProfile",
1111
"azure.mgmt.containerservicefleet.models.AutoUpgradeProfileProperties": "Microsoft.ContainerService.AutoUpgradeProfileProperties",
1212
"azure.mgmt.containerservicefleet.models.AutoUpgradeProfileStatus": "Microsoft.ContainerService.AutoUpgradeProfileStatus",
13+
"azure.mgmt.containerservicefleet.models.CiliumProperties": "Microsoft.ContainerService.CiliumProperties",
1314
"azure.mgmt.containerservicefleet.models.ClusterAffinity": "Placement.V1.ClusterAffinity",
15+
"azure.mgmt.containerservicefleet.models.ClusterMeshProfile": "Microsoft.ContainerService.ClusterMeshProfile",
16+
"azure.mgmt.containerservicefleet.models.ClusterMeshProfileProperties": "Microsoft.ContainerService.ClusterMeshProfileProperties",
17+
"azure.mgmt.containerservicefleet.models.ClusterMeshProfileStatus": "Microsoft.ContainerService.ClusterMeshProfileStatus",
1418
"azure.mgmt.containerservicefleet.models.ClusterResourcePlacementSpec": "Placement.V1.ClusterResourcePlacementSpec",
1519
"azure.mgmt.containerservicefleet.models.ClusterSelector": "Placement.V1.ClusterSelector",
1620
"azure.mgmt.containerservicefleet.models.ClusterSelectorTerm": "Placement.V1.ClusterSelectorTerm",
@@ -49,7 +53,10 @@
4953
"azure.mgmt.containerservicefleet.models.ManagedClusterUpgradeSpec": "Microsoft.ContainerService.ManagedClusterUpgradeSpec",
5054
"azure.mgmt.containerservicefleet.models.ManagedNamespaceProperties": "Microsoft.ContainerService.ManagedNamespaceProperties",
5155
"azure.mgmt.containerservicefleet.models.ManagedServiceIdentity": "Azure.ResourceManager.Legacy.ManagedServiceIdentityV4",
56+
"azure.mgmt.containerservicefleet.models.MemberSelector": "Microsoft.ContainerService.MemberSelector",
5257
"azure.mgmt.containerservicefleet.models.MemberUpdateStatus": "Microsoft.ContainerService.MemberUpdateStatus",
58+
"azure.mgmt.containerservicefleet.models.MeshMemberStatus": "Microsoft.ContainerService.MeshMemberStatus",
59+
"azure.mgmt.containerservicefleet.models.MeshProperties": "Microsoft.ContainerService.MeshProperties",
5360
"azure.mgmt.containerservicefleet.models.NetworkPolicy": "Microsoft.ContainerService.NetworkPolicy",
5461
"azure.mgmt.containerservicefleet.models.NodeImageSelection": "Microsoft.ContainerService.NodeImageSelection",
5562
"azure.mgmt.containerservicefleet.models.NodeImageSelectionStatus": "Microsoft.ContainerService.NodeImageSelectionStatus",
@@ -82,9 +89,12 @@
8289
"azure.mgmt.containerservicefleet.models.Origin": "Azure.ResourceManager.CommonTypes.Origin",
8390
"azure.mgmt.containerservicefleet.models.ActionType": "Azure.ResourceManager.CommonTypes.ActionType",
8491
"azure.mgmt.containerservicefleet.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
92+
"azure.mgmt.containerservicefleet.models.ClusterMeshProfileProvisioningState": "Microsoft.ContainerService.ClusterMeshProfileProvisioningState",
93+
"azure.mgmt.containerservicefleet.models.ClusterMeshState": "Microsoft.ContainerService.ClusterMeshState",
8594
"azure.mgmt.containerservicefleet.models.FleetProvisioningState": "Microsoft.ContainerService.FleetProvisioningState",
8695
"azure.mgmt.containerservicefleet.models.ManagedServiceIdentityType": "Azure.ResourceManager.Legacy.ManagedServiceIdentityType",
8796
"azure.mgmt.containerservicefleet.models.FleetMemberProvisioningState": "Microsoft.ContainerService.FleetMemberProvisioningState",
97+
"azure.mgmt.containerservicefleet.models.MeshMemberState": "Microsoft.ContainerService.MeshMemberState",
8898
"azure.mgmt.containerservicefleet.models.FleetManagedNamespaceProvisioningState": "Microsoft.ContainerService.FleetManagedNamespaceProvisioningState",
8999
"azure.mgmt.containerservicefleet.models.PolicyRule": "Microsoft.ContainerService.PolicyRule",
90100
"azure.mgmt.containerservicefleet.models.AdoptionPolicy": "Microsoft.ContainerService.AdoptionPolicy",
@@ -111,6 +121,16 @@
111121
"azure.mgmt.containerservicefleet.models.AutoUpgradeLastTriggerStatus": "Microsoft.ContainerService.AutoUpgradeLastTriggerStatus",
112122
"azure.mgmt.containerservicefleet.operations.Operations.list": "Azure.ResourceManager.Operations.list",
113123
"azure.mgmt.containerservicefleet.aio.operations.Operations.list": "Azure.ResourceManager.Operations.list",
124+
"azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations.get": "Microsoft.ContainerService.ClusterMeshProfiles.get",
125+
"azure.mgmt.containerservicefleet.aio.operations.ClusterMeshProfilesOperations.get": "Microsoft.ContainerService.ClusterMeshProfiles.get",
126+
"azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations.begin_create_or_update": "Microsoft.ContainerService.ClusterMeshProfiles.createOrUpdate",
127+
"azure.mgmt.containerservicefleet.aio.operations.ClusterMeshProfilesOperations.begin_create_or_update": "Microsoft.ContainerService.ClusterMeshProfiles.createOrUpdate",
128+
"azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations.begin_delete": "Microsoft.ContainerService.ClusterMeshProfiles.delete",
129+
"azure.mgmt.containerservicefleet.aio.operations.ClusterMeshProfilesOperations.begin_delete": "Microsoft.ContainerService.ClusterMeshProfiles.delete",
130+
"azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations.list_by_fleet": "Microsoft.ContainerService.ClusterMeshProfiles.listByFleet",
131+
"azure.mgmt.containerservicefleet.aio.operations.ClusterMeshProfilesOperations.list_by_fleet": "Microsoft.ContainerService.ClusterMeshProfiles.listByFleet",
132+
"azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations.begin_apply": "Microsoft.ContainerService.ClusterMeshProfiles.apply",
133+
"azure.mgmt.containerservicefleet.aio.operations.ClusterMeshProfilesOperations.begin_apply": "Microsoft.ContainerService.ClusterMeshProfiles.apply",
114134
"azure.mgmt.containerservicefleet.operations.FleetsOperations.get": "Microsoft.ContainerService.Fleets.get",
115135
"azure.mgmt.containerservicefleet.aio.operations.FleetsOperations.get": "Microsoft.ContainerService.Fleets.get",
116136
"azure.mgmt.containerservicefleet.operations.FleetsOperations.begin_create_or_update": "Microsoft.ContainerService.Fleets.create",
@@ -183,5 +203,6 @@
183203
"azure.mgmt.containerservicefleet.aio.operations.AutoUpgradeProfilesOperations.list_by_fleet": "Microsoft.ContainerService.AutoUpgradeProfiles.listByFleet",
184204
"azure.mgmt.containerservicefleet.operations.AutoUpgradeProfileOperationsOperations.begin_generate_update_run": "Microsoft.ContainerService.AutoUpgradeProfileOperations.generateUpdateRun",
185205
"azure.mgmt.containerservicefleet.aio.operations.AutoUpgradeProfileOperationsOperations.begin_generate_update_run": "Microsoft.ContainerService.AutoUpgradeProfileOperations.generateUpdateRun"
186-
}
206+
},
207+
"CrossLanguageVersion": "0f77f98b69c7"
187208
}

sdk/containerservice/azure-mgmt-containerservicefleet/azure/mgmt/containerservicefleet/_client.py

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# --------------------------------------------------------------------------
88

99
from copy import deepcopy
10+
import sys
1011
from typing import Any, Optional, TYPE_CHECKING, cast
11-
from typing_extensions import Self
1212

1313
from azure.core.pipeline import policies
1414
from azure.core.rest import HttpRequest, HttpResponse
@@ -22,6 +22,7 @@
2222
from .operations import (
2323
AutoUpgradeProfileOperationsOperations,
2424
AutoUpgradeProfilesOperations,
25+
ClusterMeshProfilesOperations,
2526
FleetManagedNamespacesOperations,
2627
FleetMembersOperations,
2728
FleetUpdateStrategiesOperations,
@@ -31,6 +32,11 @@
3132
UpdateRunsOperations,
3233
)
3334

35+
if sys.version_info >= (3, 11):
36+
from typing import Self
37+
else:
38+
from typing_extensions import Self # type: ignore
39+
3440
if TYPE_CHECKING:
3541
from azure.core import AzureClouds
3642
from azure.core.credentials import TokenCredential
@@ -41,6 +47,9 @@ class ContainerServiceFleetMgmtClient: # pylint: disable=too-many-instance-attr
4147
4248
:ivar operations: Operations operations
4349
:vartype operations: azure.mgmt.containerservicefleet.operations.Operations
50+
:ivar cluster_mesh_profiles: ClusterMeshProfilesOperations operations
51+
:vartype cluster_mesh_profiles:
52+
azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations
4453
:ivar fleets: FleetsOperations operations
4554
:vartype fleets: azure.mgmt.containerservicefleet.operations.FleetsOperations
4655
:ivar fleet_members: FleetMembersOperations operations
@@ -71,8 +80,9 @@ class ContainerServiceFleetMgmtClient: # pylint: disable=too-many-instance-attr
7180
None.
7281
:paramtype cloud_setting: ~azure.core.AzureClouds
7382
:keyword api_version: The API version to use for this operation. Known values are
74-
"2026-02-01-preview" and None. Default value is "2026-02-01-preview". Note that overriding this
75-
default value may result in unsupported behavior.
83+
"2026-03-02-preview" and None. Default value is None. If not set, the operation's default API
84+
version will be used. Note that overriding this default value may result in unsupported
85+
behavior.
7686
:paramtype api_version: str
7787
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
7888
Retry-After header is present.
@@ -126,6 +136,9 @@ def __init__(
126136
self._deserialize = Deserializer()
127137
self._serialize.client_side_validation = False
128138
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize)
139+
self.cluster_mesh_profiles = ClusterMeshProfilesOperations(
140+
self._client, self._config, self._serialize, self._deserialize
141+
)
129142
self.fleets = FleetsOperations(self._client, self._config, self._serialize, self._deserialize)
130143
self.fleet_members = FleetMembersOperations(self._client, self._config, self._serialize, self._deserialize)
131144
self.fleet_managed_namespaces = FleetManagedNamespacesOperations(

sdk/containerservice/azure-mgmt-containerservicefleet/azure/mgmt/containerservicefleet/_configuration.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ class ContainerServiceFleetMgmtClientConfiguration: # pylint: disable=too-many-
3434
None.
3535
:type cloud_setting: ~azure.core.AzureClouds
3636
:keyword api_version: The API version to use for this operation. Known values are
37-
"2026-02-01-preview" and None. Default value is "2026-02-01-preview". Note that overriding this
38-
default value may result in unsupported behavior.
37+
"2026-03-02-preview" and None. Default value is None. If not set, the operation's default API
38+
version will be used. Note that overriding this default value may result in unsupported
39+
behavior.
3940
:paramtype api_version: str
4041
"""
4142

@@ -47,7 +48,7 @@ def __init__(
4748
cloud_setting: Optional["AzureClouds"] = None,
4849
**kwargs: Any
4950
) -> None:
50-
api_version: str = kwargs.pop("api_version", "2026-02-01-preview")
51+
api_version: str = kwargs.pop("api_version", "2026-03-02-preview")
5152

5253
if credential is None:
5354
raise ValueError("Parameter 'credential' must not be None.")

sdk/containerservice/azure-mgmt-containerservicefleet/azure/mgmt/containerservicefleet/_patch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
99
"""
1010

11-
1211
__all__: list[str] = [] # Add all objects you want publicly available to users at this package level
1312

1413

0 commit comments

Comments
 (0)