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 f852faf commit 6c8a533Copy full SHA for 6c8a533
eng/scripts/Language-Settings.ps1
@@ -279,6 +279,8 @@ $PackageExclusions = @{
279
"azure-storage-internal-avro" = "No external APIs.";
280
"azure-cosmos-spark_3-1_2-12" = "Javadoc dependency issue.";
281
"azure-cosmos-spark_3-2_2-12" = "Javadoc dependency issue.";
282
+ "azure-aot-graalvm-support-netty" = "No Javadocs for the package.";
283
+ "azure-aot-graalvm-support" = "No Javadocs for the package.";
284
}
285
286
# Validates if the package will succeed in the CI build by validating the
0 commit comments