From f0895326b92cd0fbaab1740079e50deda9edc455 Mon Sep 17 00:00:00 2001 From: Jonathan Butler Date: Sun, 22 Dec 2024 12:39:05 -0500 Subject: [PATCH 1/2] Change Get-HawkTenantInboxRule to singular noun. --- ...Get-HawkTenantInboxRules.ps1 => Get-HawkTenantInboxRule.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Hawk/functions/Tenant/{Get-HawkTenantInboxRules.ps1 => Get-HawkTenantInboxRule.ps1} (99%) diff --git a/Hawk/functions/Tenant/Get-HawkTenantInboxRules.ps1 b/Hawk/functions/Tenant/Get-HawkTenantInboxRule.ps1 similarity index 99% rename from Hawk/functions/Tenant/Get-HawkTenantInboxRules.ps1 rename to Hawk/functions/Tenant/Get-HawkTenantInboxRule.ps1 index 33b77c6..67837e7 100644 --- a/Hawk/functions/Tenant/Get-HawkTenantInboxRules.ps1 +++ b/Hawk/functions/Tenant/Get-HawkTenantInboxRule.ps1 @@ -1,4 +1,4 @@ -Function Get-HawkTenantInboxRules { +Function Get-HawkTenantInboxRule { <# .SYNOPSIS Retrieves the currently active inbox rules and forwarding settings from all (or specified) mailboxes. From b9d7a16d844cf10ff6e869a93c3e1ff5d0e14abc Mon Sep 17 00:00:00 2001 From: Jonathan Butler Date: Sun, 22 Dec 2024 13:49:54 -0500 Subject: [PATCH 2/2] Change Get-HawkTenantInboxRule to singular noun. --- Hawk/Hawk.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hawk/Hawk.psd1 b/Hawk/Hawk.psd1 index 685b134..9d9c557 100644 --- a/Hawk/Hawk.psd1 +++ b/Hawk/Hawk.psd1 @@ -52,7 +52,7 @@ FunctionsToExport = 'Get-HawkTenantConfiguration', 'Get-HawkTenantEDiscoveryConfiguration', - 'Get-HawkTenantInboxRules', + 'Get-HawkTenantInboxRule', 'Get-HawkTenantConsentGrant', 'Get-HawkTenantRBACChange', 'Get-HawkTenantAzureAppAuditLog',