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

Deprecated

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

Name of Azure Spring Cloud.

--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 spring-cloud test-endpoint enable

Deprecated

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

Name of Azure Spring Cloud.

--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 spring-cloud test-endpoint list

Deprecated

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

Name of Azure Spring Cloud.

--resource-group -g

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

Optional Parameters

--app

Name of app.

--deployment -d

Name of an existing deployment of the app. Default to the production deployment if not specified.

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 spring-cloud test-endpoint renew-key

Deprecated

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

Name of Azure Spring Cloud.

--resource-group -g

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

--type

Type of test-endpoint key.

Accepted values: Primary, Secondary
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.