Skip to content

Commit 1eec48b

Browse files
authored
Do not onboard azure-keyvault, metapackages should not be documented (Azure#23766)
1 parent 7a46185 commit 1eec48b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ $PackageExclusions = @{
299299
'azure-mgmt-netapp' = 'Latest package requires Python >= 3.7 and this breaks docs build. https://github.com/Azure/azure-sdk-for-python/issues/22492';
300300
'azure-synapse-artifacts' = 'Latest package requires Python >= 3.7 and this breaks docs build. https://github.com/Azure/azure-sdk-for-python/issues/22492';
301301
'azure-mgmt-streamanalytics' = 'Latest package requires Python >= 3.7 and this breaks docs build. https://github.com/Azure/azure-sdk-for-python/issues/22492';
302+
303+
'azure-keyvault' = 'Metapackages should not be documented';
302304
}
303305

304306
function Update-python-DocsMsPackages($DocsRepoLocation, $DocsMetadata, $PackageSourceOverride, $DocValidationImageId) {

0 commit comments

Comments
 (0)