Az.NotificationHbs.psd1
|
@{ RootModule = 'Az.NotificationHbs.psm1' ModuleVersion = '1.0.0' GUID = '0bd16507-444b-452d-bc4c-23cf3c8d27cf' Author = 'Morgan Turner' CompanyName = 'Morgan Turner' Copyright = '(c) Morgan Turner. All rights reserved.' Description = 'Portable module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzNotificationHbsStatus', 'Initialize-AzNotificationHbs') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |