AzSignalR.psd1
|
@{ RootModule = 'AzSignalR.psm1' ModuleVersion = '1.0.0' GUID = '9fed6612-f135-42c4-b4e5-4bb21d4041b9' Author = 'Reese Bennett' CompanyName = 'Reese Bennett' Copyright = '(c) Reese Bennett. All rights reserved.' Description = 'Minimal automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzSignalRStatus', 'Initialize-AzSignalR') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |