From a6991c8fe7d679364467a6d933022310ea700bbc Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Wed, 3 Nov 2021 10:45:50 -0700 Subject: [PATCH] Exclude azure-mgmt-videoanalyzer from docs onboarding (#21564) --- eng/scripts/Language-Settings.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/scripts/Language-Settings.ps1 b/eng/scripts/Language-Settings.ps1 index 972163597fcf..a26f6cdb09bb 100644 --- a/eng/scripts/Language-Settings.ps1 +++ b/eng/scripts/Language-Settings.ps1 @@ -207,6 +207,7 @@ function ValidatePackage($packageName, $packageVersion, $workingDirectory) { } $PackageExclusions = @{ + 'azure-mgmt-videoanalyzer' = 'Unsupported doc directives: https://github.com/Azure/azure-sdk-for-python/issues/21563'; 'azure-mgmt-quota' = 'Unsupported doc directives: https://github.com/Azure/azure-sdk-for-python/issues/21366'; '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';