From 4da45604f155bd7d3b0f5e51e58592cf74a092ff Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 19 Apr 2021 01:34:07 +0000 Subject: [PATCH] CodeGen from PR 13956 in Azure/azure-rest-api-specs Added 201 response code for patch operation (#13956) Co-authored-by: Akash Keshari --- .../2021-04-01-preview/Microsoft.Kubernetes.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/schemas/2021-04-01-preview/Microsoft.Kubernetes.json b/schemas/2021-04-01-preview/Microsoft.Kubernetes.json index 4e44be4c8b..b5ef8b7dfb 100644 --- a/schemas/2021-04-01-preview/Microsoft.Kubernetes.json +++ b/schemas/2021-04-01-preview/Microsoft.Kubernetes.json @@ -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": [ {