Sync eng/common directory with azure-sdk-tools for PR 7686 (#28581)

Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/7686 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-03-01 11:14:10 -08:00 коммит произвёл GitHub
Родитель c8a0c166c8
Коммит 0f27e38cb3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -338,6 +338,9 @@ function ProcessReplace {
$replaceMatrix = @()
foreach ($element in $matrix) {
if (!$element -or $element.Count -eq 0) {
continue
}
$replacement = [MatrixParameter[]]@()
if (!$element -or $element.Count -eq 0) {
continue