az automation software-update-configuration machine-runs
Note
This reference is part of the automation extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an az automation software-update-configuration machine-runs command. Learn more about extensions.
Software Update Configuration Machine Runs.
Commands
Name | Description | Type | Status |
---|---|---|---|
az automation software-update-configuration machine-runs list |
List software update configuration machine-runs. |
Extension | GA |
az automation software-update-configuration machine-runs show |
Get a single software update configuration machine runs by Id. |
Extension | GA |
az automation software-update-configuration machine-runs list
List software update configuration machine-runs.
az automation software-update-configuration machine-runs list --automation-account-name
--resource-group
Examples
List software-update-configurations machine-runs by automation account
az automation software-update-configuration machine-runs list --automation-account-name "myAutomationAccount" --resource-group "rg"
Required Parameters
The name of the automation account.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az automation software-update-configuration machine-runs show
Get a single software update configuration machine runs by Id.
az automation software-update-configuration machine-runs show --automation-account-name
--resource-group
--software-update-configuration-machine-run-id
Examples
List software-update-configurations machine-runs by Id
az automation software-update-configuration machine-runs show --automation-account-name "myAutomationAccount" --resource-group "rg" --software-update-configuration-machine-run-id "MyconfigurationMachineRunId"
Required Parameters
The name of the automation account.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The Id of the software update configuration machine run.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.