[Compute] vmss create/update: add --enable-terminate-notification (only for update) and --terminate-notification-time parameters to support terminate scheduled event configurability. Issue #10124#10445
Conversation
…vent configurability Azure#10124
…inate-notification-time parameters to support terminate scheduled event configurability. Issue Azure#10124
|
Original PR: #10391 |
| * [BREAKING] When not specified, the default value for `--start-task-wait-for-success` on `az batch pool create` is now true (was false). | ||
| * [BREAKING] The default value for Scope on AutoUserSpecification is now always Pool (was Task on Windows nodes, Pool on Linux nodes). This argument is not exposed via the commandline, but can be set in the `--json-file` arguments. | ||
|
|
||
| **Compute** |
There was a problem hiding this comment.
What is the output of the vmss show command?
Is it the json output of the response?
There was a problem hiding this comment.
What is the output of the vmss show command?
Is it the json output of the response?
vmss show visit GET https://management.azure.com/subscriptions/{...}/resourceGroups/{...}/providers/Microsoft.Compute/virtualMachineScaleSets/{name}?api-version=2019-03-01.
Basically, Yes.
There was a problem hiding this comment.
And, vmss get-instance-view visit GET https://management.azure.com/subscriptions/{...}/resourceGroups/{...}/providers/Microsoft.Compute/virtualMachineScaleSets/{name}/instanceView?api-version=2019-03-01
There was a problem hiding this comment.
What's the difference between virtualMachineScaleSets/{name}?$expand=instanceView and virtualMachineScaleSets/{name}/instanceView?
There was a problem hiding this comment.
virtualMachineScaleSets/{name}?$expand=instanceView returns the vmScaleSet goal state with a property named instance view populated (instanceView is expensive runtime state)
virtualMachineScaleSets/{name}/instanceView just returns the expensive runtimestate without the vmScaleSet goal state infromation
|
just one question. Does it support the time more than 60 minutes? |
Server has limitation. 5~15 min. |
[Compute] vmss create/update: add --enable-terminate-notification (only for update) and --terminate-notification-time parameters to support terminate scheduled event configurability. Issue #10124
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).
I adhere to the Command Guidelines.