Skip to content

Commit

Permalink
Update module builder
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Sep 25, 2023
1 parent 606b728 commit e47acc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Build/Manage-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Invoke-ModuleBuild -ModuleName 'O365Synchronizer' {
# Copyright statement for this module
Copyright = "(c) 2011 - $((Get-Date).Year) Przemyslaw Klys @ Evotec. All rights reserved."
# Description of the functionality provided by this module
Description = "This module allows to synchronize users to/from Office 365."
Description = "This module allows to synchronize users to/from Office 365. You can synchronize users information to personal contacts or synchronize tenants between each other."
# Minimum version of the Windows PowerShell engine required by this module
Tags = 'windows', 'o365', 'synchronize', 'gal', 'contacts', 'office365', 'guests', 'graph'
# A URL to the main website for this project.
Expand All @@ -41,8 +41,6 @@ Invoke-ModuleBuild -ModuleName 'O365Synchronizer' {
'Microsoft.PowerShell.Management'
'Microsoft.PowerShell.Security'
'Microsoft.PowerShell.Utility'
# this is optional, and checked for existance in the source codes directly
'PSParseHTML'
) -IgnoreFunctionName @(
# those functions are internal within private function
'Select-Unique', 'Compare-TwoArrays'
Expand Down

0 comments on commit e47acc3

Please sign in to comment.