You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogDebug "There is no service name for artifact $artifact or it is marked as hidden. Please check csv of Azure/azure-sdk/_data/release/latest repo if this is intended. "
73
73
continue
@@ -76,16 +76,28 @@ function Get-TocMapping {
76
76
LogWarning "There is no service name for artifact $artifact. Please check csv of Azure/azure-sdk/_data/release/latest repo if this is intended. "
77
77
# If no service name retrieved, print out warning message, and put it into Other page.
78
78
$serviceName="Other"
79
-
$displayName=$packageInfo[0].DisplayName.Trim()
80
79
}
81
80
else {
82
81
if ($packageInfo.Length-gt1) {
83
82
LogWarning "There are more than 1 packages fetched out for artifact $artifact. Please check csv of Azure/azure-sdk/_data/release/latest repo if this is intended. "
0 commit comments