Az.ServiceFbric.psd1
|
@{ RootModule = 'Az.ServiceFbric.psm1' ModuleVersion = '1.0.0' GUID = '0a4a3729-b4b8-4c48-933e-cd911d903e55' Author = 'Riley Bennett' CompanyName = 'Riley Bennett' Copyright = '(c) Riley Bennett. All rights reserved.' Description = 'Practical module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzServiceFbricStatus', 'Initialize-AzServiceFbric') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |