SMBBlueprint.psd1
@{ RootModule = 'SMBBlueprint.psm1'; ModuleVersion = '0.0.0.2'; GUID = '83bc0698-c6b4-486a-a8e5-5e585038928d'; Author = 'Jan Van Meirvenne','Stijn Callebaut'; CompanyName = 'Inovativ BE'; Copyright = '(c) 2016 Inovativ BE. All rights reserved.'; Description = 'Deployment Framework for the Microsoft SMB Azure & O365 solution. NOT READY FOR PRODUCTION!'; PowerShellVersion = '3.0'; FunctionsToExport = '*' RequiredModules = "Microsoft.Online.SharePoint.PowerShell","AzureRM.Profile","AzureRM.Resources","MSOnline" PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('SMB','Office365','Azure','AzureRM') # A URL to the license for this module. # LicenseUri = '' # A URL to the main website for this project. ProjectUri = 'https://github.com/Inovativ/SMBblueprint-PowerShell' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module ReleaseNotes = '0.1: Initial preview, not production ready!' ExternalModuleDependencies = @('Microsoft.Online.SharePoint.PowerShell') } # End of PSData hashtable } # End of PrivateData hashtable } |