az trustedsigning

Note

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

This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage trusted signing account.

Commands

Name Description Type Status
az trustedsigning certificate-profile

Manage certificate profiles under a trusted signing account.

Extension Preview
az trustedsigning certificate-profile create

Create a certificate profile.

Extension Preview
az trustedsigning certificate-profile delete

Delete a certificate profile.

Extension Preview
az trustedsigning certificate-profile list

List certificate profiles under a trusted signing account.

Extension Preview
az trustedsigning certificate-profile show

Get details of a certificate profile.

Extension Preview
az trustedsigning certificate-profile wait

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

Extension Preview
az trustedsigning check-name-availability

Checks that the trusted signing account name is valid and is not already in use.

Extension Preview
az trustedsigning create

Create a trusted Signing Account.

Extension Preview
az trustedsigning delete

Delete a trusted signing account.

Extension Preview
az trustedsigning list

List trusted signing accounts within a subscription.

Extension Preview
az trustedsigning show

Get a trusted Signing Account.

Extension Preview
az trustedsigning update

Update a trusted signing account.

Extension Preview
az trustedsigning wait

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

Extension Preview

az trustedsigning check-name-availability

Preview

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

Checks that the trusted signing account name is valid and is not already in use.

az trustedsigning check-name-availability --name
                                          [--type]

Examples

Check if account name is available

az trustedsigning check-name-availability --name MyAccount

Required Parameters

--name -n

Trusted signing account name.

Optional Parameters

--type

The resource type.

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

Preview

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

Create a trusted Signing Account.

az trustedsigning create --account-name
                         --resource-group
                         [--location]
                         [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                         [--sku]
                         [--tags]

Examples

Create an account

az trustedsigning create -n MyAccount -l westus -g MyResourceGroup --sku Basic

Required Parameters

--account-name --name -n

Trusted Signing account name.

--resource-group -g

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

Optional Parameters

--location -l

The geo-location where the resource lives When not specified, the location of the resource group will be used.

--no-wait

Do not wait for the long-running operation to finish.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--sku

SKU name. Allowed values: Basic, Premium.

--tags

Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

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

Preview

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

Delete a trusted signing account.

az trustedsigning delete [--account-name]
                         [--ids]
                         [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                         [--resource-group]
                         [--subscription]
                         [--yes]

Examples

Delete an account

az trustedsigning delete -n MyAccount -g MyResourceGroup

Optional Parameters

--account-name --name -n

Trusted Signing account name.

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

--no-wait

Do not wait for the long-running operation to finish.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults 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 trustedsigning list

Preview

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

List trusted signing accounts within a subscription.

az trustedsigning list [--max-items]
                       [--next-token]
                       [--resource-group]

Examples

Lists accounts under a resource group

az trustedsigning list -g MyResourceGroup

Optional Parameters

--max-items

Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token argument of a subsequent command.

--next-token

Token to specify where to start paginating. This is the token value from a previously truncated response.

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

Preview

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

Get a trusted Signing Account.

az trustedsigning show [--account-name]
                       [--ids]
                       [--resource-group]
                       [--subscription]

Examples

Show the details of an account

az trustedsigning show -n MyAccount -g MyResourceGroup

Optional Parameters

--account-name --name -n

Trusted Signing account name.

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

Name of resource group. You can configure the default group using az configure --defaults 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 trustedsigning update

Preview

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

Update a trusted signing account.

az trustedsigning update [--account-name]
                         [--ids]
                         [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                         [--resource-group]
                         [--sku]
                         [--subscription]
                         [--tags]

Examples

Update sku

az trustedsigning update -n MyAccount -g MyResourceGroup --sku Premium

Update tags

az trustedsigning update -n MyAccount -g MyResourceGroup --tags "key1=value1 key2=value2"

Optional Parameters

--account-name --name -n

Trusted Signing account name.

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

--no-wait

Do not wait for the long-running operation to finish.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

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

--sku

SKU name. Allowed values: Basic, Premium.

--subscription

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

--tags

Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

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

Preview

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

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

az trustedsigning wait [--account-name]
                       [--created]
                       [--custom]
                       [--deleted]
                       [--exists]
                       [--ids]
                       [--interval]
                       [--resource-group]
                       [--subscription]
                       [--timeout]
                       [--updated]

Optional Parameters

--account-name --name -n

Trusted Signing account name.

--created

Wait until created with 'provisioningState' at 'Succeeded'.

default value: False
--custom

Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

--deleted

Wait until deleted.

default value: False
--exists

Wait until the resource exists.

default value: False
--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.

--interval

Polling interval in seconds.

default value: 30
--resource-group -g

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

--subscription

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

--timeout

Maximum wait in seconds.

default value: 3600
--updated

Wait until updated with provisioningState at 'Succeeded'.

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.