az aksarc release

Note

This reference is part of the aksarc extension for the Azure CLI (version 2.32.0 or higher). The extension will automatically install the first time you run an az aksarc release command. Learn more about extensions.

This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage VHD images for provisioned clusters.

Commands

Name Description Type Status
az aksarc release download

Downloads the VHD images from a release.

Extension Preview
az aksarc release save

Provisions the downloaded VHD images to the arc resource bridge.

Extension Preview

az aksarc release download

Preview

Command group 'aksarc release' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Downloads the VHD images from a release.

az aksarc release download --staging-folder
                           [--audience]
                           [--catalog]
                           [--mode {full, minimum}]
                           [--version]

Examples

DownloadLatestRelease

az aksarc release download --staging-folder ./aksarc-release

Required Parameters

--staging-folder

Local directory path to store release files.

Optional Parameters

--audience

Release catalog audience . Default value is stable.

default value: stable
--catalog

Release catalog name. Default value is aks-hybrid-stable-catalogs-int.

default value: aks-hybrid-stable-catalogs-ext
--mode

Minimum(default) downloads only Linux images. Full option downloads windows images also.

accepted values: full, minimum
default value: minimum
--version

Release version to be downloaded. If not specified, it defaults to latest release.

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 aksarc release save

Preview

Command group 'aksarc release' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Provisions the downloaded VHD images to the arc resource bridge.

az aksarc release save --staging-folder
                       [--config-file]

Examples

SaveRelease

az aksarc release save --config-file ./work/hci-appliance.yaml --staging-folder ./aksarc-release

Required Parameters

--staging-folder

Directory path to import release files.

Optional Parameters

--config-file

Path to the Arc resource bridge appliance config file, -appliance.yaml.

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.