az managedcleanroom frontend analytics secret

Note

This reference is part of the managedcleanroom extension for the Azure CLI (version 2.75.0 or higher). The extension will automatically install the first time you run an az managedcleanroom frontend analytics secret command. Learn more about extensions.

Manage analytics secrets.

Commands

Name Description Type Status
az managedcleanroom frontend analytics secret set

Set an analytics secret.

Extension GA

az managedcleanroom frontend analytics secret set

Set an analytics secret.

Sets or updates a secret in the analytics collaboration. Secrets are used for secure configuration values needed by analytics workloads.

az managedcleanroom frontend analytics secret set --collaboration-id
                                                  --secret-name
                                                  --secret-value
                                                  [--acquire-policy-token]
                                                  [--api-version {2026-03-01-preview}]
                                                  [--change-reference]

Examples

Set an analytics secret

az managedcleanroom frontend analytics secret set               --collaboration-id <cid>               --secret-name <name>               --secret-value <value>

Set secret (short form)

az managedcleanroom frontend analytics secret set -c <cid> --secret-name mySecret --secret-value myValue

Required Parameters

--collaboration-id -c

Collaboration identifier.

--secret-name -n

Secret name.

--secret-value -v

Secret value.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--api-version

API version to use for this request. Default: 2026-03-01-preview.

Property Value
Default value: 2026-03-01-preview
Accepted values: 2026-03-01-preview
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False