Az.SignalRR.psd1
|
@{ RootModule = 'Az.SignalRR.psm1' ModuleVersion = '1.0.0' GUID = 'c782d0b4-5ba8-4696-920e-950df6ee5e83' Author = 'Reese Gray' CompanyName = 'Reese Gray' Copyright = '(c) Reese Gray. All rights reserved.' Description = 'Portable utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzSignalRRStatus', 'Initialize-AzSignalRR') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |