az dls account trusted-provider

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

Manage Data Lake Store account trusted identity providers.

Commands

Name Description Type Status
az dls account trusted-provider create

Creates or updates the specified trusted identity provider.

Core Preview
az dls account trusted-provider delete

Deletes the specified trusted identity provider from the specified Data Lake Store account.

Core Preview
az dls account trusted-provider list

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

Core Preview
az dls account trusted-provider show

Gets the specified Data Lake Store trusted identity provider.

Core Preview
az dls account trusted-provider update

Updates the specified trusted identity provider.

Core Preview

az dls account trusted-provider create

Preview

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

Creates or updates the specified trusted identity provider.

During update, the trusted identity provider with the specified name will be replaced with this new provider.

az dls account trusted-provider create --account
                                       --id-provider
                                       --trusted-id-provider-name
                                       [--resource-group]

Required Parameters

--account -n

Name of the Data Lake Store account.

--id-provider

The URL of this trusted identity provider.

--trusted-id-provider-name

The name of the trusted identity provider. This is used for differentiation of providers in the account.

Optional Parameters

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Store account.

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 dls account trusted-provider delete

Preview

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

Deletes the specified trusted identity provider from the specified Data Lake Store account.

az dls account trusted-provider delete --trusted-id-provider-name
                                       [--account]
                                       [--ids]
                                       [--resource-group]
                                       [--subscription]

Required Parameters

--trusted-id-provider-name

The name of the trusted identity provider to delete.

Optional Parameters

--account -n

Name of the Data Lake Store account.

--ids

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.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Store account.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

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 dls account trusted-provider list

Preview

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

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

az dls account trusted-provider list [--account]
                                     [--ids]
                                     [--resource-group]
                                     [--subscription]

Optional Parameters

--account -n

Name of the Data Lake Store account.

--ids

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.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Store account.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

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 dls account trusted-provider show

Preview

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

Gets the specified Data Lake Store trusted identity provider.

az dls account trusted-provider show --trusted-id-provider-name
                                     [--account]
                                     [--ids]
                                     [--resource-group]
                                     [--subscription]

Required Parameters

--trusted-id-provider-name

The name of the trusted identity provider to retrieve.

Optional Parameters

--account -n

Name of the Data Lake Store account.

--ids

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.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Store account.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

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 dls account trusted-provider update

Preview

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

Updates the specified trusted identity provider.

az dls account trusted-provider update --trusted-id-provider-name
                                       [--account]
                                       [--id-provider]
                                       [--ids]
                                       [--resource-group]
                                       [--subscription]

Required Parameters

--trusted-id-provider-name

The name of the trusted identity provider. This is used for differentiation of providers in the account.

Optional Parameters

--account -n

Name of the Data Lake Store account.

--id-provider

The URL of this trusted identity provider.

--ids

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.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Store account.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

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.