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": [ {