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 135
135
{
136
136
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
137
137
}
138
- ]
138
+ ],
139
+ "description" : " External Cloud Service connectors"
139
140
},
140
141
"managedResourceGroupName" : {
141
142
"type" : " string" ,
201
202
},
202
203
"CloudConnectors" : {
203
204
"type" : " object" ,
204
- "properties" : {}
205
+ "properties" : {},
206
+ "description" : " External Cloud Service connectors"
205
207
},
206
208
"Identity" : {
207
209
"type" : " object" ,
211
213
{
212
214
"type" : " string" ,
213
215
"enum" : [
214
- " SystemAssigned"
216
+ " None" ,
217
+ " SystemAssigned" ,
218
+ " UserAssigned"
215
219
]
216
220
},
217
221
{
218
222
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
219
223
}
220
224
],
221
225
"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"
222
241
}
223
242
},
224
243
"description" : " The Managed Identity of the resource"
292
311
}
293
312
},
294
313
"description" : " The private link service connection state."
314
+ },
315
+ "UserAssignedIdentity" : {
316
+ "type" : " object" ,
317
+ "properties" : {},
318
+ "description" : " Uses client ID and Principal ID"
295
319
}
296
320
}
297
321
}
You can’t perform that action at this time.
0 commit comments