Skip to content

Commit

Permalink
add x-ms-enum to Enryption and Visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mjudeikis committed Sep 7, 2021
1 parent 186ee47 commit 2538157
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,11 @@
"Disabled",
"Enabled"
],
"type": "string"
"type": "string",
"x-ms-enum": {
"name": "EncryptionAtHost",
"modelAsString": true
}
},
"IngressProfile": {
"description": "IngressProfile represents an ingress profile.",
Expand Down Expand Up @@ -871,7 +875,11 @@
"Private",
"Public"
],
"type": "string"
"type": "string",
"x-ms-enum": {
"name": "Visibility",
"modelAsString": true
}
},
"WorkerProfile": {
"description": "WorkerProfile represents a worker profile.",
Expand Down

0 comments on commit 2538157

Please sign in to comment.