az spring-cloud build-service builder
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 build-service builder command. Learn more about extensions.
Command group 'spring-cloud build-service' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
This command group is implicitly deprecated because command group 'spring-cloud build-service' is deprecated and will be removed in a future release. Use 'spring build-service' instead.
(Enterprise Tier Only) Commands to manage builder of build service.
Commands
Name | Description | Type | Status |
---|---|---|---|
az spring-cloud build-service builder buildpack-binding |
(Enterprise Tier Only) Commands to manage buildpack-binding of builder. |
Extension | Preview and Deprecated |
az spring-cloud build-service builder buildpack-binding create |
(Enterprise Tier Only) Create a buildpack binding. |
Extension | Preview and Deprecated |
az spring-cloud build-service builder buildpack-binding delete |
(Enterprise Tier Only) Delete a buildpack binding. |
Extension | Preview and Deprecated |
az spring-cloud build-service builder buildpack-binding list |
(Enterprise Tier Only) List all buildpack binding in a builder. The secrets will be masked. |
Extension | Preview and Deprecated |
az spring-cloud build-service builder buildpack-binding set |
(Enterprise Tier Only) Set a buildpack binding. |
Extension | Preview and Deprecated |
az spring-cloud build-service builder buildpack-binding show |
(Enterprise Tier Only) Show a buildpack binding. The secrets will be masked. |
Extension | Preview and Deprecated |
az spring-cloud build-service builder create |
Create a builder. |
Extension | Preview and Deprecated |
az spring-cloud build-service builder delete |
Delete a builder. |
Extension | Preview and Deprecated |
az spring-cloud build-service builder show |
Show a builder. |
Extension | Preview and Deprecated |
az spring-cloud build-service builder update |
Update a builder. |
Extension | Preview and Deprecated |
az spring-cloud build-service builder create
Command group 'spring-cloud build-service builder' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
This command is implicitly deprecated because command group 'spring-cloud build-service builder' is deprecated and will be removed in a future release. Use 'spring build-service builder' instead.
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.
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 build-service builder delete
Command group 'spring-cloud build-service builder' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
This command is implicitly deprecated because command group 'spring-cloud build-service builder' is deprecated and will be removed in a future release. Use 'spring build-service builder' instead.
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.
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 build-service builder show
Command group 'spring-cloud build-service builder' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
This command is implicitly deprecated because command group 'spring-cloud build-service builder' is deprecated and will be removed in a future release. Use 'spring build-service builder' instead.
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=.
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 build-service builder update
Command group 'spring-cloud build-service builder' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
This command is implicitly deprecated because command group 'spring-cloud build-service builder' is deprecated and will be removed in a future release. Use 'spring build-service builder' instead.
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.
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.