From 80d73a6b0d2869711509ee9cf3a30150a5d4ebdf Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Thu, 21 Oct 2021 15:14:34 -0700 Subject: [PATCH] Remove azure-mgmt-webpubsub (#21347) --- eng/scripts/Language-Settings.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/scripts/Language-Settings.ps1 b/eng/scripts/Language-Settings.ps1 index a8a5bf684c6a..1e0b05cbaa93 100644 --- a/eng/scripts/Language-Settings.ps1 +++ b/eng/scripts/Language-Settings.ps1 @@ -206,7 +206,8 @@ function ValidatePackage($packageName, $packageVersion, $workingDirectory) { return $true } -$PackageExclusions = @{ +$PackageExclusions = @{ + 'azure-mgmt-webpubsub' = 'Unsupported doc directives https://github.com/Azure/azure-sdk-for-python/issues/21346'; 'azure-mgmt-apimanagement' = 'Unsupported doc directives https://github.com/Azure/azure-sdk-for-python/issues/18084'; 'azure-mgmt-reservations' = 'Unsupported doc directives https://github.com/Azure/azure-sdk-for-python/issues/18077'; 'azure-mgmt-signalr' = 'Unsupported doc directives https://github.com/Azure/azure-sdk-for-python/issues/18085';