Skip to content

Commit eeff4c9

Browse files
author
nguyenmin
committed
address copilot comments
1 parent a93ba22 commit eeff4c9

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/examples/2026-06-02-preview/AutoUpgradeProfileOperations_GenerateUpdateRun.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"id": "lfte"
1515
}
1616
},
17-
"204": {},
1817
"202": {
1918
"headers": {
2019
"Azure-AsyncOperation": "https://contoso.com/operationstatus"

specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/main.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ enum Versions {
7474
@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v5)
7575
v2026_05_01_preview: "2026-05-01-preview",
7676

77-
@doc("Azure Kubernetes Fleet Manager api version 2026-06-01-preview.")
77+
@doc("Azure Kubernetes Fleet Manager api version 2026-06-02-preview.")
7878
@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v5)
7979
v2026_06_02_preview: "2026-06-02-preview",
8080
}

specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-06-02-preview/examples/AutoUpgradeProfileOperations_GenerateUpdateRun.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"id": "lfte"
1515
}
1616
},
17-
"204": {},
1817
"202": {
1918
"headers": {
2019
"Azure-AsyncOperation": "https://contoso.com/operationstatus"

specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/preview/2026-06-02-preview/fleets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3470,6 +3470,11 @@
34703470
"type": "string"
34713471
},
34723472
"readOnly": true
3473+
},
3474+
"lastTriggerMessage": {
3475+
"type": "string",
3476+
"description": "Additional information about the last trigger attempt.",
3477+
"readOnly": true
34733478
}
34743479
}
34753480
},

specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/update/autoupgradeprofile.tsp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ model AutoUpgradeProfileStatus {
183183
@doc("The target Kubernetes version or node image versions of the last trigger.")
184184
@visibility(Lifecycle.Read)
185185
lastTriggerUpgradeVersions?: string[];
186+
187+
@doc("Additional information about the last trigger attempt.")
188+
@visibility(Lifecycle.Read)
189+
@added(Versions.v2026_06_02_preview)
190+
lastTriggerMessage?: string;
186191
}
187192

188193
@doc("AutoUpgradeLastTriggerStatus is the status of the last AutoUpgrade trigger (attempt to automatically create and start UpdateRun when there are new released versions) of an auto upgrade profile.")

0 commit comments

Comments
 (0)