Skip to content

Commit

Permalink
Fixed Enum values (#9970)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft authored Jun 26, 2020
1 parent bdf4553 commit 2adcc68
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,9 @@
"enum": [
"Storage",
"BlobStorage",
"StorageV2"
"StorageV2",
"FileStorage",
"BlockBlobStorage"
],
"x-ms-enum": {
"name": "AccountKind",
Expand Down Expand Up @@ -5937,7 +5939,9 @@
"enum": [
"Storage",
"BlobStorage",
"StorageV2"
"StorageV2",
"FileStorage",
"BlockBlobStorage"
],
"x-ms-enum": {
"name": "AccountKind",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,9 @@
"enum": [
"Storage",
"BlobStorage",
"StorageV2"
"StorageV2",
"FileStorage",
"BlockBlobStorage"
],
"x-ms-enum": {
"name": "AccountKind",
Expand Down Expand Up @@ -6003,7 +6005,9 @@
"enum": [
"Storage",
"BlobStorage",
"StorageV2"
"StorageV2",
"FileStorage",
"BlockBlobStorage"
],
"x-ms-enum": {
"name": "AccountKind",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,9 @@
"enum": [
"Storage",
"BlobStorage",
"StorageV2"
"StorageV2",
"FileStorage",
"BlockBlobStorage"
],
"x-ms-enum": {
"name": "AccountKind",
Expand Down Expand Up @@ -6470,7 +6472,9 @@
"enum": [
"Storage",
"BlobStorage",
"StorageV2"
"StorageV2",
"FileStorage",
"BlockBlobStorage"
],
"x-ms-enum": {
"name": "AccountKind",
Expand Down Expand Up @@ -10595,7 +10599,7 @@
],
"x-ms-enum": {
"name": "RehydratePriority",
"modelAsString": false
"modelAsString": true
},
"xml": {
"name": "RehydratePriority"
Expand Down

0 comments on commit 2adcc68

Please sign in to comment.