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
subject=$"[{CoreConfiguration.GalleryOwner.DisplayName}] Package published - {package.PackageRegistration.Id}{package.Version}";
45
+
}
46
+
34
47
stringbody=$@"The package [{package.PackageRegistration.Id}{package.Version}]({packageUrl}) was recently published on {CoreConfiguration.GalleryOwner.DisplayName} by {package.User.Username}. If this was not intended, please [contact support]({packageSupportUrl}).
48
+
{warningMessagesPlaceholder}
35
49
36
50
-----------------------------------------------
37
51
<em style=""font-size: 0.8em;"">
@@ -54,6 +68,30 @@ [change your email notification settings]({emailSettingsUrl}).
stringbody=$@"The package [{package.PackageRegistration.Id}{package.Version}]({packageUrl}) was recently pushed to {CoreConfiguration.GalleryOwner.DisplayName} by {package.User.Username}. If this was not intended, please [contact support]({packageSupportUrl}).
// Maybe we should enumerate through the user's packages and add Microsoft as a package owner if the package passes the metadata requirements when a user is onboarded to this policy.
29
+
// We should also unlock the package if it is locked as part of adding Microsoft as co-owner.
0 commit comments