Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions workload/scripts/version-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
{
"sdkBand": "10.0.100",
"workloadVersion": "10.0.123"
},
{
"sdkBand": "10.0.300",
"workloadVersion": "10.0.127"
}
]
}
3 changes: 2 additions & 1 deletion workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ $LatestVersionMap = [ordered]@{
"$ManifestBaseName-9.0.100" = "10.0.104";
"$ManifestBaseName-9.0.200" = "10.0.110";
"$ManifestBaseName-9.0.300" = "10.0.121";
"$ManifestBaseName-10.0.100" = "10.0.123"
"$ManifestBaseName-10.0.100" = "10.0.123";
"$ManifestBaseName-10.0.300" = "10.0.127"
}
# END AUTO-GENERATED VERSION MAP

Expand Down
1 change: 1 addition & 0 deletions workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-9.0.200=10.0.110"
"$MANIFEST_BASE_NAME-9.0.300=10.0.121"
"$MANIFEST_BASE_NAME-10.0.100=10.0.123"
"$MANIFEST_BASE_NAME-10.0.300=10.0.127"
)
# END AUTO-GENERATED VERSION MAP

Expand Down
Loading