Skip to content

Commit

Permalink
Adding xms-ids to ContainerService (#17640)
Browse files Browse the repository at this point in the history
* Adding xms-ids to ContainerService

* prettier fix
  • Loading branch information
agalerrotaru authored Feb 9, 2022
1 parent 89c3f10 commit 9673e22
Showing 1 changed file with 60 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@
}
],
"responses": {
"default": {
"description": "Error response describing why the operation failed",
"schema": {
"$ref": "#/definitions/CloudError"
}
},
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/OSOptionProfile"
}
},
"default": {
"description": "Error response describing why the operation failed",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -1823,15 +1823,15 @@
}
],
"responses": {
"202": {
"description": "Accepted"
},
"200": {
"description": "command finished with async pattern, tracking by location header. !!! this is for autorest only, you never get 200 from this api !!!",
"schema": {
"$ref": "#/definitions/RunCommandResult"
}
},
"202": {
"description": "Accepted"
},
"default": {
"description": "Error response describing why the operation failed. If the cluster doesn't exist, 404 (Not found) is returned.",
"schema": {
Expand Down Expand Up @@ -1875,15 +1875,15 @@
}
],
"responses": {
"202": {
"description": "command running in progress"
},
"200": {
"description": "command finished",
"schema": {
"$ref": "#/definitions/RunCommandResult"
}
},
"202": {
"description": "command running in progress"
},
"default": {
"description": "Error response describing why the operation failed. If the cluster doesn't exist, 404 (Not found) is returned.",
"schema": {
Expand Down Expand Up @@ -2224,6 +2224,9 @@
"items": {
"$ref": "#/definitions/OperationValue"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of operations"
}
},
Expand Down Expand Up @@ -3293,6 +3296,7 @@
"items": {
"$ref": "#/definitions/TimeInWeek"
},
"x-ms-identifiers": [],
"title": "Time slots during the week when planned maintenance is allowed to proceed.",
"description": "If two array entries specify the same day of the week, the applied configuration is the union of times in both entries."
},
Expand All @@ -3301,6 +3305,7 @@
"items": {
"$ref": "#/definitions/TimeSpan"
},
"x-ms-identifiers": [],
"description": "Time slots on which upgrade is not allowed."
}
},
Expand Down Expand Up @@ -3568,6 +3573,7 @@
"items": {
"$ref": "#/definitions/ContainerServiceSshPublicKey"
},
"x-ms-identifiers": [],
"description": "The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified."
}
},
Expand Down Expand Up @@ -3715,6 +3721,9 @@
"items": {
"$ref": "#/definitions/ManagedClusterAgentPoolProfile"
},
"x-ms-identifiers": [
"name"
],
"description": "The agent pool properties."
},
"linuxProfile": {
Expand Down Expand Up @@ -4130,6 +4139,7 @@
}
}
},
"x-ms-identifiers": [],
"description": "List of orchestrator types and versions available for upgrade."
}
},
Expand All @@ -4150,6 +4160,9 @@
"items": {
"$ref": "#/definitions/ManagedClusterPoolUpgradeProfile"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of available upgrade versions for agent pools."
}
},
Expand Down Expand Up @@ -4346,6 +4359,10 @@
"items": {
"$ref": "#/definitions/ManagedClusterPodIdentityProvisioningErrorBody"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -4393,14 +4410,18 @@
"type": "array",
"items": {
"$ref": "#/definitions/ManagedClusterPodIdentity"
}
},
"x-ms-identifiers": [
"name"
]
},
"userAssignedIdentityExceptions": {
"description": "The pod identity exceptions to allow.",
"type": "array",
"items": {
"$ref": "#/definitions/ManagedClusterPodIdentityException"
}
},
"x-ms-identifiers": []
}
},
"title": "The pod identity profile of the Managed Cluster.",
Expand Down Expand Up @@ -4486,6 +4507,9 @@
}
}
},
"x-ms-identifiers": [
"kubernetesVersion"
],
"description": "List of orchestrator types and versions available for upgrade."
},
"latestNodeImageVersion": {
Expand Down Expand Up @@ -4548,6 +4572,9 @@
}
}
},
"x-ms-identifiers": [
"kubernetesVersion"
],
"description": "List of versions available for agent pool."
}
},
Expand Down Expand Up @@ -4675,6 +4702,9 @@
"items": {
"$ref": "#/definitions/CredentialResult"
},
"x-ms-identifiers": [
"name"
],
"description": "Base64-encoded Kubernetes configuration file."
}
},
Expand Down Expand Up @@ -4727,6 +4757,10 @@
"items": {
"$ref": "#/definitions/CloudErrorBody"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -5321,6 +5355,7 @@
"items": {
"$ref": "#/definitions/OSOptionProperty"
},
"x-ms-identifiers": [],
"description": "The list of OS options."
}
},
Expand Down Expand Up @@ -5370,7 +5405,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDetail"
}
},
"x-ms-identifiers": [
"ipAddress",
"port"
]
}
}
},
Expand Down Expand Up @@ -5410,7 +5449,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDependency"
}
},
"x-ms-identifiers": [
"domainName"
]
}
}
},
Expand All @@ -5426,7 +5468,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/OutboundEnvironmentEndpoint"
}
},
"x-ms-identifiers": []
},
"nextLink": {
"description": "Link to next page of resources.",
Expand Down

0 comments on commit 9673e22

Please sign in to comment.