Share via


az data-boundary

Data boundary operations.

Commands

Name Description Type Status
az data-boundary create

Create tenant to data boundary.

Core GA
az data-boundary show

Get data boundary at specified scope.

Core GA
az data-boundary show-tenant

Get data boundary of tenant.

Core GA

az data-boundary create

Create tenant to data boundary.

az data-boundary create --default {default}
                        [--data-boundary {EU, Global, NotDefined}]

Examples

Opt-in to data boundary

az data-boundary create --data-boundary EU --default default

Required Parameters

--default

Default string modeled as parameter for auto generation to work correctly.

Accepted values: default

Optional Parameters

--data-boundary

The data boundary definition.

Accepted values: EU, Global, NotDefined
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 data-boundary show

Get data boundary at specified scope.

az data-boundary show --default {default}
                      --scope

Examples

Get data boundary at scope

az data-boundary show --scope subscriptions/11111111-1111-1111-1111-111111111111 --default default
az data-boundary show --scope subscriptions/11111111-1111-1111-1111-111111111111/resourcegroups/my-resource-group --default default

Required Parameters

--default

Default string modeled as parameter for auto generation to work correctly.

Accepted values: default
--scope

The scope at which the operation is performed.

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 data-boundary show-tenant

Get data boundary of tenant.

az data-boundary show-tenant --default {default}

Examples

Get data boundary for tenant

az data-boundary show-tenant --default default

Required Parameters

--default

Default string modeled as parameter for auto generation to work correctly.

Accepted values: default
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.