Share via


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

--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 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

--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-machine-run-id

The Id of the software update configuration machine 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.