Skip to content

Commit

Permalink
update x-ms-enum name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhcheng committed Feb 22, 2021
1 parent 644d9f1 commit 3b0e442
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "StorageSource",
"name": "StorageSourceEnum",
"modelAsString": true,
"values": [
{
Expand Down Expand Up @@ -930,7 +930,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "StorageInputType",
"name": "StorageInputTypeEnum",
"modelAsString": true,
"values": [
{
Expand Down Expand Up @@ -994,7 +994,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "Status",
"name": "StatusEnum",
"modelAsString": true,
"values": [
{
Expand Down Expand Up @@ -1034,7 +1034,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "ErrorCodeV2",
"name": "ErrorCodeV2Enum",
"modelAsString": true,
"values": [
{
Expand Down

0 comments on commit 3b0e442

Please sign in to comment.