Skip to content
Merged
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
Version/location updates for stress script usage
  • Loading branch information
benbp authored and azure-sdk committed Nov 5, 2024
commit a099c4e9f0248128e66545d1f66a3f3c35400082
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function DeployStressTests(
Write-Warning "Overriding cluster group and subscription with defaults for 'prod' environment."
}
$clusterGroup = 'rg-stress-cluster-prod'
$subscription = 'Azure SDK Test Resources'
$subscription = 'Azure SDK Test Resources - TME'
} elseif ($environment -eq 'storage') {
if ($clusterGroup -or $subscription) {
Write-Warning "Overriding cluster group and subscription with defaults for 'storage' environment."
Expand Down