Skip to content

Commit d0d7840

Browse files
remove osOptions from AKS 2024-05-02-preview API (#29421)
Co-authored-by: Charlie Li <[email protected]>
1 parent 0d9fd3d commit d0d7840

File tree

3 files changed

+0
-144
lines changed

3 files changed

+0
-144
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ContainerServiceGetOSOptions.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/Operation_List.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
"name": "Microsoft.ContainerService/locations/orchestrators/read",
2727
"origin": "user,system"
2828
},
29-
{
30-
"display": {
31-
"description": "Gets OS options",
32-
"operation": "Get OS Options",
33-
"provider": "Microsoft Container Service",
34-
"resource": "OSOptions"
35-
},
36-
"name": "Microsoft.ContainerService/locations/osOptions/read",
37-
"origin": "user,system"
38-
},
3929
{
4030
"display": {
4131
"description": "Lists operations available on Microsoft.ContainerService resource provider",

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/managedClusters.json

Lines changed: 0 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -70,48 +70,6 @@
7070
}
7171
}
7272
},
73-
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/osOptions/default": {
74-
"get": {
75-
"tags": [
76-
"ManagedClusters"
77-
],
78-
"operationId": "ManagedClusters_GetOSOptions",
79-
"summary": "Gets supported OS options in the specified subscription.",
80-
"parameters": [
81-
{
82-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
83-
},
84-
{
85-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter"
86-
},
87-
{
88-
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/LocationParameter"
89-
},
90-
{
91-
"$ref": "#/parameters/ResourceTypeParameter"
92-
}
93-
],
94-
"responses": {
95-
"200": {
96-
"description": "OK",
97-
"schema": {
98-
"$ref": "#/definitions/OSOptionProfile"
99-
}
100-
},
101-
"default": {
102-
"description": "Error response describing why the operation failed",
103-
"schema": {
104-
"$ref": "#/definitions/CloudError"
105-
}
106-
}
107-
},
108-
"x-ms-examples": {
109-
"Get Container Service OS Options": {
110-
"$ref": "./examples/ContainerServiceGetOSOptions.json"
111-
}
112-
}
113-
}
114-
},
11573
"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/kubernetesVersions": {
11674
"get": {
11775
"tags": [
@@ -8020,70 +7978,6 @@
80207978
}
80217979
}
80227980
},
8023-
"OSOptionProperty": {
8024-
"type": "object",
8025-
"properties": {
8026-
"os-type": {
8027-
"type": "string",
8028-
"description": "The OS type."
8029-
},
8030-
"enable-fips-image": {
8031-
"type": "boolean",
8032-
"description": "Whether the image is FIPS-enabled."
8033-
}
8034-
},
8035-
"required": [
8036-
"os-type",
8037-
"enable-fips-image"
8038-
],
8039-
"description": "OS option property."
8040-
},
8041-
"OSOptionPropertyList": {
8042-
"type": "object",
8043-
"properties": {
8044-
"osOptionPropertyList": {
8045-
"type": "array",
8046-
"items": {
8047-
"$ref": "#/definitions/OSOptionProperty"
8048-
},
8049-
"x-ms-identifiers": [],
8050-
"description": "The list of OS options."
8051-
}
8052-
},
8053-
"required": [
8054-
"osOptionPropertyList"
8055-
],
8056-
"description": "The list of OS option properties."
8057-
},
8058-
"OSOptionProfile": {
8059-
"type": "object",
8060-
"properties": {
8061-
"id": {
8062-
"readOnly": true,
8063-
"type": "string",
8064-
"description": "The ID of the OS option resource."
8065-
},
8066-
"name": {
8067-
"readOnly": true,
8068-
"type": "string",
8069-
"description": "The name of the OS option resource."
8070-
},
8071-
"type": {
8072-
"readOnly": true,
8073-
"type": "string",
8074-
"description": "The type of the OS option resource."
8075-
},
8076-
"properties": {
8077-
"$ref": "#/definitions/OSOptionPropertyList",
8078-
"description": "The list of OS options.",
8079-
"x-ms-client-flatten": true
8080-
}
8081-
},
8082-
"required": [
8083-
"properties"
8084-
],
8085-
"description": "The OS option profile."
8086-
},
80877981
"GuardrailsAvailableVersionsProperties": {
80887982
"type": "object",
80897983
"description": "Whether the version is default or not and support info.",

0 commit comments

Comments
 (0)