Skip to content

Commit 2538157

Browse files
committed
add x-ms-enum to Enryption and Visibility
1 parent 186ee47 commit 2538157

File tree

1 file changed

+10
-2
lines changed
  • specification/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/preview/2021-09-01-preview

1 file changed

+10
-2
lines changed

specification/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/preview/2021-09-01-preview/redhatopenshift.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,11 @@
560560
"Disabled",
561561
"Enabled"
562562
],
563-
"type": "string"
563+
"type": "string",
564+
"x-ms-enum": {
565+
"name": "EncryptionAtHost",
566+
"modelAsString": true
567+
}
564568
},
565569
"IngressProfile": {
566570
"description": "IngressProfile represents an ingress profile.",
@@ -871,7 +875,11 @@
871875
"Private",
872876
"Public"
873877
],
874-
"type": "string"
878+
"type": "string",
879+
"x-ms-enum": {
880+
"name": "Visibility",
881+
"modelAsString": true
882+
}
875883
},
876884
"WorkerProfile": {
877885
"description": "WorkerProfile represents a worker profile.",

0 commit comments

Comments
 (0)