Skip to content

Commit

Permalink
Fixed Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yijinglu-microsoft committed Sep 27, 2024
1 parent 98600c0 commit 97e6af1
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,15 @@
},
"selectedUserAssignedIdentityResourceId": {
"type": "string",
"description": "Iot Hub selected user-assigned identity resource Id when authenticationType is UserAssigned."
"format": "arm-id",
"description": "The selected user-assigned identity resource Id associated with IoT Hub. This is required when authenticationType is UserAssigned.",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.ManagedIdentity/userAssignedIdentities"
}
]
}
}
},
"required": [
Expand Down

0 comments on commit 97e6af1

Please sign in to comment.