Skip to content

Commit

Permalink
set modelAsString in Compute.json (#15256)
Browse files Browse the repository at this point in the history
* change modelAsString

* missed one spot
  • Loading branch information
grizzlytheodore authored Jul 20, 2021
1 parent e7682aa commit 48796af
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4263,7 +4263,7 @@
],
"x-ms-enum": {
"name": "CapacityReservationGroupInstanceViewTypes",
"modelAsString": false
"modelAsString": true
}
},
{
Expand Down Expand Up @@ -4327,7 +4327,7 @@
],
"x-ms-enum": {
"name": "ExpandTypesForGetCapacityReservationGroups",
"modelAsString": false
"modelAsString": true
}
}
],
Expand Down Expand Up @@ -4381,7 +4381,7 @@
],
"x-ms-enum": {
"name": "ExpandTypesForGetCapacityReservationGroups",
"modelAsString": false
"modelAsString": true
}
}
],
Expand Down Expand Up @@ -4637,7 +4637,7 @@
],
"x-ms-enum": {
"name": "CapacityReservationInstanceViewTypes",
"modelAsString": false
"modelAsString": true
}
},
{
Expand Down

0 comments on commit 48796af

Please sign in to comment.