az spring build-service build result
Note
This reference is part of the spring extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az spring build-service build result command. Learn more about extensions.
(Enterprise Tier Only) Commands to view Build Result Resource.
Commands
Name | Description | Type | Status |
---|---|---|---|
az spring build-service build result list |
List build results. |
Extension | GA |
az spring build-service build result show |
Show a build result. |
Extension | GA |
az spring build-service build result list
List build results.
az spring build-service build result list --resource-group
--service
[--build-name]
Examples
List build results by the build name.
az spring build-service build result list --build-name my-build --service clitest --resource-group cli
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
Optional Parameters
The build name of the result.
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 build-service build result show
Show a build result.
az spring build-service build result show --resource-group
--service
[--build-name]
[--name]
Examples
Show a build result.
az spring build-service build result show --name 2 --build-name my-build --service clitest --resource-group cli
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
Optional Parameters
The build name of the result.
The build result 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.