Skip to content

Commit

Permalink
add buildpacks version (#26933)
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
  • Loading branch information
smile37773 authored Dec 8, 2023
1 parent 5549233 commit fb84691
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9601,6 +9601,11 @@
"id": {
"description": "Id of the buildpack",
"type": "string"
},
"version": {
"description": "Version of the buildpack",
"type": "string",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@
"name": "mix",
"buildpacks": [
{
"id": "tanzu-buildpacks/java-azure"
"id": "tanzu-buildpacks/java-azure",
"version": "10.0.0"
},
{
"id": "tanzu-buildpacks/dotnet-core"
"id": "tanzu-buildpacks/dotnet-core",
"version": "2.9.0"
}
]
}
Expand Down Expand Up @@ -74,10 +76,12 @@
"name": "mix",
"buildpacks": [
{
"id": "tanzu-buildpacks/java-azure"
"id": "tanzu-buildpacks/java-azure",
"version": "10.0.0"
},
{
"id": "tanzu-buildpacks/dotnet-core"
"id": "tanzu-buildpacks/dotnet-core",
"version": "2.9.0"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"name": "mix",
"buildpacks": [
{
"id": "tanzu-buildpacks/java-azure"
"id": "tanzu-buildpacks/java-azure",
"version": "10.0.0"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"name": "mix",
"buildpacks": [
{
"id": "tanzu-buildpacks/java-azure"
"id": "tanzu-buildpacks/java-azure",
"version": "10.0.0"
}
]
}
Expand Down

0 comments on commit fb84691

Please sign in to comment.