Skip to content

Commit

Permalink
CodeGen from PR 13956 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Added 201 response code for patch operation (#13956)

Co-authored-by: Akash Keshari <[email protected]>
  • Loading branch information
SDKAuto and Akash Keshari committed Apr 19, 2021
1 parent 54c532c commit 4da4560
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 4da4560

Please sign in to comment.