Skip to content

Commit

Permalink
add buildpacks version (#27061)
Browse files Browse the repository at this point in the history
* Update appplatform.json
* Update BuildServiceBuilder_Get.json
* Update BuildServiceBuilder_List.json
* Update BuildServiceBuilder_CreateOrUpdate.json
* Update BuildService_GetSupportedBuildpack.json
  • Loading branch information
smile37773 authored Dec 15, 2023
1 parent a14b79a commit a69082c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9660,6 +9660,10 @@
"buildpackId": {
"description": "The id of supported buildpack",
"type": "string"
},
"version": {
"description": "The version of supported buildpack",
"type": "string"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"200": {
"body": {
"properties": {
"buildpackId": "tanzu-buildpacks/java-azure"
"buildpackId": "tanzu-buildpacks/java-azure",
"version": "10.0.0"
},
"systemData": {
"createdBy": "sample-user",
Expand Down

0 comments on commit a69082c

Please sign in to comment.