Skip to content

Commit

Permalink
add x-ms-enum for sql (#17028)
Browse files Browse the repository at this point in the history
* add x-ms-enum for sql

* fix to make sure track 1 generator is happy
  • Loading branch information
ArcturusZhang authored Dec 13, 2021
1 parent 70b9dfe commit c09b26d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,10 @@
"enum": [
"default"
],
"x-ms-enum": {
"name": "BlobAuditingPolicyName",
"modelAsString": false
},
"x-ms-parameter-location": "method"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,11 @@
"Error",
"Warning",
"Success"
]
],
"x-ms-enum": {
"name": "SyncGroupsType",
"modelAsString": true
}
},
{
"name": "continuationToken",
Expand Down

0 comments on commit c09b26d

Please sign in to comment.