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 135135 {
136136 "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
137137 }
138- ],
139- "description" : " External Cloud Service connectors"
138+ ]
140139 },
141140 "managedResourceGroupName" : {
142141 "type" : " string" ,
202201 },
203202 "CloudConnectors" : {
204203 "type" : " object" ,
205- "properties" : {},
206- "description" : " External Cloud Service connectors"
204+ "properties" : {}
207205 },
208206 "Identity" : {
209207 "type" : " object" ,
213211 {
214212 "type" : " string" ,
215213 "enum" : [
216- " None" ,
217- " SystemAssigned" ,
218- " UserAssigned"
214+ " SystemAssigned"
219215 ]
220216 },
221217 {
222218 "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
223219 }
224220 ],
225221 "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"
241222 }
242223 },
243224 "description" : " The Managed Identity of the resource"
311292 }
312293 },
313294 "description" : " The private link service connection state."
314- },
315- "UserAssignedIdentity" : {
316- "type" : " object" ,
317- "properties" : {},
318- "description" : " Uses client ID and Principal ID"
319295 }
320296 }
321297}
You can’t perform that action at this time.
0 commit comments