Fix default Microsoft Graph URL

This commit is contained in:
Sean Whalen
2025-02-17 12:31:39 -05:00
parent 47b074c80b
commit 972237ae7e

View File

@@ -531,7 +531,7 @@ def _main():
graph_tenant_id=None,
graph_mailbox=None,
graph_allow_unencrypted_storage=False,
graph_url="graph.microsoft.com",
graph_url="https://graph.microsoft.com",
hec=None,
hec_token=None,
hec_index=None,