We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ae96b commit 09a650fCopy full SHA for 09a650f
1 file changed
common/SmokeTests/SmokeTest/Update-Dependencies.ps1
@@ -14,7 +14,8 @@ param(
14
15
$packageExcludeSet = @(
16
"Microsoft.Azure.WebPubSub.AspNetCore",
17
- "Microsoft.WCF.Azure.StorageQueues"
+ "Microsoft.WCF.Azure.StorageQueues",
18
+ "OpenAI"
19
)
20
21
function Log-Warning($message) {
@@ -89,4 +90,4 @@ if ($referenceUpdateCount -gt 0) {
89
90
Log-Info "Updates complete. $($referenceUpdateCount) package references were added."
91
} else {
92
throw "No packages have been referenced."
-}
93
+}
0 commit comments