Skip to content

Commit

Permalink
Rename serviceLevel enum to align with other api versions
Browse files Browse the repository at this point in the history
  • Loading branch information
audunn committed Oct 6, 2020
1 parent 67969b3 commit 6fead2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,7 @@
"Ultra"
],
"x-ms-enum": {
"name": "PoolServiceLevel",
"name": "ServiceLevel",
"modelAsString": true,
"values": [
{
Expand Down Expand Up @@ -2114,7 +2114,7 @@
"Ultra"
],
"x-ms-enum": {
"name": "VolumeServiceLevel",
"name": "ServiceLevel",
"modelAsString": true,
"values": [
{
Expand Down

0 comments on commit 6fead2a

Please sign in to comment.