Skip to content

Commit e710d66

Browse files
author
msftbot[bot]
authored
2 parents d352146 + d4c6ae4 commit e710d66

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

schemas/2021-07-01/Microsoft.Purview.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
{
136136
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
137137
}
138-
]
138+
],
139+
"description": "External Cloud Service connectors"
139140
},
140141
"managedResourceGroupName": {
141142
"type": "string",
@@ -201,7 +202,8 @@
201202
},
202203
"CloudConnectors": {
203204
"type": "object",
204-
"properties": {}
205+
"properties": {},
206+
"description": "External Cloud Service connectors"
205207
},
206208
"Identity": {
207209
"type": "object",
@@ -211,14 +213,31 @@
211213
{
212214
"type": "string",
213215
"enum": [
214-
"SystemAssigned"
216+
"None",
217+
"SystemAssigned",
218+
"UserAssigned"
215219
]
216220
},
217221
{
218222
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
219223
}
220224
],
221225
"description": "Identity Type."
226+
},
227+
"userAssignedIdentities": {
228+
"oneOf": [
229+
{
230+
"type": "object",
231+
"additionalProperties": {
232+
"$ref": "#/definitions/UserAssignedIdentity"
233+
},
234+
"properties": {}
235+
},
236+
{
237+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
238+
}
239+
],
240+
"description": "User Assigned Identities"
222241
}
223242
},
224243
"description": "The Managed Identity of the resource"
@@ -292,6 +311,11 @@
292311
}
293312
},
294313
"description": "The private link service connection state."
314+
},
315+
"UserAssignedIdentity": {
316+
"type": "object",
317+
"properties": {},
318+
"description": "Uses client ID and Principal ID"
295319
}
296320
}
297321
}

0 commit comments

Comments
 (0)