Skip to content

Commit

Permalink
add x-ms-enum to servicefabricmanagedcluster (#17509)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Jan 27, 2022
1 parent 882aa6f commit e5a0d0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,10 @@
"enum": [
"Windows"
],
"x-ms-enum": {
"name": "ManagedClusterVersionEnvironment",
"modelAsString": true
},
"x-ms-parameter-location": "method"
},
"location": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,10 @@
"enum": [
"Windows"
],
"x-ms-enum": {
"name": "ManagedClusterVersionEnvironment",
"modelAsString": true
},
"x-ms-parameter-location": "method"
},
"locationForClusterCodeVersions": {
Expand Down

0 comments on commit e5a0d0d

Please sign in to comment.