Skip to content

Commit 9c4f909

Browse files
authored
Changed modelAsString for SecurityType param in Microsoft.Compute spec to true (#14640)
1 parent f1448ad commit 9c4f909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9186,7 +9186,7 @@
91869186
],
91879187
"x-ms-enum": {
91889188
"name": "SecurityTypes",
9189-
"modelAsString": false
9189+
"modelAsString": true
91909190
}
91919191
}
91929192
},

specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10019,7 +10019,7 @@
1001910019
],
1002010020
"x-ms-enum": {
1002110021
"name": "SecurityTypes",
10022-
"modelAsString": false
10022+
"modelAsString": true
1002310023
}
1002410024
}
1002510025
},

0 commit comments

Comments
 (0)