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
@@ -159,7 +158,12 @@ if ($eventType -match "Microsoft.KeyVault.SecretExpired|Microsoft.KeyVault.Secre
159
158
if ($secret.tags["az_aa_client_secret_rotation.expiration_in_days"]) { $expirationInDays=$secret.tags["az_aa_client_secret_rotation.expiration_in_days"] }
160
159
if ($secret.tags["az_aa_client_secret_rotation.client_secret_display_name"]) { $clientSecretDisplayName=$secret.tags["az_aa_client_secret_rotation.client_secret_display_name"] }
161
160
Write-Output"[info] Processing: $($secret.name) for application: $appName"
0 commit comments