Skip to content

Commit 6c8a533

Browse files
authored
Exclude the packages for no documentation. (Azure#28300)
1 parent f852faf commit 6c8a533

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
@@ -279,6 +279,8 @@ $PackageExclusions = @{
279279
"azure-storage-internal-avro" = "No external APIs.";
280280
"azure-cosmos-spark_3-1_2-12" = "Javadoc dependency issue.";
281281
"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.";
282284
}
283285

284286
# Validates if the package will succeed in the CI build by validating the

0 commit comments

Comments
 (0)