az automation software-update-configuration 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 runs command. Learn more about extensions.
Software Update Configuration Runs.
Commands
Name | Description | Type | Status |
---|---|---|---|
az automation software-update-configuration runs list |
Return list of software update configuration runs. |
Extension | GA |
az automation software-update-configuration runs show |
Get a single software update configuration runs by Id. |
Extension | GA |
az automation software-update-configuration runs list
Return list of software update configuration runs.
az automation software-update-configuration runs list --automation-account-name
--resource-group
Examples
List software-update-configurations by automation account
az automation software-update-configuration 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 runs show
Get a single software update configuration runs by Id.
az automation software-update-configuration runs show --automation-account-name
--resource-group
--software-update-configuration-run-id
Examples
List software-update-configurations runs by Id
az automation software-update-configuration runs show --automation-account-name "myAutomationAccount" --resource-group "rg" --software-update-configuration-run-id "MyconfigurationRunId"
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 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.