Skip to content
Merged
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
Expand Up @@ -1775,15 +1775,15 @@
"type": "array",
"description": "List of supported Kubernetes versions",
"items": {
"$ref": "#/definitions/KubernetesVersionProfileProperties"
"$ref": "#/definitions/KubernetesVersionProperties"
},
"x-ms-identifiers": []
}
}
}
}
},
"KubernetesVersionProfileProperties": {
"KubernetesVersionProperties": {
"type": "object",
"description": "Kubernetes version profile for given major.minor release",
"properties": {
Expand Down Expand Up @@ -1866,19 +1866,7 @@
}
},
"osSku": {
"type": "string",
"description": "The particular KubernetesVersion's Image's OS SKU (CBLMariner, Windows, Windows2022)",
"readOnly": true,
"enum": [
"CBLMariner",
"Windows2019",
"Windows2022"
],
"default": "CBLMariner",
"x-ms-enum": {
"modelAsString": true,
"name": "osSku"
}
"$ref": "#/definitions/OSSKU"
},
"ready": {
"type": "boolean",
Expand Down Expand Up @@ -1948,15 +1936,15 @@
"type": "array",
"description": "Array of HybridAKS Support VM Skus",
"items": {
"$ref": "#/definitions/VmSkuProfileProperties"
"$ref": "#/definitions/VmSkuProperties"
},
"x-ms-identifiers": []
}
}
}
}
},
"VmSkuProfileProperties": {
"VmSkuProperties": {
"type": "object",
"description": "The profile for supported VM skus",
"readOnly": true,
Expand Down