|
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 | | - "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 | | - }, |
115 | 73 | "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/kubernetesVersions": { |
116 | 74 | "get": { |
117 | 75 | "tags": [ |
|
8020 | 7978 | } |
8021 | 7979 | } |
8022 | 7980 | }, |
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 | | - }, |
8087 | 7981 | "GuardrailsAvailableVersionsProperties": { |
8088 | 7982 | "type": "object", |
8089 | 7983 | "description": "Whether the version is default or not and support info.", |
|
0 commit comments