diff --git a/prowler/lib/fix/__init__.py b/prowler/lib/fix/__init__.py index 8b13789179..e69de29bb2 100644 --- a/prowler/lib/fix/__init__.py +++ b/prowler/lib/fix/__init__.py @@ -1 +0,0 @@ - diff --git a/prowler/providers/aws/lib/fix/__init__.py b/prowler/providers/aws/lib/fix/__init__.py index 8b13789179..e69de29bb2 100644 --- a/prowler/providers/aws/lib/fix/__init__.py +++ b/prowler/providers/aws/lib/fix/__init__.py @@ -1 +0,0 @@ - diff --git a/prowler/providers/m365/lib/powershell/m365_powershell.py b/prowler/providers/m365/lib/powershell/m365_powershell.py index 7f9ccceab7..1471fa557a 100644 --- a/prowler/providers/m365/lib/powershell/m365_powershell.py +++ b/prowler/providers/m365/lib/powershell/m365_powershell.py @@ -738,7 +738,7 @@ class M365PowerShell(PowerShellSession): return self.execute( "Set-AdminAuditLogConfig -UnifiedAuditLogIngestionEnabled $true" ) - + def get_sharing_policy(self) -> dict: """ Get Exchange Online Sharing Policy.