File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed
Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 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" ,
201202 },
202203 "CloudConnectors" : {
203204 "type" : " object" ,
204- "properties" : {}
205+ "properties" : {},
206+ "description" : " External Cloud Service connectors"
205207 },
206208 "Identity" : {
207209 "type" : " object" ,
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"
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}
You can’t perform that action at this time.
0 commit comments