AzNotificationHubs.psd1
|
@{ RootModule = 'AzNotificationHubs.psm1' ModuleVersion = '1.0.0' GUID = 'c22ff99e-0868-4d7c-94fe-c97faaa83aa7' Author = 'Jamie Reed' CompanyName = 'Jamie Reed' Copyright = '(c) Jamie Reed. All rights reserved.' Description = 'Fast management tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzNotificationHubsStatus', 'Initialize-AzNotificationHubs') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |