From 0f6693123b0167eb51afc8716a0eb2765cfd2429 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Tue, 19 Oct 2021 21:40:47 -0700 Subject: [PATCH] Remove azure-mgmt-webpubsub --- 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';