az connectedmachine extension image
Note
This reference is part of the connectedmachine extension for the Azure CLI (version 2.57.0 or higher). The extension will automatically install the first time you run an az connectedmachine extension image command. Learn more about extensions.
Manage VM extension metadata available for Azure Arc-Enabled Servers.
Commands
Name | Description | Type | Status |
---|---|---|---|
az connectedmachine extension image list |
List all Extension versions based on location, publisher, extensionType. |
Extension | GA |
az connectedmachine extension image show |
Get an Extension Metadata based on location, publisher, extensionType and version. |
Extension | GA |
az connectedmachine extension image list
List all Extension versions based on location, publisher, extensionType.
az connectedmachine extension image list --extension-type --type
--location
--publisher
Examples
Sample command for extension image list
az connectedmachine extension image list --publisher microsoft.azure.monitor --extension-type azuremonitorlinuxagent --location eastus
Required Parameters
The extensionType of the Extension being received.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The publisher of the Extension being received.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
az connectedmachine extension image show
Get an Extension Metadata based on location, publisher, extensionType and version.
az connectedmachine extension image show [--extension-type --type]
[--ids]
[--location]
[--name --version]
[--publisher]
[--subscription]
Examples
Sample command for extension image show
az connectedmachine extension image show --publisher microsoft.azure.monitor --extension-type azuremonitorlinuxagent --location eastus --version 1.9.1
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The extensionType of the Extension being received.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The version of the Extension being received.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
The publisher of the Extension being received.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |