Skip to content

Commit 15438eb

Browse files
author
msftbot[bot]
authored
2 parents 54c532c + 4da4560 commit 15438eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schemas/2021-04-01-preview/Microsoft.Kubernetes.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,21 @@
120120
"type": "string",
121121
"description": "The resource id of the private link scope this connected cluster is assigned to, if any."
122122
},
123+
"privateLinkState": {
124+
"oneOf": [
125+
{
126+
"type": "string",
127+
"enum": [
128+
"Enabled",
129+
"Disabled"
130+
]
131+
},
132+
{
133+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
134+
}
135+
],
136+
"description": "Property which describes the state of private link on a connected cluster resource."
137+
},
123138
"provisioningState": {
124139
"oneOf": [
125140
{

0 commit comments

Comments
 (0)