Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update enum values to pascal case
  • Loading branch information
hyonholee committed Sep 22, 2017
commit 68b4226730122d52499068af6853f86f4ed52148
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@
"type": "string",
"description": "The expand expression to apply on the operation.",
"enum": [
"instanceView"
"InstanceView"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see that there are breaking changes in enum values. The casing has been changed and the api-version has also not been bumped. However @ravbhatnagar from ARM team has signed off over here. Hence I am signing off as well.

],
"x-ms-enum": {
"name": "InstanceViewTypes",
Expand Down Expand Up @@ -4215,9 +4215,9 @@
"type": "string",
"description": "Specifies how the virtual machine should be created.<br><br> Possible values are:<br><br> **Attach** \\u2013 This value is used when you are using a specialized disk to create the virtual machine.<br><br> **FromImage** \\u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.",
"enum": [
"fromImage",
"empty",
"attach"
"FromImage",
"Empty",
"Attach"
],
"x-ms-enum": {
"name": "DiskCreateOptionTypes",
Expand Down Expand Up @@ -4372,7 +4372,7 @@
"type": "string",
"description": "The pass name. Currently, the only allowable value is oobeSystem.",
"enum": [
"oobeSystem"
"OobeSystem"
],
"x-ms-enum": {
"name": "PassNames",
Expand Down Expand Up @@ -5299,7 +5299,7 @@
"readOnly": true,
"description": "The type of restrictions.",
"enum": [
"location"
"Location"
],
"x-ms-enum": {
"name": "ResourceSkuRestrictionsType",
Expand Down