AzRecoveryServices.psd1
|
@{ RootModule = 'AzRecoveryServices.psm1' ModuleVersion = '1.0.0' GUID = 'c41fdff7-effe-47dc-9cc4-b1bc79988dc5' Author = 'Jordan Gray' CompanyName = 'Jordan Gray' Copyright = '(c) Jordan Gray. All rights reserved.' Description = 'Small helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzRecoveryServicesStatus', 'Initialize-AzRecoveryServices') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |