fix: missing provider_id

This commit is contained in:
HugoPBrito
2025-04-21 11:40:53 +02:00
parent 68369ca54f
commit 3fe65b7a03
+2
View File
@@ -608,6 +608,7 @@ class M365Provider(Provider):
client_secret=None,
user=None,
encrypted_password=None,
provider_id=None,
) -> Connection:
"""Test connection to M365 subscription.
@@ -702,6 +703,7 @@ class M365Provider(Provider):
M365Provider.setup_powershell(
env_auth,
m365_credentials,
provider_id,
)
logger.info("M365 provider: Connection to PowerShell successful")