Skip to content

Commit

Permalink
add x-ms-enum to synapse (#17510)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Jan 27, 2022
1 parent 8181069 commit 09f8d34
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1652,6 +1652,10 @@
"enum": [
"default"
],
"x-ms-enum": {
"name": "BlobAuditingPolicyName",
"modelAsString": false
},
"x-ms-parameter-location": "method"
}
],
Expand Down Expand Up @@ -1712,6 +1716,10 @@
"enum": [
"default"
],
"x-ms-enum": {
"name": "BlobAuditingPolicyName",
"modelAsString": false
},
"x-ms-parameter-location": "method"
},
{
Expand Down Expand Up @@ -3779,6 +3787,10 @@
"enum": [
"default"
],
"x-ms-enum": {
"name": "BlobAuditingPolicyName",
"modelAsString": false
},
"x-ms-parameter-location": "method"
}
],
Expand Down Expand Up @@ -3838,6 +3850,10 @@
"enum": [
"default"
],
"x-ms-enum": {
"name": "BlobAuditingPolicyName",
"modelAsString": false
},
"x-ms-parameter-location": "method"
},
{
Expand Down

0 comments on commit 09f8d34

Please sign in to comment.