Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
dda5f68
add Azure Kubernetes Fleet Manager API version 2026-05-01-preview
Mar 9, 2026
2d1081b
Add 2026-05-01-preview json spec / examples
Mar 9, 2026
bbb1add
Fixed maxAllowedFailures type on stage / group status objects (#41423)
Ealianis Mar 16, 2026
65192f4
Add memberSelector field to UpdateStage in 2026-05-01-preview (#41483)
nibooy Mar 18, 2026
7c5263b
Target Fleet 2026-05-01-preview: Add support for external rollout via…
weng271190436 Mar 27, 2026
ef83cbe
Add Scheduled Start Gate to 2026-05-01-preview (#41895)
JunyuQian Apr 1, 2026
a78b741
Add an extra field absolute-start-time to Scheduled Start Properties …
JunyuQian Apr 1, 2026
0b1b325
Adding memberSelector to UpdateGroup in dev-aks-fleet-2026-05-01-prev…
nibooy Apr 6, 2026
04b29d9
fix: update updategroup doc contract (#42330)
nibooy Apr 13, 2026
0e7bec1
Add 2026-05-01-preview tag block in README
Apr 16, 2026
adda747
Make cluster update strategy reference name optional because it is pa…
Apr 16, 2026
0391824
Fix DescriptionMustNotBeNodeName
Apr 16, 2026
1a28d92
Run tsp compile
Apr 17, 2026
a4b83a2
create new api version 2026-06-01-preview
Apr 29, 2026
7854c7a
missing readme change
Apr 29, 2026
e496581
Add new auto-upgrade channel. Support 204 in GenerateUpdateRuns API …
minhng22 Apr 30, 2026
cb7f414
[fleet] Readd accidently removed MAF fields from TSPs (#42895)
Ealianis May 5, 2026
688eaca
Dev aks fleet 2026 06 01 preview namespace examples (#42987)
weng271190436 May 7, 2026
92bdea2
update api version reference
May 20, 2026
a93ba22
fleet 2026-06-02-preview: Get update namespace final state via origi…
weng271190436 May 20, 2026
dec971e
address copilot comments
May 29, 2026
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
@@ -0,0 +1,23 @@
{
"title": "AutoUpgradeProfileOperations_GenerateUpdateRun",
"operationId": "AutoUpgradeProfileOperations_GenerateUpdateRun",
"parameters": {
"api-version": "2026-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rgfleets",
"fleetName": "fleet1",
"autoUpgradeProfileName": "aup1"
},
"responses": {
"200": {
"body": {
"id": "lfte"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://contoso.com/operationstatus"
Comment thread
minhng22 marked this conversation as resolved.
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"title": "Create an AutoUpgradeProfile.",
"operationId": "AutoUpgradeProfiles_CreateOrUpdate",
"parameters": {
"api-version": "2026-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rgfleets",
"If-Match": "uktvayathbu",
"If-None-Match": "vdjolwxnefqamimybcvxxva",
"fleetName": "fleet1",
"autoUpgradeProfileName": "autoupgradeprofile1",
"resource": {
"properties": {
"channel": "Stable",
"updateStrategyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgfleets/providers/Microsoft.ContainerService/fleets/fleet1/updateStrategies/strategy1",
"nodeImageSelection": {
"type": "Latest"
},
"disabled": true
}
}
},
"responses": {
"200": {
"body": {
"properties": {
"channel": "Stable",
"provisioningState": "Succeeded",
"updateStrategyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgfleets/providers/Microsoft.ContainerService/fleets/fleet1/updateStrategies/strategy1",
"nodeImageSelection": {
"type": "Latest"
},
"disabled": true
},
"eTag": "\"EtagValue\"",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/autoUpgradeProfiles/autoupgradeprofile1",
"name": "autoupgradeprofile1",
"type": "Microsoft.ContainerService/fleets/autoUpgradeProfiles",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2022-03-23T05:40:40.657Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-03-23T05:40:40.657Z"
}
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://contoso.com/operationstatus"
},
"body": {
"properties": {
"channel": "Stable",
"provisioningState": "Succeeded",
"updateStrategyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgfleets/providers/Microsoft.ContainerService/fleets/fleet1/updateStrategies/strategy1",
"nodeImageSelection": {
"type": "Latest"
},
"disabled": true
},
"eTag": "\"EtagValue\"",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/autoUpgradeProfiles/autoupgradeprofile1",
"name": "autoupgradeprofile1",
"type": "Microsoft.ContainerService/fleets/autoUpgradeProfiles",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2022-03-23T05:40:40.657Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-03-23T05:40:40.657Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"operationId": "AutoUpgradeProfiles_Delete",
"title": "Delete an AutoUpgradeProfile resource.",
"parameters": {
"api-version": "2026-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rg1",
"fleetName": "fleet1",
"autoUpgradeProfileName": "autoupgradeprofile1"
},
"responses": {
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operations/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview",
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"title": "Gets an AutoUpgradeProfile resource.",
"operationId": "AutoUpgradeProfiles_Get",
"parameters": {
"api-version": "2026-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rgfleets",
"fleetName": "fleet1",
"autoUpgradeProfileName": "autoupgradeprofile1"
},
"responses": {
"200": {
"body": {
"properties": {
"channel": "Stable",
"provisioningState": "Succeeded",
"updateStrategyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgfleets/providers/Microsoft.ContainerService/fleets/fleet1/updateStrategies/strategy1",
"nodeImageSelection": {
"type": "Latest"
},
"disabled": true
},
"eTag": "\"EtagValue\"",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/autoUpgradeProfiles/autoupgradeprofile1",
Comment thread
minhng22 marked this conversation as resolved.
"name": "autoupgradeprofile1",
"type": "Microsoft.ContainerService/fleets/autoUpgradeProfiles",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2022-03-23T05:40:40.657Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-03-23T05:40:40.657Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"title": "Lists the AutoUpgradeProfile resources by fleet.",
"operationId": "AutoUpgradeProfiles_ListByFleet",
"parameters": {
"api-version": "2026-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rgfleets",
"fleetName": "fleet1"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/autoUpgradeProfiles/autoupgradeprofile1",
"name": "autoupgradeprofile1",
"type": "Microsoft.ContainerService/fleets/autoUpgradeProfiles",
"systemData": {
"createdBy": "@contoso.com",
"createdByType": "User",
"createdAt": "2023-03-01T01:10:08.395Z",
"lastModifiedBy": "@contoso.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2023-03-01T01:10:08.395Z"
},
"properties": {
"provisioningState": "Succeeded",
"channel": "Stable",
"updateStrategyId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgfleets/providers/Microsoft.ContainerService/fleets/fleet1/updateStrategies/strategy1",
"nodeImageSelection": {
"type": "Latest"
},
"disabled": true
},
"eTag": "\"EtagValue\""
}
],
"nextLink": "http://nextlink.contoso.com"
Comment thread
minhng22 marked this conversation as resolved.
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"title": "Apply a ClusterMeshProfile",
"operationId": "ClusterMeshProfiles_Apply",
"parameters": {
"api-version": "2026-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rgfleets",
"fleetName": "fleet1",
"clusterMeshProfileName": "clustermeshprofile1"
},
"responses": {
"200": {
"body": {
"properties": {
"provisioningState": "Succeeded",
"memberSelector": {
"byLabel": "env=production"
},
"status": {
"state": "Connected",
"lastAppliedMemberSelector": {
"byLabel": "env=production"
},
"lastOperationId": "12345678-1234-1234-1234-123456789012"
}
},
"eTag": "\"EtagValue\"",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/clusterMeshProfiles/clustermeshprofile1",
"name": "clustermeshprofile1",
"type": "Microsoft.ContainerService/fleets/clusterMeshProfiles",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2022-03-23T05:40:40.657Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-03-23T05:40:40.657Z"
}
}
},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operations/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview",
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"title": "Create or update a ClusterMeshProfile.",
"operationId": "ClusterMeshProfiles_CreateOrUpdate",
"parameters": {
"api-version": "2026-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rgfleets",
"If-Match": "uktvayathbu",
"fleetName": "fleet1",
"clusterMeshProfileName": "clustermeshprofile1",
"resource": {
"properties": {
"memberSelector": {
"byLabel": "env=production"
}
}
}
},
"responses": {
"200": {
"body": {
"properties": {
"provisioningState": "Succeeded",
"memberSelector": {
"byLabel": "env=production"
},
"status": {
"state": "Connected",
"lastAppliedMemberSelector": {
"byLabel": "env=production"
},
"lastOperationId": "12345678-1234-1234-1234-123456789012"
}
},
"eTag": "\"EtagValue\"",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/clusterMeshProfiles/clustermeshprofile1",
"name": "clustermeshprofile1",
"type": "Microsoft.ContainerService/fleets/clusterMeshProfiles",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2022-03-23T05:40:40.657Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-03-23T05:40:40.657Z"
}
}
},
"201": {
"body": {
"properties": {
"provisioningState": "Succeeded",
"memberSelector": {
"byLabel": "env=production"
},
"status": {
"state": "NotConnected"
}
},
"eTag": "\"EtagValue\"",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/clusterMeshProfiles/clustermeshprofile1",
"name": "clustermeshprofile1",
"type": "Microsoft.ContainerService/fleets/clusterMeshProfiles",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2022-03-23T05:40:40.657Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-03-23T05:40:40.657Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"operationId": "ClusterMeshProfiles_Delete",
"title": "Delete an ClusterMeshProfile resource.",
"parameters": {
"api-version": "2026-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rg1",
"fleetName": "fleet1",
"clusterMeshProfileName": "clustermeshprofile1"
},
"responses": {
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operations/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview",
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ContainerService/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000?api-version=2026-05-01-preview"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"title": "Get a ClusterMeshProfile resource.",
"operationId": "ClusterMeshProfiles_Get",
"parameters": {
"api-version": "2026-05-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rgfleets",
"fleetName": "fleet1",
"clusterMeshProfileName": "clustermeshprofile1"
},
"responses": {
"200": {
"body": {
"properties": {
"provisioningState": "Succeeded",
"memberSelector": {
"byLabel": "env=production"
},
"status": {
"state": "Connected",
"lastAppliedMemberSelector": {
"byLabel": "env=production"
},
"lastOperationId": "12345678-1234-1234-1234-123456789012"
}
},
"eTag": "\"EtagValue\"",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/fleets/myFleet/clusterMeshProfiles/clustermeshprofile1",
"name": "clustermeshprofile1",
"type": "Microsoft.ContainerService/fleets/clusterMeshProfiles",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2022-03-23T05:40:40.657Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-03-23T05:40:40.657Z"
}
}
}
}
}
Loading