Skip to content

Commit 63bba67

Browse files
authored
Add com.microsoft profileId (Azure#17132)
1 parent aa6d252 commit 63bba67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/scripts/MavenPackaging.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function Get-SonaTypeProfileID([string]$GroupID) {
7575
$sonaTypeProfileID = switch -wildcard ($GroupID)
7676
{
7777
"com.azure*" { "88192f04117501" }
78+
"com.microsoft" { "108eda13eb3910" }
7879
"com.microsoft.azure*" { "534d15ee3800f4" }
7980
"com.microsoft.rest*" { "66eef5eb9b85bd" }
8081
"com.microsoft.servicefabric*" { "8acff2e04dc15e" }
@@ -149,4 +150,4 @@ function Get-FilteredMavenPackageDetails([string]$ArtifactDirectory, [string]$Gr
149150
}
150151

151152
return $filteredPackageDetails
152-
}
153+
}

0 commit comments

Comments
 (0)