Skip to content

Commit 96d4f4f

Browse files
authored
Exclude spark packages (Azure#27203)
1 parent ed381e1 commit 96d4f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ $PackageExclusions = @{
265265
"azure-sdk-bom" = "Don't want to include the sdk bom.";
266266
"azure-storage-internal-avro" = "No external APIs.";
267267
"azure-cosmos-spark_3-1_2-12" = "Javadoc dependency issue.";
268+
"azure-cosmos-spark_3-2_2-12" = "Javadoc dependency issue.";
268269
}
269270

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

0 commit comments

Comments
 (0)