Skip to content

Commit

Permalink
adding x-ms-enum (#3220)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhee0202 authored and lmazuel committed Jun 12, 2018
1 parent 9e68aa9 commit 4ea7c06
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1131,15 +1131,23 @@
"On",
"Off",
"NotSupported"
]
],
"x-ms-enum": {
"name": "InstanceFlexibility",
"modelAsString": true
}
},
"AppliedScopeType": {
"type": "string",
"description": "Type of the Applied Scope.",
"enum": [
"Single",
"Shared"
]
],
"x-ms-enum": {
"name": "AppliedScopeType",
"modelAsString": true
}
},
"AppliedScopes": {
"type": "array",
Expand All @@ -1157,7 +1165,11 @@
"VirtualMachines",
"SqlDatabases",
"SuseLinux"
]
],
"x-ms-enum": {
"name": "ReservedResourceType",
"modelAsString": true
}
}
},
"parameters": {
Expand Down

0 comments on commit 4ea7c06

Please sign in to comment.