Skip to content

Commit

Permalink
eventgrid: fixing the identity type (Azure#16844)
Browse files Browse the repository at this point in the history
The documentation states this supports `SystemAssigned, UserAssigned` however this value isn't specified
  • Loading branch information
tombuildsstuff authored and LeiWang3 committed Mar 31, 2022
1 parent 29f4124 commit 1180dde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6797,6 +6797,7 @@
"description": "The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.",
"enum": [
"SystemAssigned",
"SystemAssigned, UserAssigned",
"UserAssigned"
],
"type": "string",
Expand Down

0 comments on commit 1180dde

Please sign in to comment.