Skip to content

Commit

Permalink
Model Identity Type as string
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacodel committed Sep 30, 2020
1 parent 1d502e6 commit f3cf75a
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5085,14 +5085,15 @@
"type": {
"type": "string",
"description": "The identity type.",
"default": "SystemAssigned",
"enum": [
"SystemAssigned",
"UserAssigned",
"SystemAssigned,UserAssigned"
],
"x-ms-enum": {
"name": "FactoryIdentityType",
"modelAsString": false
"modelAsString": true
}
},
"principalId": {
Expand All @@ -5111,10 +5112,7 @@
"$ref": "#/definitions/UserAssignedIdentitiesDefinitionSpecification",
"description": "List of user assigned identities for the factory."
}
},
"required": [
"type"
]
}
},
"UserAssignedIdentitiesDefinitionSpecification": {
"description": "Definition of all user assigned identities for a factory.",
Expand Down

0 comments on commit f3cf75a

Please sign in to comment.