Share via


az maps creator

Manage creator with maps.

Commands

Name Description Type Status
az maps creator create

Create a Maps Creator resource. Creator resource will manage Azure resources required to populate a custom set of mapping data. It requires an account to exist before it can be created.

Core GA
az maps creator delete

Delete a Maps Creator resource.

Core GA
az maps creator list

Get all Creator instances for an Azure Maps Account.

Core GA
az maps creator show

Get a Maps Creator resource.

Core GA
az maps creator update

Updates the Maps Creator resource. Only a subset of the parameters may be updated after creation, such as Tags.

Core GA

az maps creator create

Create a Maps Creator resource. Creator resource will manage Azure resources required to populate a custom set of mapping data. It requires an account to exist before it can be created.

az maps creator create --account-name
                       --creator-name
                       --resource-group
                       --storage-units
                       [--location]
                       [--tags]

Examples

Create Creator Resource

az maps creator create --location "eastus2" --storage-units 5 --tags test="true" --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"

Required Parameters

--account-name --name -n

The name of the maps account.

--creator-name

The name of the Maps Creator instance.

--resource-group -g

Resource group name.

--storage-units

The storage units to be allocated. Integer values from 1 to 100, inclusive.

Optional Parameters

--location -l

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

--tags

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

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 maps creator delete

Delete a Maps Creator resource.

az maps creator delete [--account-name]
                       [--creator-name]
                       [--ids]
                       [--resource-group]
                       [--subscription]
                       [--yes]

Examples

Delete Creator Resource

az maps creator delete --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"

Optional Parameters

--account-name --name -n

The name of the maps account.

--creator-name

The name of the Maps Creator instance.

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

Resource group name.

--subscription

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

--yes -y

Do not prompt for confirmation.

default value: False
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 maps creator list

Get all Creator instances for an Azure Maps Account.

az maps creator list --account-name
                     --resource-group

Examples

List Creator Resources By Account

az maps creator list --account-name "myMapsAccount" --resource-group "myResourceGroup"

Required Parameters

--account-name --name -n

The name of the maps account.

--resource-group -g

Resource 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 maps creator show

Get a Maps Creator resource.

az maps creator show [--account-name]
                     [--creator-name]
                     [--ids]
                     [--resource-group]
                     [--subscription]

Examples

Get Creator Resource

az maps creator show --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"

Optional Parameters

--account-name --name -n

The name of the maps account.

--creator-name

The name of the Maps Creator instance.

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

Resource group name.

--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 maps creator update

Updates the Maps Creator resource. Only a subset of the parameters may be updated after creation, such as Tags.

az maps creator update [--account-name]
                       [--creator-name]
                       [--ids]
                       [--resource-group]
                       [--storage-units]
                       [--subscription]
                       [--tags]

Examples

Update Creator Resource

az maps creator update --storage-units 10 --tags specialTag="true" --account-name "myMapsAccount" --creator-name "myCreator" --resource-group "myResourceGroup"

Optional Parameters

--account-name --name -n

The name of the maps account.

--creator-name

The name of the Maps Creator instance.

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

Resource group name.

--storage-units

The storage units to be allocated. Integer values from 1 to 100, inclusive.

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

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.