Skip to content

Commit a6991c8

Browse files
authored
Exclude azure-mgmt-videoanalyzer from docs onboarding (Azure#21564)
1 parent 9d5c864 commit a6991c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ function ValidatePackage($packageName, $packageVersion, $workingDirectory) {
207207
}
208208

209209
$PackageExclusions = @{
210+
'azure-mgmt-videoanalyzer' = 'Unsupported doc directives: https://github.com/Azure/azure-sdk-for-python/issues/21563';
210211
'azure-mgmt-quota' = 'Unsupported doc directives: https://github.com/Azure/azure-sdk-for-python/issues/21366';
211212
'azure-mgmt-webpubsub' = 'Unsupported doc directives https://github.com/Azure/azure-sdk-for-python/issues/21346';
212213
'azure-mgmt-apimanagement' = 'Unsupported doc directives https://github.com/Azure/azure-sdk-for-python/issues/18084';

0 commit comments

Comments
 (0)