Skip to content

Commit 09a650f

Browse files
authored
[Smoke Tests] (#45148)
Exclude the unbranded OpenAI library from smoke testing.
1 parent e2ae96b commit 09a650f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

common/SmokeTests/SmokeTest/Update-Dependencies.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ param(
1414

1515
$packageExcludeSet = @(
1616
"Microsoft.Azure.WebPubSub.AspNetCore",
17-
"Microsoft.WCF.Azure.StorageQueues"
17+
"Microsoft.WCF.Azure.StorageQueues",
18+
"OpenAI"
1819
)
1920

2021
function Log-Warning($message) {
@@ -89,4 +90,4 @@ if ($referenceUpdateCount -gt 0) {
8990
Log-Info "Updates complete. $($referenceUpdateCount) package references were added."
9091
} else {
9192
throw "No packages have been referenced."
92-
}
93+
}

0 commit comments

Comments
 (0)