AzFrontDoor.psd1
|
@{ RootModule = 'AzFrontDoor.psm1' ModuleVersion = '1.0.0' GUID = '1f4121a4-d87a-46ef-96fa-4f7740444077' Author = 'Reese Carter' CompanyName = 'Reese Carter' Copyright = '(c) Reese Carter. All rights reserved.' Description = 'Fast tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzFrontDoorStatus', 'Initialize-AzFrontDoor') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |