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
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
_logger.LogEvent($"The secret {application.KeyId} for Azure Active Directory application {application.Name} will expire within {application.RemainingValidDays} days.",telemetryContext);
_logger.LogCritical(exception,"Could not correctly publish Azure EventGrid events for potential expired client secrets in the Azure Active Directory due to an exception");
_logger.LogEvent($"The secret {application.KeyId} for Azure Active Directory application {application.Name} has expired.",telemetryContext);
112
+
}
113
+
else
114
+
{
115
+
_logger.LogEvent($"The secret {application.KeyId} for Azure Active Directory application {application.Name} will expire within {application.RemainingValidDays} days.",telemetryContext);
0 commit comments