Skip to content

Commit 43b4251

Browse files
committed
Merge pull request #132 from hyonholee/master
Update compute Swagger spec with adding BYOL parameter to virtual mac…
2 parents 263754d + fa4e5f1 commit 43b4251

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

arm-compute/2015-06-15/swagger/compute.json

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
}
9797
],
9898
"responses": {
99-
"204": {
99+
"200": {
100100
"description": ""
101101
},
102-
"200": {
102+
"204": {
103103
"description": ""
104104
}
105105
}
@@ -421,13 +421,13 @@
421421
}
422422
],
423423
"responses": {
424-
"201": {
424+
"200": {
425425
"description": "",
426426
"schema": {
427427
"$ref": "#/definitions/VirtualMachineExtension"
428428
}
429429
},
430-
"200": {
430+
"201": {
431431
"description": "",
432432
"schema": {
433433
"$ref": "#/definitions/VirtualMachineExtension"
@@ -472,13 +472,13 @@
472472
}
473473
],
474474
"responses": {
475-
"202": {
475+
"200": {
476476
"description": ""
477477
},
478-
"204": {
478+
"202": {
479479
"description": ""
480480
},
481-
"200": {
481+
"204": {
482482
"description": ""
483483
}
484484
},
@@ -895,7 +895,7 @@
895895
}
896896
],
897897
"responses": {
898-
"200": {
898+
"200": {
899899
"description": "",
900900
"schema": {
901901
"$ref": "#/definitions/VirtualMachineCaptureResult"
@@ -947,13 +947,13 @@
947947
}
948948
],
949949
"responses": {
950-
"201": {
950+
"200": {
951951
"description": "",
952952
"schema": {
953953
"$ref": "#/definitions/VirtualMachine"
954954
}
955955
},
956-
"200": {
956+
"201": {
957957
"description": "",
958958
"schema": {
959959
"$ref": "#/definitions/VirtualMachine"
@@ -1376,13 +1376,13 @@
13761376
}
13771377
],
13781378
"responses": {
1379-
"201": {
1379+
"200": {
13801380
"description": "",
13811381
"schema": {
13821382
"$ref": "#/definitions/VirtualMachineScaleSet"
13831383
}
13841384
},
1385-
"200": {
1385+
"201": {
13861386
"description": "",
13871387
"schema": {
13881388
"$ref": "#/definitions/VirtualMachineScaleSet"
@@ -1468,10 +1468,10 @@
14681468
}
14691469
],
14701470
"responses": {
1471-
"202": {
1471+
"200": {
14721472
"description": ""
14731473
},
1474-
"200": {
1474+
"202": {
14751475
"description": ""
14761476
},
14771477
"204": {
@@ -1976,10 +1976,10 @@
19761976
"200": {
19771977
"description": ""
19781978
},
1979-
"204": {
1979+
"202": {
19801980
"description": ""
19811981
},
1982-
"202": {
1982+
"204": {
19831983
"description": ""
19841984
}
19851985
},
@@ -3521,6 +3521,10 @@
35213521
"$ref": "#/definitions/VirtualMachineInstanceView",
35223522
"readOnly": true,
35233523
"description": "Gets the virtual machine instance view."
3524+
},
3525+
"licenseType": {
3526+
"type": "string",
3527+
"description": "Gets or sets the license type, which is for bring your own license scenario."
35243528
}
35253529
},
35263530
"description": "Describes the properties of a Virtual Machine."
@@ -4164,6 +4168,10 @@
41644168
"provisioningState": {
41654169
"type": "string",
41664170
"description": "Gets or sets the provisioning state, which only appears in the response."
4171+
},
4172+
"licenseType": {
4173+
"type": "string",
4174+
"description": "Gets or sets the license type, which is for bring your own license scenario."
41674175
}
41684176
},
41694177
"description": "Describes the properties of a virtual machine scale set virtual machine."

0 commit comments

Comments
 (0)