Skip to content

Commit

Permalink
Update managedserviceidentity type enum (#5536)
Browse files Browse the repository at this point in the history
Enum is currently missing the ua + sa combination + "none" type. We do support those values in our API and as such need the swagger to reflect that.
  • Loading branch information
Hamster-Huey authored and dsgouda committed Apr 2, 2019
1 parent 55f361c commit cf480d9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,9 @@
"description": "Type of managed service identity.",
"enum": [
"SystemAssigned",
"UserAssigned"
"UserAssigned",
"SystemAssigned, UserAssigned",
"None"
],
"type": "string",
"x-ms-enum": {
Expand Down

0 comments on commit cf480d9

Please sign in to comment.