File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1313 " 2021-06-01"
1414 ]
1515 },
16+ "identity" : {
17+ "oneOf" : [
18+ {
19+ "$ref" : " #/definitions/SystemAssignedServiceIdentity"
20+ },
21+ {
22+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
23+ }
24+ ],
25+ "description" : " Managed service identity (either system assigned, or none)"
26+ },
1627 "location" : {
1728 "type" : " string" ,
1829 "description" : " The resource location."
134145 " name"
135146 ],
136147 "description" : " Information about the SKU of the IoT Central application."
148+ },
149+ "SystemAssignedServiceIdentity" : {
150+ "type" : " object" ,
151+ "properties" : {
152+ "type" : {
153+ "oneOf" : [
154+ {
155+ "type" : " string" ,
156+ "enum" : [
157+ " None" ,
158+ " SystemAssigned"
159+ ]
160+ },
161+ {
162+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
163+ }
164+ ]
165+ }
166+ },
167+ "required" : [
168+ " type"
169+ ],
170+ "description" : " Managed service identity (either system assigned, or none)"
137171 }
138172 }
139173}
You can’t perform that action at this time.
0 commit comments