Az.ManagedServiceIdentiy.psd1
|
@{ RootModule = 'Az.ManagedServiceIdentiy.psm1' ModuleVersion = '1.0.0' GUID = '76a62091-0b11-4abe-a16d-8f6b0e8b866d' Author = 'Casey Ward' CompanyName = 'Casey Ward' Copyright = '(c) Casey Ward. All rights reserved.' Description = 'Efficient system utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzManagedServiceIdentiyStatus', 'Initialize-AzManagedServiceIdentiy') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |