|
92 | 92 | } |
93 | 93 | ], |
94 | 94 | "responses": { |
95 | | - "default": { |
96 | | - "description": "Error response describing why the operation failed", |
97 | | - "schema": { |
98 | | - "$ref": "#/definitions/CloudError" |
99 | | - } |
100 | | - }, |
101 | 95 | "200": { |
102 | 96 | "description": "OK", |
103 | 97 | "schema": { |
104 | 98 | "$ref": "#/definitions/OSOptionProfile" |
105 | 99 | } |
| 100 | + }, |
| 101 | + "default": { |
| 102 | + "description": "Error response describing why the operation failed", |
| 103 | + "schema": { |
| 104 | + "$ref": "#/definitions/CloudError" |
| 105 | + } |
106 | 106 | } |
107 | 107 | }, |
108 | 108 | "x-ms-examples": { |
|
1823 | 1823 | } |
1824 | 1824 | ], |
1825 | 1825 | "responses": { |
1826 | | - "202": { |
1827 | | - "description": "Accepted" |
1828 | | - }, |
1829 | 1826 | "200": { |
1830 | 1827 | "description": "command finished with async pattern, tracking by location header. !!! this is for autorest only, you never get 200 from this api !!!", |
1831 | 1828 | "schema": { |
1832 | 1829 | "$ref": "#/definitions/RunCommandResult" |
1833 | 1830 | } |
1834 | 1831 | }, |
| 1832 | + "202": { |
| 1833 | + "description": "Accepted" |
| 1834 | + }, |
1835 | 1835 | "default": { |
1836 | 1836 | "description": "Error response describing why the operation failed. If the cluster doesn't exist, 404 (Not found) is returned.", |
1837 | 1837 | "schema": { |
|
1875 | 1875 | } |
1876 | 1876 | ], |
1877 | 1877 | "responses": { |
1878 | | - "202": { |
1879 | | - "description": "command running in progress" |
1880 | | - }, |
1881 | 1878 | "200": { |
1882 | 1879 | "description": "command finished", |
1883 | 1880 | "schema": { |
1884 | 1881 | "$ref": "#/definitions/RunCommandResult" |
1885 | 1882 | } |
1886 | 1883 | }, |
| 1884 | + "202": { |
| 1885 | + "description": "command running in progress" |
| 1886 | + }, |
1887 | 1887 | "default": { |
1888 | 1888 | "description": "Error response describing why the operation failed. If the cluster doesn't exist, 404 (Not found) is returned.", |
1889 | 1889 | "schema": { |
|
2224 | 2224 | "items": { |
2225 | 2225 | "$ref": "#/definitions/OperationValue" |
2226 | 2226 | }, |
| 2227 | + "x-ms-identifiers": [ |
| 2228 | + "name" |
| 2229 | + ], |
2227 | 2230 | "description": "The list of operations" |
2228 | 2231 | } |
2229 | 2232 | }, |
|
3293 | 3296 | "items": { |
3294 | 3297 | "$ref": "#/definitions/TimeInWeek" |
3295 | 3298 | }, |
| 3299 | + "x-ms-identifiers": [], |
3296 | 3300 | "title": "Time slots during the week when planned maintenance is allowed to proceed.", |
3297 | 3301 | "description": "If two array entries specify the same day of the week, the applied configuration is the union of times in both entries." |
3298 | 3302 | }, |
|
3301 | 3305 | "items": { |
3302 | 3306 | "$ref": "#/definitions/TimeSpan" |
3303 | 3307 | }, |
| 3308 | + "x-ms-identifiers": [], |
3304 | 3309 | "description": "Time slots on which upgrade is not allowed." |
3305 | 3310 | } |
3306 | 3311 | }, |
|
3568 | 3573 | "items": { |
3569 | 3574 | "$ref": "#/definitions/ContainerServiceSshPublicKey" |
3570 | 3575 | }, |
| 3576 | + "x-ms-identifiers": [], |
3571 | 3577 | "description": "The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified." |
3572 | 3578 | } |
3573 | 3579 | }, |
|
3715 | 3721 | "items": { |
3716 | 3722 | "$ref": "#/definitions/ManagedClusterAgentPoolProfile" |
3717 | 3723 | }, |
| 3724 | + "x-ms-identifiers": [ |
| 3725 | + "name" |
| 3726 | + ], |
3718 | 3727 | "description": "The agent pool properties." |
3719 | 3728 | }, |
3720 | 3729 | "linuxProfile": { |
|
4130 | 4139 | } |
4131 | 4140 | } |
4132 | 4141 | }, |
| 4142 | + "x-ms-identifiers": [], |
4133 | 4143 | "description": "List of orchestrator types and versions available for upgrade." |
4134 | 4144 | } |
4135 | 4145 | }, |
|
4150 | 4160 | "items": { |
4151 | 4161 | "$ref": "#/definitions/ManagedClusterPoolUpgradeProfile" |
4152 | 4162 | }, |
| 4163 | + "x-ms-identifiers": [ |
| 4164 | + "name" |
| 4165 | + ], |
4153 | 4166 | "description": "The list of available upgrade versions for agent pools." |
4154 | 4167 | } |
4155 | 4168 | }, |
|
4346 | 4359 | "items": { |
4347 | 4360 | "$ref": "#/definitions/ManagedClusterPodIdentityProvisioningErrorBody" |
4348 | 4361 | }, |
| 4362 | + "x-ms-identifiers": [ |
| 4363 | + "message", |
| 4364 | + "target" |
| 4365 | + ], |
4349 | 4366 | "description": "A list of additional details about the error." |
4350 | 4367 | } |
4351 | 4368 | }, |
|
4393 | 4410 | "type": "array", |
4394 | 4411 | "items": { |
4395 | 4412 | "$ref": "#/definitions/ManagedClusterPodIdentity" |
4396 | | - } |
| 4413 | + }, |
| 4414 | + "x-ms-identifiers": [ |
| 4415 | + "name" |
| 4416 | + ] |
4397 | 4417 | }, |
4398 | 4418 | "userAssignedIdentityExceptions": { |
4399 | 4419 | "description": "The pod identity exceptions to allow.", |
4400 | 4420 | "type": "array", |
4401 | 4421 | "items": { |
4402 | 4422 | "$ref": "#/definitions/ManagedClusterPodIdentityException" |
4403 | | - } |
| 4423 | + }, |
| 4424 | + "x-ms-identifiers": [] |
4404 | 4425 | } |
4405 | 4426 | }, |
4406 | 4427 | "title": "The pod identity profile of the Managed Cluster.", |
|
4486 | 4507 | } |
4487 | 4508 | } |
4488 | 4509 | }, |
| 4510 | + "x-ms-identifiers": [ |
| 4511 | + "kubernetesVersion" |
| 4512 | + ], |
4489 | 4513 | "description": "List of orchestrator types and versions available for upgrade." |
4490 | 4514 | }, |
4491 | 4515 | "latestNodeImageVersion": { |
|
4548 | 4572 | } |
4549 | 4573 | } |
4550 | 4574 | }, |
| 4575 | + "x-ms-identifiers": [ |
| 4576 | + "kubernetesVersion" |
| 4577 | + ], |
4551 | 4578 | "description": "List of versions available for agent pool." |
4552 | 4579 | } |
4553 | 4580 | }, |
|
4675 | 4702 | "items": { |
4676 | 4703 | "$ref": "#/definitions/CredentialResult" |
4677 | 4704 | }, |
| 4705 | + "x-ms-identifiers": [ |
| 4706 | + "name" |
| 4707 | + ], |
4678 | 4708 | "description": "Base64-encoded Kubernetes configuration file." |
4679 | 4709 | } |
4680 | 4710 | }, |
|
4727 | 4757 | "items": { |
4728 | 4758 | "$ref": "#/definitions/CloudErrorBody" |
4729 | 4759 | }, |
| 4760 | + "x-ms-identifiers": [ |
| 4761 | + "message", |
| 4762 | + "target" |
| 4763 | + ], |
4730 | 4764 | "description": "A list of additional details about the error." |
4731 | 4765 | } |
4732 | 4766 | }, |
|
5321 | 5355 | "items": { |
5322 | 5356 | "$ref": "#/definitions/OSOptionProperty" |
5323 | 5357 | }, |
| 5358 | + "x-ms-identifiers": [], |
5324 | 5359 | "description": "The list of OS options." |
5325 | 5360 | } |
5326 | 5361 | }, |
|
5370 | 5405 | "type": "array", |
5371 | 5406 | "items": { |
5372 | 5407 | "$ref": "#/definitions/EndpointDetail" |
5373 | | - } |
| 5408 | + }, |
| 5409 | + "x-ms-identifiers": [ |
| 5410 | + "ipAddress", |
| 5411 | + "port" |
| 5412 | + ] |
5374 | 5413 | } |
5375 | 5414 | } |
5376 | 5415 | }, |
|
5410 | 5449 | "type": "array", |
5411 | 5450 | "items": { |
5412 | 5451 | "$ref": "#/definitions/EndpointDependency" |
5413 | | - } |
| 5452 | + }, |
| 5453 | + "x-ms-identifiers": [ |
| 5454 | + "domainName" |
| 5455 | + ] |
5414 | 5456 | } |
5415 | 5457 | } |
5416 | 5458 | }, |
|
5426 | 5468 | "type": "array", |
5427 | 5469 | "items": { |
5428 | 5470 | "$ref": "#/definitions/OutboundEnvironmentEndpoint" |
5429 | | - } |
| 5471 | + }, |
| 5472 | + "x-ms-identifiers": [] |
5430 | 5473 | }, |
5431 | 5474 | "nextLink": { |
5432 | 5475 | "description": "Link to next page of resources.", |
|
0 commit comments