Azure.Resources.psd1
|
@{ RootModule = 'Azure.Resources.psm1' ModuleVersion = '1.0.0' GUID = 'ce71f1c3-a974-402b-9107-5f0143625e87' Author = 'Alex Reed' CompanyName = 'Alex Reed' Copyright = '(c) Alex Reed. All rights reserved.' Description = 'Handy automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzureResourcesStatus', 'Initialize-AzureResources') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |