From 6f8c3f9d7e1057c268b167c3e188f75b9acbf900 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Thu, 21 Oct 2021 15:51:33 -0700 Subject: [PATCH] Update Language-Settings.ps1 --- 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 1e0b05cbaa93..6db2d2c150a6 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-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'; 'azure-mgmt-reservations' = 'Unsupported doc directives https://github.com/Azure/azure-sdk-for-python/issues/18077';