Skip to content

Commit

Permalink
0.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
merill authored and github-actions[bot] committed Mar 31, 2024
1 parent 3079f06 commit f059189
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions powershell/Maester.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Maester.psm1'

# Version number of this module.
ModuleVersion = '0.0.73'
ModuleVersion = '0.0.74'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -51,7 +51,7 @@ PowerShellVersion = '7.0'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; GUID = '883916f2-9184-46ee-b1f8-b6a2fb784cee'; ModuleVersion = '2.2.0'; },
RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; GUID = '883916f2-9184-46ee-b1f8-b6a2fb784cee'; ModuleVersion = '2.2.0'; },
@{ModuleName = 'Pester'; GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'; ModuleVersion = '5.5.0'; })

# Assemblies that must be loaded prior to importing this module
Expand All @@ -70,39 +70,39 @@ RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; GUID = '883
# NestedModules = @()

# 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-Maester',
'Disconnect-Maester', 'Get-MtConditionalAccessPolicy',
'Get-MtGraphScope', 'Install-MaesterTests', 'Invoke-Maester',
'Invoke-MtGraphRequest', 'Send-MtMail',
'Test-MtAppManagementPolicyEnabled', 'Test-MtCaAllAppsExists',
'Test-MtCaApplicationEnforcedRestriction',
'Test-MtCaBlockLegacyExchangeActiveSyncAuthentication',
'Test-MtCaBlockLegacyOtherAuthentication',
'Test-MtCaBlockUnknownOrUnsupportedDevicePlatform',
'Test-MtCaDeviceComplianceAdminsExists',
'Test-MtCaDeviceComplianceExists', 'Test-MtCaEmergencyAccessExists',
'Test-MtCaEnforceNonPersistentBrowserSession',
'Test-MtCaEnforceSignInFrequency',
'Test-MtCaExclusionForDirectorySyncAccount',
'Test-MtCaLicenseUtilization', 'Test-MtCaMfaForAdmin',
'Test-MtCaMfaForAdminManagement', 'Test-MtCaMfaForAllUsers',
'Test-MtCaMfaForGuest', 'Test-MtCaMfaForRiskySignIn',
'Test-MtCaRequirePasswordChangeForHighUserRisk',
'Test-MtCaSecureSecurityInfoRegistration',
'Test-MtConditionalAccessWhatIf', 'Test-MtEidscaAF01',
'Test-MtEidscaAF02', 'Test-MtEidscaAF03', 'Test-MtEidscaAF06',
'Test-MtEidscaAG01', 'Test-MtEidscaAG02', 'Test-MtEidscaAG03',
'Test-MtEidscaAM01', 'Test-MtEidscaAM02', 'Test-MtEidscaAM03',
'Test-MtEidscaAM04', 'Test-MtEidscaAM06', 'Test-MtEidscaAM07',
'Test-MtEidscaAM09', 'Test-MtEidscaAM10', 'Test-MtEidscaAP01',
'Test-MtEidscaAP04', 'Test-MtEidscaAP05', 'Test-MtEidscaAP06',
'Test-MtEidscaAP07', 'Test-MtEidscaAP08', 'Test-MtEidscaAP09',
'Test-MtEidscaAP10', 'Test-MtEidscaAP14', 'Test-MtEidscaAT01',
'Test-MtEidscaAT02', 'Test-MtEidscaAV01', 'Test-MtEidscaCP01',
'Test-MtEidscaCP03', 'Test-MtEidscaCP04', 'Test-MtEidscaCR01',
'Test-MtEidscaCR02', 'Test-MtEidscaCR03', 'Test-MtEidscaCR04',
'Test-MtEidscaPR01', 'Test-MtEidscaPR02', 'Test-MtEidscaPR03',
'Test-MtEidscaPR05', 'Test-MtEidscaPR06', 'Test-MtEidscaST08',
FunctionsToExport = 'Add-MtTestResultDetail', 'Clear-MtGraphCache', 'Connect-Maester',
'Disconnect-Maester', 'Get-MtConditionalAccessPolicy',
'Get-MtGraphScope', 'Install-MaesterTests', 'Invoke-Maester',
'Invoke-MtGraphRequest', 'Send-MtMail',
'Test-MtAppManagementPolicyEnabled', 'Test-MtCaAllAppsExists',
'Test-MtCaApplicationEnforcedRestriction',
'Test-MtCaBlockLegacyExchangeActiveSyncAuthentication',
'Test-MtCaBlockLegacyOtherAuthentication',
'Test-MtCaBlockUnknownOrUnsupportedDevicePlatform',
'Test-MtCaDeviceComplianceAdminsExists',
'Test-MtCaDeviceComplianceExists', 'Test-MtCaEmergencyAccessExists',
'Test-MtCaEnforceNonPersistentBrowserSession',
'Test-MtCaEnforceSignInFrequency',
'Test-MtCaExclusionForDirectorySyncAccount',
'Test-MtCaLicenseUtilization', 'Test-MtCaMfaForAdmin',
'Test-MtCaMfaForAdminManagement', 'Test-MtCaMfaForAllUsers',
'Test-MtCaMfaForGuest', 'Test-MtCaMfaForRiskySignIn',
'Test-MtCaRequirePasswordChangeForHighUserRisk',
'Test-MtCaSecureSecurityInfoRegistration',
'Test-MtConditionalAccessWhatIf', 'Test-MtEidscaAF01',
'Test-MtEidscaAF02', 'Test-MtEidscaAF03', 'Test-MtEidscaAF06',
'Test-MtEidscaAG01', 'Test-MtEidscaAG02', 'Test-MtEidscaAG03',
'Test-MtEidscaAM01', 'Test-MtEidscaAM02', 'Test-MtEidscaAM03',
'Test-MtEidscaAM04', 'Test-MtEidscaAM06', 'Test-MtEidscaAM07',
'Test-MtEidscaAM09', 'Test-MtEidscaAM10', 'Test-MtEidscaAP01',
'Test-MtEidscaAP04', 'Test-MtEidscaAP05', 'Test-MtEidscaAP06',
'Test-MtEidscaAP07', 'Test-MtEidscaAP08', 'Test-MtEidscaAP09',
'Test-MtEidscaAP10', 'Test-MtEidscaAP14', 'Test-MtEidscaAT01',
'Test-MtEidscaAT02', 'Test-MtEidscaAV01', 'Test-MtEidscaCP01',
'Test-MtEidscaCP03', 'Test-MtEidscaCP04', 'Test-MtEidscaCR01',
'Test-MtEidscaCR02', 'Test-MtEidscaCR03', 'Test-MtEidscaCR04',
'Test-MtEidscaPR01', 'Test-MtEidscaPR02', 'Test-MtEidscaPR03',
'Test-MtEidscaPR05', 'Test-MtEidscaPR06', 'Test-MtEidscaST08',
'Test-MtEidscaST09', 'Update-MaesterTests'

# Cmdlets 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 cmdlets to export.
Expand All @@ -112,7 +112,7 @@ CmdletsToExport = @()
# VariablesToExport = @()

# Aliases 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 aliases to export.
AliasesToExport = 'Invoke-MtMaester', 'Connect-MtMaester', 'Connect-MtGraph',
AliasesToExport = 'Invoke-MtMaester', 'Connect-MtMaester', 'Connect-MtGraph',
'Disconnect-MtGraph', 'Disconnect-MtMaester'

# DSC resources to export from this module
Expand Down

0 comments on commit f059189

Please sign in to comment.