File tree Expand file tree Collapse file tree 1 file changed +2
-30
lines changed
specification/deviceupdate/resource-manager/Microsoft.DeviceUpdate/preview/2020-03-01-preview Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change 10191019 }
10201020 },
10211021 "identity" : {
1022- "$ref" : " #/definitions/Identity " ,
1022+ "$ref" : " ../../../../../common-types/resource-management/v3/managedidentity.json #/definitions/ManagedServiceIdentity " ,
10231023 "description" : " The type of identity used for the resource."
10241024 }
10251025 }
11461146 }
11471147 }
11481148 },
1149- "Identity" : {
1150- "description" : " Identity for the resource." ,
1151- "type" : " object" ,
1152- "properties" : {
1153- "principalId" : {
1154- "readOnly" : true ,
1155- "type" : " string" ,
1156- "description" : " The principal ID of resource identity."
1157- },
1158- "tenantId" : {
1159- "readOnly" : true ,
1160- "type" : " string" ,
1161- "description" : " The tenant ID of resource."
1162- },
1163- "type" : {
1164- "enum" : [
1165- " SystemAssigned" ,
1166- " None"
1167- ],
1168- "x-ms-enum" : {
1169- "name" : " ResourceIdentityType" ,
1170- "modelAsString" : false
1171- },
1172- "type" : " string" ,
1173- "description" : " The identity type."
1174- }
1175- }
1176- },
11771149 "IotHubSettings" : {
11781150 "type" : " object" ,
11791151 "description" : " Device Update account integration with IoT Hub settings." ,
12041176 "type" : " object" ,
12051177 "properties" : {
12061178 "identity" : {
1207- "$ref" : " #/definitions/Identity " ,
1179+ "$ref" : " ../../../../../common-types/resource-management/v3/managedidentity.json #/definitions/ManagedServiceIdentity " ,
12081180 "description" : " The type of identity used for the resource."
12091181 },
12101182 "location" : {
You can’t perform that action at this time.
0 commit comments