az dla catalog credential
This command group is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
Manage Data Lake Analytics catalog credentials.
Commands
Name | Description | Type | Status |
---|---|---|---|
az dla catalog credential create |
Create a new catalog credential for use with an external data source. |
Core | Deprecated |
az dla catalog credential delete |
Delete a catalog credential. |
Core | Deprecated |
az dla catalog credential list |
List catalog credentials. |
Core | Deprecated |
az dla catalog credential show |
Retrieve a catalog credential. |
Core | Deprecated |
az dla catalog credential update |
Update a catalog credential for use with an external data source. |
Core | Deprecated |
az dla catalog credential create
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
Create a new catalog credential for use with an external data source.
az dla catalog credential create --account
--credential-name
--database-name
--uri
--user-name
[--password]
Required Parameters
Name of the Data Lake Analytics account.
The name of the credential.
The name of the database in which to create the credential.
URI of the external data source.
The user name that will be used when authenticating with this credential.
Optional Parameters
Password for the credential user. Will prompt if not given.
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 dla catalog credential delete
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
Delete a catalog credential.
az dla catalog credential delete --credential-name
--database-name
[--account]
[--cascade]
[--ids]
[--password]
[--subscription]
Required Parameters
The name of the credential to delete.
The name of the database containing the credential.
Optional Parameters
Name of the Data Lake Analytics account.
Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential.
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.
The current password for the credential and user with access to the data source. This is required if the requester is not the account owner.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 dla catalog credential list
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
List catalog credentials.
az dla catalog credential list --database-name
[--account]
[--count]
[--filter]
[--ids]
[--orderby]
[--select]
[--skip]
[--subscription]
[--top]
Required Parameters
The name of the database containing the schema.
Optional Parameters
Name of the Data Lake Analytics account.
The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true.
OData filter. Optional.
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.
OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.
OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.
The number of items to skip over before returning elements.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Maximum number of items to return.
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 dla catalog credential show
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
Retrieve a catalog credential.
az dla catalog credential show --credential-name
--database-name
[--account]
[--ids]
[--subscription]
Required Parameters
The name of the credential.
The name of the database containing the schema.
Optional Parameters
Name of the Data Lake Analytics account.
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 dla catalog credential update
This command is implicitly deprecated because command group 'dla' is deprecated and will be removed in version '2.67.0'.
Update a catalog credential for use with an external data source.
az dla catalog credential update --credential-name
--database-name
--uri
--user-name
[--account]
[--ids]
[--new-password]
[--password]
[--subscription]
Required Parameters
The name of the credential to update.
The name of the database in which the credential exists.
URI of the external data source.
The user name associated with the credential that will have its password updated.
Optional Parameters
Name of the Data Lake Analytics account.
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.
New password for the credential user. Will prompt if not given.
Current password for the credential user. Will prompt if not given.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.