Skip to content

Commit

Permalink
Changed readme.md to add new ApiVersion 2019-03-01 tag package. Clone…
Browse files Browse the repository at this point in the history
…d a new folder for 2019-03-01 from 2018-10-01 and made version replacements. Added skipShutdown changes for PowerOff Api in 2019-03-01 compute.json for CRP and VMSS (#5560)
  • Loading branch information
vamuzumd authored and anuchandy committed Apr 9, 2019
1 parent 3ce916b commit f914e54
Show file tree
Hide file tree
Showing 2 changed files with 641 additions and 613 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,14 @@
"type": "string",
"description": "The name of the virtual machine."
},
{
"name": "skipShutdown",
"in": "query",
"required": false,
"type": "boolean",
"default": false,
"description": "The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified"
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
Expand Down Expand Up @@ -2970,6 +2978,14 @@
},
"description": "A list of virtual machine instance IDs from the VM scale set."
},
{
"name": "skipShutdown",
"in": "query",
"required": false,
"type": "boolean",
"default": false,
"description": "The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified"
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
Expand Down Expand Up @@ -3984,6 +4000,14 @@
"type": "string",
"description": "The instance ID of the virtual machine."
},
{
"name": "skipShutdown",
"in": "query",
"required": false,
"type": "boolean",
"default": false,
"description": "The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified"
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
Expand Down Expand Up @@ -7319,6 +7343,10 @@
"type": "boolean",
"description": "Specifies whether the Virtual Machine Scale Set should be overprovisioned."
},
"doNotRunExtensionsOnOverprovisionedVMs":{
"type": "boolean",
"description": "When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs."
},
"uniqueId": {
"readOnly": true,
"type": "string",
Expand Down Expand Up @@ -7969,7 +7997,7 @@
},
"description": "The instance view of a virtual machine scale set VM."
},
"VirtualMachineScaleSetVMNetworkProfileConfiguration": {
"VirtualMachineScaleSetVMNetworkProfileConfiguration": {
"properties": {
"networkInterfaceConfigurations": {
"type": "array",
Expand Down
Loading

0 comments on commit f914e54

Please sign in to comment.