|
70 | 70 | } |
71 | 71 | } |
72 | 72 | }, |
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 | | - }, |
115 | 73 | "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/kubernetesVersions": { |
116 | 74 | "get": { |
117 | 75 | "tags": [ |
|
6377 | 6335 | } |
6378 | 6336 | } |
6379 | 6337 | }, |
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 | | - }, |
6444 | 6338 | "EndpointDependency": { |
6445 | 6339 | "description": "A domain name that AKS agent nodes are reaching at.", |
6446 | 6340 | "type": "object", |
|
0 commit comments