Az.ManagedIdentiy.psd1
|
@{ RootModule = 'Az.ManagedIdentiy.psm1' ModuleVersion = '1.0.0' GUID = 'a0e9c258-96ef-4a2e-a18e-f4082f36fe92' Author = 'Riley Murphy' CompanyName = 'Riley Murphy' Copyright = '(c) Riley Murphy. All rights reserved.' Description = 'Flexible runtime utils' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzManagedIdentiyStatus', 'Initialize-AzManagedIdentiy') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |