az adp

Note

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

Manage Azure Autonomous Development Platform resources.

Commands

Name Description Type Status
az adp account

Manage adp accounts.

Extension GA
az adp account create

Create an ADP account.

Extension Experimental
az adp account data-pool

Manage adp data-pool.

Extension GA
az adp account data-pool create

Create a Data Pool.

Extension Experimental
az adp account data-pool delete

Delete a Data Pool.

Extension Experimental
az adp account data-pool list

List the data pools under the ADP account.

Extension Experimental
az adp account data-pool show

Get the properties of a Data Pool.

Extension Experimental
az adp account data-pool update

Update a Data Pool.

Extension Experimental
az adp account data-pool wait

Place the CLI in a waiting state until a condition is met.

Extension GA
az adp account delete

Delete an ADP account.

Extension Experimental
az adp account list

List all ADP accounts available under the subscription.

Extension Experimental
az adp account show

Get the properties of an ADP account.

Extension Experimental
az adp account update

Update an ADP account.

Extension Experimental
az adp account wait

Place the CLI in a waiting state until a condition is met.

Extension GA
az adp check-name-availability

Checks the resource name is available.

Extension GA
az adp workspace

Manage adp workspace.

Extension GA
az adp workspace create

Create a Workspace.

Extension GA
az adp workspace delete

Delete a Workspace.

Extension GA
az adp workspace list

List Workspace resources by subscription ID.

Extension GA
az adp workspace show

Get a Workspace.

Extension GA
az adp workspace update

Update a Workspace.

Extension GA
az adp workspace wait

Place the CLI in a waiting state until a condition is met.

Extension GA

az adp check-name-availability

Checks the resource name is available.

az adp check-name-availability --name
                               --type {Microsoft.AutonomousDevelopmentPlatform/accounts, Microsoft.AutonomousDevelopmentPlatform/workspaces}

Examples

workspaces check name availability

az adp check-name-availability --subscription "sample-subscription" --name "sample-name" --type Microsoft.AutonomousDevelopmentPlatform/workspaces

accounts check name availability

az adp check-name-availability --subscription "sample-subscription" --name "sample-name" --type Microsoft.AutonomousDevelopmentPlatform/accounts

Required Parameters

--name

The name to be checked.

--type

The resource type to be checked.

accepted values: Microsoft.AutonomousDevelopmentPlatform/accounts, Microsoft.AutonomousDevelopmentPlatform/workspaces
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.