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 1019
1019
}
1020
1020
},
1021
1021
"identity" : {
1022
- "$ref" : " #/definitions/Identity " ,
1022
+ "$ref" : " ../../../../../common-types/resource-management/v3/managedidentity.json #/definitions/ManagedServiceIdentity " ,
1023
1023
"description" : " The type of identity used for the resource."
1024
1024
}
1025
1025
}
1146
1146
}
1147
1147
}
1148
1148
},
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
- },
1177
1149
"IotHubSettings" : {
1178
1150
"type" : " object" ,
1179
1151
"description" : " Device Update account integration with IoT Hub settings." ,
1204
1176
"type" : " object" ,
1205
1177
"properties" : {
1206
1178
"identity" : {
1207
- "$ref" : " #/definitions/Identity " ,
1179
+ "$ref" : " ../../../../../common-types/resource-management/v3/managedidentity.json #/definitions/ManagedServiceIdentity " ,
1208
1180
"description" : " The type of identity used for the resource."
1209
1181
},
1210
1182
"location" : {
You can’t perform that action at this time.
0 commit comments