Del via


az hdinsight-on-aks cluster secret

Note

This reference is part of the hdinsightonaks extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az hdinsight-on-aks cluster secret command. Learn more about extensions.

Command group 'az hdinsight-on-aks cluster' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage secret reference.

Commands

Name Description Type Status
az hdinsight-on-aks cluster secret create

Create a reference to provide a secret to store the password for accessing the database.

Extension Preview

az hdinsight-on-aks cluster secret create

Preview

Command group 'az hdinsight-on-aks cluster' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Create a reference to provide a secret to store the password for accessing the database.

az hdinsight-on-aks cluster secret create --reference-name
                                          --secret-name
                                          [--version]

Required Parameters

--reference-name

The reference name of the secret to be used in service configs.

--secret-name

The secret name in the key vault.

Optional Parameters

--version

The version of the secret in key vault.

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.