az spring-cloud test-endpoint
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 test-endpoint 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 test endpoint in Azure Spring Cloud.
Commands
Name | Description | Type | Status |
---|---|---|---|
az spring-cloud test-endpoint disable |
Disable test endpoint of the Azure Spring Cloud. |
Extension | Deprecated |
az spring-cloud test-endpoint enable |
Enable test endpoint of the Azure Spring Cloud. |
Extension | Deprecated |
az spring-cloud test-endpoint list |
List test endpoint keys of the Azure Spring Cloud. |
Extension | Deprecated |
az spring-cloud test-endpoint renew-key |
Regenerate a test-endpoint key for the Azure Spring Cloud. |
Extension | Deprecated |
az spring-cloud test-endpoint disable
This command is implicitly deprecated because command group 'spring-cloud test-endpoint' is deprecated and will be removed in a future release. Use 'spring test-endpoint' instead.
Disable test endpoint of the Azure Spring Cloud.
az spring-cloud test-endpoint disable --name
--resource-group
Required Parameters
Name of Azure Spring Cloud.
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 spring-cloud test-endpoint enable
This command is implicitly deprecated because command group 'spring-cloud test-endpoint' is deprecated and will be removed in a future release. Use 'spring test-endpoint' instead.
Enable test endpoint of the Azure Spring Cloud.
az spring-cloud test-endpoint enable --name
--resource-group
Required Parameters
Name of Azure Spring Cloud.
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 spring-cloud test-endpoint list
This command is implicitly deprecated because command group 'spring-cloud test-endpoint' is deprecated and will be removed in a future release. Use 'spring test-endpoint' instead.
List test endpoint keys of the Azure Spring Cloud.
az spring-cloud test-endpoint list --name
--resource-group
[--app]
[--deployment]
Required Parameters
Name of Azure Spring Cloud.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Name of app.
Name of an existing deployment of the app. Default to the production deployment if not specified.
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 test-endpoint renew-key
This command is implicitly deprecated because command group 'spring-cloud test-endpoint' is deprecated and will be removed in a future release. Use 'spring test-endpoint' instead.
Regenerate a test-endpoint key for the Azure Spring Cloud.
az spring-cloud test-endpoint renew-key --name
--resource-group
--type {Primary, Secondary}
Required Parameters
Name of Azure Spring Cloud.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Type of test-endpoint key.
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.