You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Schema of Azure Kubernetes Service events published to Azure Event Grid",
6
+
"description": "Describes the schema of the Azure Kubernetes Service events published to Azure Event Grid. This corresponds to the Data property of an EventGridEvent"
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.NewKubernetesVersionAvailable event",
12
+
"type": "object",
13
+
"properties": {
14
+
"latestSupportedKubernetesVersion": {
15
+
"description": "The highest PATCH Kubernetes version for the highest MINOR version supported by ManagedCluster resource",
16
+
"type": "string"
17
+
},
18
+
"latestStableKubernetesVersion": {
19
+
"description": "The highest PATCH Kubernetes version for the MINOR version considered stable for the ManagedCluster resource",
20
+
"type": "string"
21
+
},
22
+
"lowestMinorKubernetesVersion": {
23
+
"description": "The highest PATCH Kubernetes version for the lowest applicable MINOR version available for the ManagedCluster resource",
24
+
"type": "string"
25
+
},
26
+
"latestPreviewKubernetesVersion": {
27
+
"description": "The highest PATCH Kubernetes version considered preview for the ManagedCluster resource. There might not be any version in preview at the time of publishing the event",
0 commit comments