diff --git a/.scripts/common.ts b/.scripts/common.ts index 32805fea6e1..595641e39d2 100644 --- a/.scripts/common.ts +++ b/.scripts/common.ts @@ -102,7 +102,7 @@ function isPackageFolderPath(folderPath: string, packagesToIgnore: string[]): bo return result; } -export const packagesToIgnore: string[] = ["@azure/keyvault", "@azure/template"]; +export const packagesToIgnore: string[] = ["@azure/keyvault", "@azure/template", "@azure/service-bus"]; export const folderNamesToIgnore: string[] = ["node_modules"]; export function getPackageFolderPaths(packagesFolderPath: string): string[] | undefined {