az dls account

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

Manage Data Lake Store accounts.

Commands

Name Description Type Status
az dls account create

Creates a Data Lake Store account.

Core Preview
az dls account delete

Delete a Data Lake Store account.

Core Preview
az dls account enable-key-vault

Enable the use of Azure Key Vault for encryption of a Data Lake Store account.

Core Preview
az dls account firewall

Manage Data Lake Store account firewall rules.

Core Preview
az dls account firewall create

Creates a firewall rule in a Data Lake Store account.

Core Preview
az dls account firewall delete

Deletes a firewall rule in a Data Lake Store account.

Core Preview
az dls account firewall list

Lists firewall rules in a Data Lake Store account.

Core Preview
az dls account firewall show

Get the details of a firewall rule in a Data Lake Store account.

Core Preview
az dls account firewall update

Updates a firewall rule in a Data Lake Store account.

Core Preview
az dls account list

Lists available Data Lake Store accounts.

Core Preview
az dls account network-rule

Manage Data Lake Store account virtual network rules.

Core Preview
az dls account network-rule create

Creates a virtual network rule in a Data Lake Store account.

Core Preview
az dls account network-rule delete

Deletes a virtual network rule in a Data Lake Store account.

Core Preview
az dls account network-rule list

Lists virtual network rules in a Data Lake Store account.

Core Preview
az dls account network-rule show

Get the details of a virtual network rule in a Data Lake Store account.

Core Preview
az dls account network-rule update

Updates a virtual network rule in a Data Lake Store account.

Core Preview
az dls account show

Get the details of a Data Lake Store account.

Core Preview
az dls account trusted-provider

Manage Data Lake Store account trusted identity providers.

Core Preview
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 update

Updates a Data Lake Store account.

Core Preview

az dls account create

Preview

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

Creates a Data Lake Store account.

az dls account create --account
                      [--default-group]
                      [--disable-encryption]
                      [--encryption-type {ServiceManaged, UserManaged}]
                      [--key-name]
                      [--key-vault-id]
                      [--key-version]
                      [--location]
                      [--resource-group]
                      [--tags]
                      [--tier {Commitment_100TB, Commitment_10TB, Commitment_1PB, Commitment_1TB, Commitment_500TB, Commitment_5PB, Consumption}]

Examples

Creates a Data Lake Store account. (autogenerated)

az dls account create --account mydatalakestoragegen1 --resource-group MyResourceGroup

Required Parameters

--account -n

Name of the Data Lake Store account.

Optional Parameters

--default-group

Name of the default group to give permissions to for freshly created files and folders in the Data Lake Store account.

--disable-encryption

Indicates that the account will not have any form of encryption applied to it.

default value: False
--encryption-type

Indicates what type of encryption to provision the account with. By default, encryption is ServiceManaged. If no encryption is desired, it must be explicitly set with the --disable-encryption flag.

accepted values: ServiceManaged, UserManaged
default value: ServiceManaged
--key-name

Key name for the user-assigned encryption type.

--key-vault-id

Key vault for the user-assigned encryption type.

--key-version

Key version for the user-assigned encryption type.

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

--tier

The desired commitment tier for this account to use.

accepted values: Commitment_100TB, Commitment_10TB, Commitment_1PB, Commitment_1TB, Commitment_500TB, Commitment_5PB, Consumption
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 delete

Preview

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

Delete a Data Lake Store account.

az dls account delete [--account]
                      [--ids]
                      [--resource-group]
                      [--subscription]

Examples

Delete a Data Lake Store account. (autogenerated)

az dls account delete --account mydatalakestoragegen1

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 enable-key-vault

Preview

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

Enable the use of Azure Key Vault for encryption of a Data Lake Store account.

az dls account enable-key-vault [--account]
                                [--ids]
                                [--resource-group]
                                [--subscription]

Examples

Enable the use of Azure Key Vault for encryption of a Data Lake Store account. (autogenerated)

az dls account enable-key-vault --account mydatalakestoragegen1

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 list

Preview

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

Lists available Data Lake Store accounts.

az dls account list [--resource-group]

Examples

Lists available Data Lake Store accounts. (autogenerated)

az dls account list --resource-group MyResourceGroup

Optional Parameters

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

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 show

Preview

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

Get the details of a Data Lake Store account.

az dls account show [--account]
                    [--ids]
                    [--resource-group]
                    [--subscription]

Examples

Get the details of a Data Lake Store account. (autogenerated)

az dls account show --account mydatalakestoragegen1

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 update

Preview

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

Updates a Data Lake Store account.

az dls account update [--account]
                      [--allow-azure-ips {Disabled, Enabled}]
                      [--default-group]
                      [--firewall-state {Disabled, Enabled}]
                      [--ids]
                      [--key-version]
                      [--resource-group]
                      [--subscription]
                      [--tags]
                      [--tier {Commitment_100TB, Commitment_10TB, Commitment_1PB, Commitment_1TB, Commitment_500TB, Commitment_5PB, Consumption}]
                      [--trusted-id-provider-state {Disabled, Enabled}]

Examples

Updates a Data Lake Store account. (autogenerated)

az dls account update --account mydatalakestoragegen1 --allow-azure-ips Enabled --firewall-state Enabled --resource-group MyResourceGroup --subscription MySubscription --tags key=value

Optional Parameters

--account -n

Name of the Data Lake Store account.

--allow-azure-ips

Allow/block Azure originating IPs through the firewall.

accepted values: Disabled, Enabled
--default-group

Name of the default group to give permissions to for freshly created files and folders in the Data Lake Store account.

--firewall-state

Enable/disable existing firewall rules.

accepted values: Disabled, Enabled
--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.

--key-version

Key version for the user-assigned encryption type.

--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.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

--tier

The desired commitment tier for this account to use.

accepted values: Commitment_100TB, Commitment_10TB, Commitment_1PB, Commitment_1TB, Commitment_500TB, Commitment_5PB, Consumption
--trusted-id-provider-state

Enable/disable the existing trusted ID providers.

accepted values: Disabled, Enabled
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.