Skip to content

Commit

Permalink
[ReleasePR hybridkubernetes] Added async operation support for PATCH …
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] committed Apr 19, 2021
2 parents 54c532c + 4da4560 commit 15438eb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions schemas/2021-04-01-preview/Microsoft.Kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,21 @@
"type": "string",
"description": "The resource id of the private link scope this connected cluster is assigned to, if any."
},
"privateLinkState": {
"oneOf": [
{
"type": "string",
"enum": [
"Enabled",
"Disabled"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Property which describes the state of private link on a connected cluster resource."
},
"provisioningState": {
"oneOf": [
{
Expand Down

0 comments on commit 15438eb

Please sign in to comment.