Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Release History

## 4.1.0b1 (2026-09-03)

### Features Added

- Client `ContainerServiceFleetMgmtClient` added operation group `cluster_mesh_profiles`
- Model `AutoUpgradeProfileStatus` added property `last_trigger_message`
- Model `ClusterResourcePlacementSpec` added property `rollout_strategy`
- Model `FleetManagedNamespacePatch` added property `properties`
- Model `FleetMemberProperties` added property `mesh_properties`
- Model `GateConfiguration` added property `scheduled_start_configuration`
- Model `GateProperties` added property `scheduled_start_properties`
- Enum `GateType` added member `SCHEDULED_START`
- Model `UpdateGroup` added property `max_allowed_failures`
- Model `UpdateGroup` added property `member_selector`
- Model `UpdateGroupStatus` added property `failure_count`
- Model `UpdateGroupStatus` added property `max_allowed_failures`
- Model `UpdateRunStatus` added property `failure_count`
- Model `UpdateStage` added property `max_allowed_failures`
- Model `UpdateStage` added property `member_selector`
- Model `UpdateStageStatus` added property `failure_count`
- Model `UpdateStageStatus` added property `max_allowed_failures`
- Enum `UpgradeChannel` added member `SECURITY_PATCH`
- Added model `AffinityPatch`
- Added model `CiliumProperties`
- Added model `ClusterAffinityPatch`
- Added model `ClusterMeshProfile`
- Added model `ClusterMeshProfileProperties`
- Added enum `ClusterMeshProfileProvisioningState`
- Added model `ClusterMeshProfileStatus`
- Added enum `ClusterMeshState`
- Added model `ClusterResourcePlacementSpecPatch`
- Added model `ClusterSelectorPatch`
- Added model `ClusterSelectorTermPatch`
- Added model `ClusterUpdateStrategyReference`
- Added enum `DayOfWeek`
- Added model `FleetManagedNamespacePropertiesPatch`
- Added model `LabelSelectorPatch`
- Added model `LabelSelectorRequirementPatch`
- Added model `MemberSelector`
- Added enum `MeshMemberState`
- Added model `MeshMemberStatus`
- Added model `MeshProperties`
- Added model `PlacementPolicyPatch`
- Added model `PlacementProfilePatch`
- Added model `PropagationPolicyPatch`
- Added model `PropertySelectorPatch`
- Added model `PropertySelectorRequirementPatch`
- Added model `RolloutStrategy`
- Added enum `RolloutStrategyType`
- Added model `ScheduledStartConfiguration`
- Added model `ScheduledStartProperties`
- Added operation group `ClusterMeshProfilesOperations`

## 4.0.0 (2026-08-03)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"apiVersion": "2026-06-01",
"apiVersion": "2026-06-02-preview",
"apiVersions": {
"Microsoft.ContainerService": "2026-06-01"
"Microsoft.ContainerService": "2026-06-02-preview"
},
"commit": "3fe4c3b986995e48ec87d3bc809fcdafe47d2aac",
"commit": "9850c4ea2ee79e85ab8297a56d03e4494aa29b71",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/containerservice/resource-manager/Microsoft.ContainerService/fleet",
"emitterVersion": "0.63.3",
"httpClientPythonVersion": "^0.35.1"
"emitterVersion": "0.63.5",
"httpClientPythonVersion": "^0.36.0"
}
899 changes: 857 additions & 42 deletions sdk/containerservice/azure-mgmt-containerservicefleet/api.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
apiMdSha256: 9da19610851910ae30c7b3cdb1609beaee3f16c05ccb5173f45453020f7909e8
parserVersion: 0.3.30
pythonVersion: 3.13.14
apiMdSha256: 73d955f4bf0c5df7404822421c1f1a9a79b5aff6fec95908033567a08e5dbf0a
packageVersion: 4.1.0b1
parserVersion: 0.3.31
pythonVersion: 3.13.15
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"CrossLanguagePackageId": "Microsoft.ContainerService",
"CrossLanguageDefinitionId": {
"azure.mgmt.containerservicefleet.models.Affinity": "Placement.V1.Affinity",
"azure.mgmt.containerservicefleet.models.AffinityPatch": "Placement.V1.AffinityPatch",
"azure.mgmt.containerservicefleet.models.AgentProfile": "Microsoft.ContainerService.AgentProfile",
"azure.mgmt.containerservicefleet.models.APIServerAccessProfile": "Microsoft.ContainerService.APIServerAccessProfile",
"azure.mgmt.containerservicefleet.models.AutoUpgradeNodeImageSelection": "Microsoft.ContainerService.AutoUpgradeNodeImageSelection",
Expand All @@ -10,10 +11,19 @@
"azure.mgmt.containerservicefleet.models.AutoUpgradeProfile": "Microsoft.ContainerService.AutoUpgradeProfile",
"azure.mgmt.containerservicefleet.models.AutoUpgradeProfileProperties": "Microsoft.ContainerService.AutoUpgradeProfileProperties",
"azure.mgmt.containerservicefleet.models.AutoUpgradeProfileStatus": "Microsoft.ContainerService.AutoUpgradeProfileStatus",
"azure.mgmt.containerservicefleet.models.CiliumProperties": "Microsoft.ContainerService.CiliumProperties",
"azure.mgmt.containerservicefleet.models.ClusterAffinity": "Placement.V1.ClusterAffinity",
"azure.mgmt.containerservicefleet.models.ClusterAffinityPatch": "Placement.V1.ClusterAffinityPatch",
"azure.mgmt.containerservicefleet.models.ClusterMeshProfile": "Microsoft.ContainerService.ClusterMeshProfile",
"azure.mgmt.containerservicefleet.models.ClusterMeshProfileProperties": "Microsoft.ContainerService.ClusterMeshProfileProperties",
"azure.mgmt.containerservicefleet.models.ClusterMeshProfileStatus": "Microsoft.ContainerService.ClusterMeshProfileStatus",
"azure.mgmt.containerservicefleet.models.ClusterResourcePlacementSpec": "Placement.V1.ClusterResourcePlacementSpec",
"azure.mgmt.containerservicefleet.models.ClusterResourcePlacementSpecPatch": "Placement.V1.ClusterResourcePlacementSpecPatch",
"azure.mgmt.containerservicefleet.models.ClusterSelector": "Placement.V1.ClusterSelector",
"azure.mgmt.containerservicefleet.models.ClusterSelectorPatch": "Placement.V1.ClusterSelectorPatch",
"azure.mgmt.containerservicefleet.models.ClusterSelectorTerm": "Placement.V1.ClusterSelectorTerm",
"azure.mgmt.containerservicefleet.models.ClusterSelectorTermPatch": "Placement.V1.ClusterSelectorTermPatch",
"azure.mgmt.containerservicefleet.models.ClusterUpdateStrategyReference": "Placement.V1.ClusterUpdateStrategyReference",
"azure.mgmt.containerservicefleet.models.ErrorAdditionalInfo": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
"azure.mgmt.containerservicefleet.models.ErrorDetail": "Azure.ResourceManager.CommonTypes.ErrorDetail",
"azure.mgmt.containerservicefleet.models.ErrorResponse": "Azure.ResourceManager.CommonTypes.ErrorResponse",
Expand All @@ -25,6 +35,7 @@
"azure.mgmt.containerservicefleet.models.FleetManagedNamespace": "Microsoft.ContainerService.FleetManagedNamespace",
"azure.mgmt.containerservicefleet.models.FleetManagedNamespacePatch": "Microsoft.ContainerService.FleetManagedNamespacePatch",
"azure.mgmt.containerservicefleet.models.FleetManagedNamespaceProperties": "Microsoft.ContainerService.FleetManagedNamespaceProperties",
"azure.mgmt.containerservicefleet.models.FleetManagedNamespacePropertiesPatch": "Microsoft.ContainerService.FleetManagedNamespacePropertiesPatch",
"azure.mgmt.containerservicefleet.models.FleetManagedNamespaceStatus": "Microsoft.ContainerService.FleetManagedNamespaceStatus",
"azure.mgmt.containerservicefleet.models.FleetMember": "Microsoft.ContainerService.FleetMember",
"azure.mgmt.containerservicefleet.models.FleetMemberProperties": "Microsoft.ContainerService.FleetMemberProperties",
Expand All @@ -44,24 +55,37 @@
"azure.mgmt.containerservicefleet.models.GateTarget": "Microsoft.ContainerService.GateTarget",
"azure.mgmt.containerservicefleet.models.GenerateResponse": "Microsoft.ContainerService.GenerateResponse",
"azure.mgmt.containerservicefleet.models.LabelSelector": "Meta.V1.LabelSelector",
"azure.mgmt.containerservicefleet.models.LabelSelectorPatch": "Meta.V1.LabelSelectorPatch",
"azure.mgmt.containerservicefleet.models.LabelSelectorRequirement": "Meta.V1.LabelSelectorRequirement",
"azure.mgmt.containerservicefleet.models.LabelSelectorRequirementPatch": "Meta.V1.LabelSelectorRequirementPatch",
"azure.mgmt.containerservicefleet.models.ManagedClusterUpdate": "Microsoft.ContainerService.ManagedClusterUpdate",
"azure.mgmt.containerservicefleet.models.ManagedClusterUpgradeSpec": "Microsoft.ContainerService.ManagedClusterUpgradeSpec",
"azure.mgmt.containerservicefleet.models.ManagedNamespaceProperties": "Microsoft.ContainerService.ManagedNamespaceProperties",
"azure.mgmt.containerservicefleet.models.ManagedServiceIdentity": "Azure.ResourceManager.Legacy.ManagedServiceIdentityV4",
"azure.mgmt.containerservicefleet.models.MemberSelector": "Microsoft.ContainerService.MemberSelector",
"azure.mgmt.containerservicefleet.models.MemberUpdateStatus": "Microsoft.ContainerService.MemberUpdateStatus",
"azure.mgmt.containerservicefleet.models.MeshMemberStatus": "Microsoft.ContainerService.MeshMemberStatus",
"azure.mgmt.containerservicefleet.models.MeshProperties": "Microsoft.ContainerService.MeshProperties",
"azure.mgmt.containerservicefleet.models.NetworkPolicy": "Microsoft.ContainerService.NetworkPolicy",
"azure.mgmt.containerservicefleet.models.NodeImageSelection": "Microsoft.ContainerService.NodeImageSelection",
"azure.mgmt.containerservicefleet.models.NodeImageSelectionStatus": "Microsoft.ContainerService.NodeImageSelectionStatus",
"azure.mgmt.containerservicefleet.models.NodeImageVersion": "Microsoft.ContainerService.NodeImageVersion",
"azure.mgmt.containerservicefleet.models.Operation": "Azure.ResourceManager.CommonTypes.Operation",
"azure.mgmt.containerservicefleet.models.OperationDisplay": "Azure.ResourceManager.CommonTypes.OperationDisplay",
"azure.mgmt.containerservicefleet.models.PlacementPolicy": "Placement.V1.PlacementPolicy",
"azure.mgmt.containerservicefleet.models.PlacementPolicyPatch": "Placement.V1.PlacementPolicyPatch",
"azure.mgmt.containerservicefleet.models.PlacementProfile": "Microsoft.ContainerService.PlacementProfile",
"azure.mgmt.containerservicefleet.models.PlacementProfilePatch": "Microsoft.ContainerService.PlacementProfilePatch",
"azure.mgmt.containerservicefleet.models.PropagationPolicy": "Microsoft.ContainerService.PropagationPolicy",
"azure.mgmt.containerservicefleet.models.PropagationPolicyPatch": "Microsoft.ContainerService.PropagationPolicyPatch",
"azure.mgmt.containerservicefleet.models.PropertySelector": "Placement.V1.PropertySelector",
"azure.mgmt.containerservicefleet.models.PropertySelectorPatch": "Placement.V1.PropertySelectorPatch",
"azure.mgmt.containerservicefleet.models.PropertySelectorRequirement": "Placement.V1.PropertySelectorRequirement",
"azure.mgmt.containerservicefleet.models.PropertySelectorRequirementPatch": "Placement.V1.PropertySelectorRequirementPatch",
"azure.mgmt.containerservicefleet.models.ResourceQuota": "Microsoft.ContainerService.ResourceQuota",
"azure.mgmt.containerservicefleet.models.RolloutStrategy": "Placement.V1.RolloutStrategy",
"azure.mgmt.containerservicefleet.models.ScheduledStartConfiguration": "Microsoft.ContainerService.ScheduledStartConfiguration",
"azure.mgmt.containerservicefleet.models.ScheduledStartProperties": "Microsoft.ContainerService.ScheduledStartProperties",
"azure.mgmt.containerservicefleet.models.SkipProperties": "Microsoft.ContainerService.SkipProperties",
"azure.mgmt.containerservicefleet.models.SkipTarget": "Microsoft.ContainerService.SkipTarget",
"azure.mgmt.containerservicefleet.models.SystemData": "Azure.ResourceManager.CommonTypes.SystemData",
Expand All @@ -82,9 +106,12 @@
"azure.mgmt.containerservicefleet.models.Origin": "Azure.ResourceManager.CommonTypes.Origin",
"azure.mgmt.containerservicefleet.models.ActionType": "Azure.ResourceManager.CommonTypes.ActionType",
"azure.mgmt.containerservicefleet.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
"azure.mgmt.containerservicefleet.models.ClusterMeshProfileProvisioningState": "Microsoft.ContainerService.ClusterMeshProfileProvisioningState",
"azure.mgmt.containerservicefleet.models.ClusterMeshState": "Microsoft.ContainerService.ClusterMeshState",
"azure.mgmt.containerservicefleet.models.FleetProvisioningState": "Microsoft.ContainerService.FleetProvisioningState",
"azure.mgmt.containerservicefleet.models.ManagedServiceIdentityType": "Azure.ResourceManager.Legacy.ManagedServiceIdentityType",
"azure.mgmt.containerservicefleet.models.FleetMemberProvisioningState": "Microsoft.ContainerService.FleetMemberProvisioningState",
"azure.mgmt.containerservicefleet.models.MeshMemberState": "Microsoft.ContainerService.MeshMemberState",
"azure.mgmt.containerservicefleet.models.FleetManagedNamespaceProvisioningState": "Microsoft.ContainerService.FleetManagedNamespaceProvisioningState",
"azure.mgmt.containerservicefleet.models.PolicyRule": "Microsoft.ContainerService.PolicyRule",
"azure.mgmt.containerservicefleet.models.AdoptionPolicy": "Microsoft.ContainerService.AdoptionPolicy",
Expand All @@ -95,8 +122,10 @@
"azure.mgmt.containerservicefleet.models.PropertySelectorOperator": "Placement.V1.PropertySelectorOperator",
"azure.mgmt.containerservicefleet.models.TolerationOperator": "Core.V1.TolerationOperator",
"azure.mgmt.containerservicefleet.models.TaintEffect": "Core.V1.TaintEffect",
"azure.mgmt.containerservicefleet.models.RolloutStrategyType": "Placement.V1.RolloutStrategyType",
"azure.mgmt.containerservicefleet.models.GateProvisioningState": "Microsoft.ContainerService.GateProvisioningState",
"azure.mgmt.containerservicefleet.models.GateType": "Microsoft.ContainerService.GateType",
"azure.mgmt.containerservicefleet.models.DayOfWeek": "Microsoft.ContainerService.DayOfWeek",
"azure.mgmt.containerservicefleet.models.Timing": "Microsoft.ContainerService.Timing",
"azure.mgmt.containerservicefleet.models.GateState": "Microsoft.ContainerService.GateState",
"azure.mgmt.containerservicefleet.models.UpdateRunProvisioningState": "Microsoft.ContainerService.UpdateRunProvisioningState",
Expand All @@ -111,6 +140,16 @@
"azure.mgmt.containerservicefleet.models.AutoUpgradeLastTriggerStatus": "Microsoft.ContainerService.AutoUpgradeLastTriggerStatus",
"azure.mgmt.containerservicefleet.operations.Operations.list": "Azure.ResourceManager.Operations.list",
"azure.mgmt.containerservicefleet.aio.operations.Operations.list": "Azure.ResourceManager.Operations.list",
"azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations.get": "Microsoft.ContainerService.ClusterMeshProfiles.get",
"azure.mgmt.containerservicefleet.aio.operations.ClusterMeshProfilesOperations.get": "Microsoft.ContainerService.ClusterMeshProfiles.get",
"azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations.begin_create_or_update": "Microsoft.ContainerService.ClusterMeshProfiles.createOrUpdate",
"azure.mgmt.containerservicefleet.aio.operations.ClusterMeshProfilesOperations.begin_create_or_update": "Microsoft.ContainerService.ClusterMeshProfiles.createOrUpdate",
"azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations.begin_delete": "Microsoft.ContainerService.ClusterMeshProfiles.delete",
"azure.mgmt.containerservicefleet.aio.operations.ClusterMeshProfilesOperations.begin_delete": "Microsoft.ContainerService.ClusterMeshProfiles.delete",
"azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations.list_by_fleet": "Microsoft.ContainerService.ClusterMeshProfiles.listByFleet",
"azure.mgmt.containerservicefleet.aio.operations.ClusterMeshProfilesOperations.list_by_fleet": "Microsoft.ContainerService.ClusterMeshProfiles.listByFleet",
"azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations.begin_apply": "Microsoft.ContainerService.ClusterMeshProfiles.apply",
"azure.mgmt.containerservicefleet.aio.operations.ClusterMeshProfilesOperations.begin_apply": "Microsoft.ContainerService.ClusterMeshProfiles.apply",
"azure.mgmt.containerservicefleet.operations.FleetsOperations.get": "Microsoft.ContainerService.Fleets.get",
"azure.mgmt.containerservicefleet.aio.operations.FleetsOperations.get": "Microsoft.ContainerService.Fleets.get",
"azure.mgmt.containerservicefleet.operations.FleetsOperations.begin_create_or_update": "Microsoft.ContainerService.Fleets.create",
Expand Down Expand Up @@ -184,5 +223,5 @@
"azure.mgmt.containerservicefleet.operations.AutoUpgradeProfileOperationsOperations.begin_generate_update_run": "Microsoft.ContainerService.AutoUpgradeProfileOperations.generateUpdateRun",
"azure.mgmt.containerservicefleet.aio.operations.AutoUpgradeProfileOperationsOperations.begin_generate_update_run": "Microsoft.ContainerService.AutoUpgradeProfileOperations.generateUpdateRun"
},
"CrossLanguageVersion": "d42627c730d2"
"CrossLanguageVersion": "ae90de37cc7e"
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from .operations import (
AutoUpgradeProfileOperationsOperations,
AutoUpgradeProfilesOperations,
ClusterMeshProfilesOperations,
FleetManagedNamespacesOperations,
FleetMembersOperations,
FleetUpdateStrategiesOperations,
Expand All @@ -47,6 +48,9 @@ class ContainerServiceFleetMgmtClient: # pylint: disable=too-many-instance-attr

:ivar operations: Operations operations
:vartype operations: azure.mgmt.containerservicefleet.operations.Operations
:ivar cluster_mesh_profiles: ClusterMeshProfilesOperations operations
:vartype cluster_mesh_profiles:
azure.mgmt.containerservicefleet.operations.ClusterMeshProfilesOperations
:ivar fleets: FleetsOperations operations
:vartype fleets: azure.mgmt.containerservicefleet.operations.FleetsOperations
:ivar fleet_members: FleetMembersOperations operations
Expand Down Expand Up @@ -76,9 +80,10 @@ class ContainerServiceFleetMgmtClient: # pylint: disable=too-many-instance-attr
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are "2026-06-01"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:keyword api_version: The API version to use for this operation. Known values are
"2026-06-02-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down Expand Up @@ -132,6 +137,9 @@ def __init__(
self._deserialize = Deserializer()
self._serialize.client_side_validation = False
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize)
self.cluster_mesh_profiles = ClusterMeshProfilesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.fleets = FleetsOperations(self._client, self._config, self._serialize, self._deserialize)
self.fleet_members = FleetMembersOperations(self._client, self._config, self._serialize, self._deserialize)
self.fleet_managed_namespaces = FleetManagedNamespacesOperations(
Expand Down
Loading