Skip to content

Commit

Permalink
Remove azure-mgmt-webpubsub (#21347)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek authored Oct 21, 2021
1 parent 3875e84 commit 80d73a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/scripts/Language-Settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 80d73a6

Please sign in to comment.