Skip to content

Commit

Permalink
Changed modelAsString for SecurityType param in Microsoft.Compute spe…
Browse files Browse the repository at this point in the history
…c to true (Azure#14640)
  • Loading branch information
ms-saypaul authored Jun 23, 2021
1 parent f1448ad commit 9c4f909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9186,7 +9186,7 @@
],
"x-ms-enum": {
"name": "SecurityTypes",
"modelAsString": false
"modelAsString": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10019,7 +10019,7 @@
],
"x-ms-enum": {
"name": "SecurityTypes",
"modelAsString": false
"modelAsString": true
}
}
},
Expand Down

0 comments on commit 9c4f909

Please sign in to comment.