Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@
}
},
"identity": {
"$ref": "#/definitions/Identity",
"$ref": "../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity",
"description": "The type of identity used for the resource."
}
}
Expand Down Expand Up @@ -1112,34 +1112,6 @@
}
}
},
"Identity": {
"description": "Identity for the resource.",
"type": "object",
"properties": {
"principalId": {
"readOnly": true,
"type": "string",
"description": "The principal ID of resource identity."
},
"tenantId": {
"readOnly": true,
"type": "string",
"description": "The tenant ID of resource."
},
"type": {
"enum": [
"SystemAssigned",
"None"
],
"x-ms-enum": {
"name": "ResourceIdentityType",
"modelAsString": false
},
"type": "string",
"description": "The identity type."
}
}
},
"IotHubSettings": {
"type": "object",
"description": "Device Update account integration with IoT Hub settings.",
Expand Down Expand Up @@ -1170,7 +1142,7 @@
"type": "object",
"properties": {
"identity": {
"$ref": "#/definitions/Identity",
"$ref": "../../../../../common-types/resource-management/v3/managedidentity.json#/definitions/ManagedServiceIdentity",
"description": "The type of identity used for the resource."
},
"location": {
Expand Down