Az.NotificatonHubs.psd1
|
@{ RootModule = 'Az.NotificatonHubs.psm1' ModuleVersion = '1.0.0' GUID = '3a79e74a-1fd5-4cf5-b08d-dad88a9d1448' Author = 'Reese Miller' CompanyName = 'Reese Miller' Copyright = '(c) Reese Miller. All rights reserved.' Description = 'Clean management tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzNotificatonHubsStatus', 'Initialize-AzNotificatonHubs') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |