|
60 | 60 | ], |
61 | 61 | "responses": { |
62 | 62 | "200": { |
63 | | - "description": "ARM operation completed successfully.", |
| 63 | + "description": "Azure operation completed successfully.", |
64 | 64 | "schema": { |
65 | 65 | "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult" |
66 | 66 | } |
|
99 | 99 | ], |
100 | 100 | "responses": { |
101 | 101 | "200": { |
102 | | - "description": "ARM operation completed successfully.", |
| 102 | + "description": "Azure operation completed successfully.", |
103 | 103 | "schema": { |
104 | 104 | "$ref": "#/definitions/OrganizationResourceListResult" |
105 | 105 | } |
|
141 | 141 | ], |
142 | 142 | "responses": { |
143 | 143 | "200": { |
144 | | - "description": "ARM operation completed successfully.", |
| 144 | + "description": "Azure operation completed successfully.", |
145 | 145 | "schema": { |
146 | 146 | "$ref": "#/definitions/OrganizationResourceListResult" |
147 | 147 | } |
|
193 | 193 | ], |
194 | 194 | "responses": { |
195 | 195 | "200": { |
196 | | - "description": "ARM operation completed successfully.", |
| 196 | + "description": "Azure operation completed successfully.", |
197 | 197 | "schema": { |
198 | 198 | "$ref": "#/definitions/OrganizationResource" |
199 | 199 | } |
|
322 | 322 | ], |
323 | 323 | "responses": { |
324 | 324 | "200": { |
325 | | - "description": "ARM operation completed successfully.", |
| 325 | + "description": "Azure operation completed successfully.", |
326 | 326 | "schema": { |
327 | 327 | "$ref": "#/definitions/OrganizationResource" |
328 | 328 | } |
329 | 329 | }, |
330 | 330 | "202": { |
331 | 331 | "description": "Resource update request accepted.", |
332 | 332 | "headers": { |
| 333 | + "Location": { |
| 334 | + "type": "string", |
| 335 | + "description": "The Location header contains the URL where the status of the long running operation can be checked." |
| 336 | + }, |
333 | 337 | "Retry-After": { |
334 | 338 | "type": "integer", |
335 | 339 | "format": "int32", |
336 | 340 | "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." |
337 | | - }, |
338 | | - "Location": { |
339 | | - "type": "string", |
340 | | - "description": "The Location header contains the URL where the status of the long running operation can be checked." |
341 | 341 | } |
342 | 342 | } |
343 | 343 | }, |
|
389 | 389 | "202": { |
390 | 390 | "description": "Resource deletion accepted.", |
391 | 391 | "headers": { |
| 392 | + "Location": { |
| 393 | + "type": "string", |
| 394 | + "description": "The Location header contains the URL where the status of the long running operation can be checked." |
| 395 | + }, |
392 | 396 | "Retry-After": { |
393 | 397 | "type": "integer", |
394 | 398 | "format": "int32", |
395 | 399 | "description": "The Retry-After header can indicate how long the client should wait before polling the operation status." |
396 | | - }, |
397 | | - "Location": { |
398 | | - "type": "string", |
399 | | - "description": "The Location header contains the URL where the status of the long running operation can be checked." |
400 | 400 | } |
401 | 401 | } |
402 | 402 | }, |
403 | 403 | "204": { |
404 | | - "description": "Resource deleted successfully." |
| 404 | + "description": "Resource does not exist." |
405 | 405 | }, |
406 | 406 | "default": { |
407 | 407 | "description": "An unexpected error response.", |
|
854 | 854 | "type": "string", |
855 | 855 | "description": "Supported API versions for the Astronomer.Astro resource provider.", |
856 | 856 | "enum": [ |
| 857 | + "2023-08-01-preview", |
857 | 858 | "2023-08-01" |
858 | 859 | ], |
859 | 860 | "x-ms-enum": { |
|
862 | 863 | "values": [ |
863 | 864 | { |
864 | 865 | "name": "v1_preview", |
| 866 | + "value": "2023-08-01-preview", |
| 867 | + "description": "Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1, LiftrBase.Versions.v1_preview, LiftrBase.Data.Versions.v1_preview" |
| 868 | + }, |
| 869 | + { |
| 870 | + "name": "v1", |
865 | 871 | "value": "2023-08-01", |
866 | 872 | "description": "Dependent on Azure.ResourceManager.Versions.v1_0_Preview_1, LiftrBase.Versions.v1_preview, LiftrBase.Data.Versions.v1_preview" |
867 | 873 | } |
|
0 commit comments