Fix missing stress matrix display name filter (#6210)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-11-13 12:01:58 -08:00 committed by GitHub
parent 90cfad26ce
commit e7e4477a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,8 +155,9 @@ function DeployStressTests(
-filters $filters `
-CI:$CI `
-namespaceOverride $Namespace `
-MatrixSelection $MatrixSelection `
-MatrixFileName $MatrixFileName `
-MatrixSelection $MatrixSelection `
-MatrixDisplayNameFilter $MatrixDisplayNameFilter `
-MatrixFilters $MatrixFilters `
-MatrixReplace $MatrixReplace `
-MatrixNonSparseParameters $MatrixNonSparseParameters)