Az.HealthcareApi.psd1
|
@{ RootModule = 'Az.HealthcareApi.psm1' ModuleVersion = '1.0.0' GUID = '8bef8fa1-d4a6-405a-a191-e84cfa1a7742' Author = 'Blake Hayes' CompanyName = 'Blake Hayes' Copyright = '(c) Blake Hayes. All rights reserved.' Description = 'Quick core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzHealthcareApiStatus', 'Initialize-AzHealthcareApi') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |