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
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
Trusted signing account name.
Optional Parameters
The resource type.
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 trustedsigning create
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
Trusted Signing account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The geo-location where the resource lives When not specified, the location of the resource group will be used.
Do not wait for the long-running operation to finish.
SKU name. Allowed values: Basic, Premium.
Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
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 trustedsigning delete
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
Trusted Signing account name.
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.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
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 trustedsigning list
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
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.
Token to specify where to start paginating. This is the token value from a previously truncated response.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 trustedsigning show
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
Trusted Signing account name.
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 of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 trustedsigning update
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
Trusted Signing account name.
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.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
SKU name. Allowed values: Basic, Premium.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Resource tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
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 trustedsigning wait
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
Trusted Signing account name.
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
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.
Polling interval in seconds.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
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.