Skip to content

Commit bc47dec

Browse files
remove osOptions from AKS 2024-05-01 API (#29422)
Co-authored-by: Charlie Li <charlili@microsoft.com>
1 parent 410d5fa commit bc47dec

File tree

3 files changed

+0
-144
lines changed

3 files changed

+0
-144
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-05-01/examples/ContainerServiceGetOSOptions.json

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

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-05-01/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/stable/2024-05-01/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-
"default": {
96-
"description": "Error response describing why the operation failed",
97-
"schema": {
98-
"$ref": "#/definitions/CloudError"
99-
}
100-
},
101-
"200": {
102-
"description": "OK",
103-
"schema": {
104-
"$ref": "#/definitions/OSOptionProfile"
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": [
@@ -6377,70 +6335,6 @@
63776335
}
63786336
}
63796337
},
6380-
"OSOptionProperty": {
6381-
"type": "object",
6382-
"properties": {
6383-
"os-type": {
6384-
"type": "string",
6385-
"description": "The OS type."
6386-
},
6387-
"enable-fips-image": {
6388-
"type": "boolean",
6389-
"description": "Whether the image is FIPS-enabled."
6390-
}
6391-
},
6392-
"required": [
6393-
"os-type",
6394-
"enable-fips-image"
6395-
],
6396-
"description": "OS option property."
6397-
},
6398-
"OSOptionPropertyList": {
6399-
"type": "object",
6400-
"properties": {
6401-
"osOptionPropertyList": {
6402-
"type": "array",
6403-
"items": {
6404-
"$ref": "#/definitions/OSOptionProperty"
6405-
},
6406-
"x-ms-identifiers": [],
6407-
"description": "The list of OS options."
6408-
}
6409-
},
6410-
"required": [
6411-
"osOptionPropertyList"
6412-
],
6413-
"description": "The list of OS option properties."
6414-
},
6415-
"OSOptionProfile": {
6416-
"type": "object",
6417-
"properties": {
6418-
"id": {
6419-
"readOnly": true,
6420-
"type": "string",
6421-
"description": "The ID of the OS option resource."
6422-
},
6423-
"name": {
6424-
"readOnly": true,
6425-
"type": "string",
6426-
"description": "The name of the OS option resource."
6427-
},
6428-
"type": {
6429-
"readOnly": true,
6430-
"type": "string",
6431-
"description": "The type of the OS option resource."
6432-
},
6433-
"properties": {
6434-
"$ref": "#/definitions/OSOptionPropertyList",
6435-
"description": "The list of OS options.",
6436-
"x-ms-client-flatten": true
6437-
}
6438-
},
6439-
"required": [
6440-
"properties"
6441-
],
6442-
"description": "The OS option profile."
6443-
},
64446338
"EndpointDependency": {
64456339
"description": "A domain name that AKS agent nodes are reaching at.",
64466340
"type": "object",

0 commit comments

Comments
 (0)