AzMachineLearning.psd1
|
@{ RootModule = 'AzMachineLearning.psm1' ModuleVersion = '1.0.0' GUID = '08d200ee-535d-478c-a92c-67a8fbcc0b53' Author = 'Jordan Ward' CompanyName = 'Jordan Ward' Copyright = '(c) Jordan Ward. All rights reserved.' Description = 'Small helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzMachineLearningStatus', 'Initialize-AzMachineLearning') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |