az spring-cloud build-service builder
Note
This reference is part of the spring-cloud extension for the Azure CLI (version 2.30.0 or higher). The extension will automatically install the first time you run an az spring-cloud build-service builder command. Learn more about extensions.
(Enterprise Tier Only) Commands to manage builder of build service.
Commands
az spring-cloud build-service builder create
Create a builder.
az spring-cloud build-service builder create --name
--resource-group
--service
[--builder-file]
[--builder-json]
[--no-wait]
Examples
Create a builder using JSON file.
az spring-cloud build-service builder create --name my-builder --builder-json MyJson.json --service clitest --resource-group cli
Required Parameters
The builder name.
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
The file path of JSON array of builder.
The JSON array of builder.
Do not wait for the long-running operation to finish.
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 build-service builder delete
Delete a builder.
az spring-cloud build-service builder delete --name
--resource-group
--service
[--no-wait]
[--yes]
Examples
Delete a builder.
az spring-cloud build-service builder delete --name my-builder --service clitest --resource-group cli
Required Parameters
The builder name.
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
Do not wait for the long-running operation to finish.
Do not prompt for confirmation.
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 build-service builder show
Show a builder.
az spring-cloud build-service builder show --name
--resource-group
--service
Examples
Show a builder.
az spring-cloud build-service builder show --name my-builder --service clitest --resource-group cli
Required Parameters
The builder name.
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=.
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 build-service builder update
Update a builder.
az spring-cloud build-service builder update --name
--resource-group
--service
[--builder-file]
[--builder-json]
[--no-wait]
Examples
Update a builder using JSON file.
az spring-cloud build-service builder update --name my-builder --builder-json MyJson.json --service clitest --resource-group cli
Required Parameters
The builder name.
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
The file path of JSON array of builder.
The JSON array of builder.
Do not wait for the long-running operation to finish.
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.
Feedback
Submit and view feedback for