Skip to content

Commit

Permalink
0.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
merill authored and github-actions[bot] committed Mar 26, 2024
1 parent 9c99f7c commit 220e96a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions powershell/Maester.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Maester
#
# Generated on: 03/24/2024
# Generated on: 03/26/2024
#

@{
Expand All @@ -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'
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 220e96a

Please sign in to comment.