az maintenance update
Azure Maintenance updates.
Commands
az maintenance update list |
List pending a Maintenance Updates. |
az maintenance update list
List pending a Maintenance Updates.
az maintenance update list --provider-name
--resource-group
--resource-name
--resource-type
[--resource-parent-name]
[--resource-parent-type]
Examples
List pending a Maintenance Updates.
az maintenance update list -g smdtest --resource-name smdVM --resource-type virtualMachines --provider-name Microsoft.Compute
Required Parameters
Maintenance resource provider - Microsoft.Maintenance.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of resource.
Type of the azure resource e.g. virtualmachines, hosts etc.
Optional Parameters
Name of the parent resource e.g. for dedicated hosts this would be the name of the dedicated host group, for VMSS VMs this would be the VMSS name.
Type of the parent resource e.g. for dedicated hosts this would be hostGroups, for VMSS VMs this would be virtualmachinescalesets.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.