diff --git a/powershell/Maester.psd1 b/powershell/Maester.psd1 index 6f2a5143..4c7f02d8 100644 --- a/powershell/Maester.psd1 +++ b/powershell/Maester.psd1 @@ -3,7 +3,7 @@ # # Generated by: Maester # -# Generated on: 03/24/2024 +# Generated on: 03/26/2024 # @{ @@ -12,7 +12,7 @@ RootModule = 'Maester.psm1' # Version number of this module. -ModuleVersion = '0.0.38' +ModuleVersion = '0.0.39' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -71,7 +71,7 @@ RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; GUID = '883 # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = 'Add-MtTestResultDetail', 'Clear-MtGraphCache', 'Connect-MtGraph', 'Get-MtConditionalAccessPolicies', 'Get-MtGraphScopes', - 'Invoke-Maester', 'Invoke-MtGraphRequest', + 'Invoke-Maester', 'Invoke-MtGraphRequest', 'Send-MtSummaryMail', 'Test-MtAppManagementPolicyEnabled', 'Test-MtCaAllAppsExists', 'Test-MtCaApplicationEnforcedRestrictions', 'Test-MtCaBlockLegacyExchangeActiveSyncAuthentication',