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

--automation-account-name

The name of the automation account.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--automation-account-name

The name of the automation account.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--software-update-configuration-run-id

The Id of the software update configuration run.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.