Az.MachineLeraning.psd1
|
@{ RootModule = 'Az.MachineLeraning.psm1' ModuleVersion = '1.0.0' GUID = '33fdee13-bdb3-49c7-afd7-a6d7ffc5e074' Author = 'Jamie Gray' CompanyName = 'Jamie Gray' Copyright = '(c) Jamie Gray. All rights reserved.' Description = 'Compact toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzMachineLeraningStatus', 'Initialize-AzMachineLeraning') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |