az spring-cloud certificate
Note
This reference is part of the spring-cloud extension for the Azure CLI (version 2.45.0 or higher). The extension will automatically install the first time you run an az spring-cloud certificate command. Learn more about extensions.
This command group is implicitly deprecated because command group 'spring-cloud' is deprecated and will be removed in a future release. Use 'spring' instead.
Commands to manage certificates.
Commands
Name | Description | Type | Status |
---|---|---|---|
az spring-cloud certificate add |
Add a certificate in Azure Spring Cloud. |
Extension | Deprecated |
az spring-cloud certificate list |
List all certificates in Azure Spring Cloud. |
Extension | Deprecated |
az spring-cloud certificate list-reference-app |
List all the apps reference an existing certificate in the Azure Spring Cloud. |
Extension | Deprecated |
az spring-cloud certificate remove |
Remove a certificate in Azure Spring Cloud. |
Extension | Deprecated |
az spring-cloud certificate show |
Show a certificate in Azure Spring Cloud. |
Extension | Deprecated |
az spring-cloud certificate add
This command is implicitly deprecated because command group 'spring-cloud certificate' is deprecated and will be removed in a future release. Use 'spring certificate' instead.
Add a certificate in Azure Spring Cloud.
az spring-cloud certificate add --name
--resource-group
--service
[--only-public-cert {false, true}]
[--public-certificate-file]
[--vault-certificate-name]
[--vault-uri]
Examples
Import certificate from key vault.
az spring-cloud certificate add --name MyCertName --vault-uri MyKeyVaultUri --vault-certificate-name MyKeyVaultCertName --service MyCluster --resource-group MyResourceGroup
Required Parameters
Name of certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.
Optional Parameters
If true, only import public certificate part from key vault.
A file path for the public certificate to be uploaded.
The certificate name in key vault.
The key vault uri where store the certificate.
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 spring-cloud certificate list
This command is implicitly deprecated because command group 'spring-cloud certificate' is deprecated and will be removed in a future release. Use 'spring certificate' instead.
List all certificates in Azure Spring Cloud.
az spring-cloud certificate list --resource-group
--service
[--certificate-type {ContentCertificate, KeyVaultCertificate}]
Examples
List all certificates in spring cloud service.
az spring-cloud certificate list --service MyCluster --resource-group MyResourceGroup -o table
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.
Optional Parameters
Type of uploaded certificate.
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 spring-cloud certificate list-reference-app
This command is implicitly deprecated because command group 'spring-cloud certificate' is deprecated and will be removed in a future release. Use 'spring certificate' instead.
List all the apps reference an existing certificate in the Azure Spring Cloud.
az spring-cloud certificate list-reference-app --name
--resource-group
--service
Examples
List all the apps reference an existing certificate in spring cloud service.
az spring-cloud certificate list-reference-app --service MyCluster --resource-group MyResourceGroup --name MyCertName
Required Parameters
Name of certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.
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 spring-cloud certificate remove
This command is implicitly deprecated because command group 'spring-cloud certificate' is deprecated and will be removed in a future release. Use 'spring certificate' instead.
Remove a certificate in Azure Spring Cloud.
az spring-cloud certificate remove --name
--resource-group
--service
Required Parameters
Name of certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.
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 spring-cloud certificate show
This command is implicitly deprecated because command group 'spring-cloud certificate' is deprecated and will be removed in a future release. Use 'spring certificate' instead.
Show a certificate in Azure Spring Cloud.
az spring-cloud certificate show --name
--resource-group
--service
Required Parameters
Name of certificate.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.
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.