Skip to content

Commit

Permalink
Migrate stress storage cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored and azure-sdk committed Jan 23, 2025
1 parent d96dd41 commit 984777d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function DeployStressTests(
Write-Warning "Overriding cluster group and subscription with defaults for 'storage' environment."
}
$clusterGroup = 'rg-stress-cluster-storage'
$subscription = 'XClient'
$subscription = 'Azure SDK Test Resources - TME'
} elseif (!$clusterGroup -or !$subscription) {
throw "clusterGroup and subscription parameters must be specified when deploying to an environment that is not pg or prod."
}
Expand Down

0 comments on commit 984777d

Please sign in to comment.