We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4430be3 commit 6caa4a4Copy full SHA for 6caa4a4
eng/scripts/Language-Settings.ps1
@@ -293,6 +293,7 @@ $PackageExclusions = @{
293
"azure-applicationinsights-query" = "Cannot find namespaces in javadoc package.";
294
"azure-resourcemanager-voiceservices" = "Doc build attempts to download a package that does not have published sources.";
295
"azure-resourcemanager-storagemover" = "Attempts to azure-sdk-build-tool and fails";
296
+ "azure-security-keyvault-jca" = "Consistently hangs docs build, might be a spring package https://github.com/Azure/azure-sdk-for-java/issues/35389";
297
}
298
299
# Validates if the package will succeed in the CI build by validating the
0 commit comments