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
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
Local directory path to store release files.
Optional Parameters
Release catalog audience . Default value is stable.
Release catalog name. Default value is aks-hybrid-stable-catalogs-int.
Minimum(default) downloads only Linux images. Full option downloads windows images also.
Release version to be downloaded. If not specified, it defaults to latest release.
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 aksarc release save
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
Directory path to import release files.
Optional Parameters
Path to the Arc resource bridge appliance config file, -appliance.yaml.
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.