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