az keyvault certificate pending
Manage pending certificate creation operations.
Commands
Name | Description | Type | Status |
---|---|---|---|
az keyvault certificate pending delete |
Deletes the creation operation for a specific certificate. |
Core | GA |
az keyvault certificate pending merge |
Merges a certificate or a certificate chain with a key pair existing on the server. |
Core | GA |
az keyvault certificate pending show |
Gets the creation operation of a certificate. |
Core | GA |
az keyvault certificate pending delete
Deletes the creation operation for a specific certificate.
Deletes the creation operation for a specified certificate that is in the process of being created. The certificate is no longer created. This operation requires the certificates/update permission.
az keyvault certificate pending delete --name
--vault-name
Required Parameters
Name of the pending certificate.
Name of the Vault.
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 keyvault certificate pending merge
Merges a certificate or a certificate chain with a key pair existing on the server.
The MergeCertificate operation performs the merging of a certificate or certificate chain with a key pair currently available in the service. This operation requires the certificates/create permission.
az keyvault certificate pending merge --file
--name
--vault-name
[--disabled {false, true}]
[--tags]
Required Parameters
File containing the certificate or certificate chain to merge.
Name of the pending certificate.
Name of the Vault.
Optional Parameters
Create certificate in disabled state.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 keyvault certificate pending show
Gets the creation operation of a certificate.
Gets the creation operation associated with a specified certificate. This operation requires the certificates/get permission.
az keyvault certificate pending show --name
--vault-name
Required Parameters
Name of the pending certificate.
Name of the Vault.
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.
Azure CLI