Skip to content

Commit 3b5a5c8

Browse files
Update Teams webhook URL placeholder in README for clarity
1 parent b2fbc0b commit 3b5a5c8

File tree

1 file changed

+1
-1
lines changed
  • scripts/aad-export-compare-conditional-access-policies

1 file changed

+1
-1
lines changed

scripts/aad-export-compare-conditional-access-policies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $EmailTo = "[recipient email address]"
8686
$SmtpServer = "smtp.office365.com"
8787
8888
# Teams webhook URL (if $SendTeamsNotification is $true)
89-
$TeamsWebhookUrl = "https://devgods.webhook.office.com/webhookb2/"
89+
$TeamsWebhookUrl = "https://[your tenant].webhook.office.com/webhookb2/"
9090
9191
# Create required directories if they don't exist
9292
$Directories = @($ConfigPath, $HistoryPath, $CurrentExportPath, $LogPath, $ComparisonReportPath)

0 commit comments

Comments
 (0)