AzCognitiveServices.psd1
|
@{ RootModule = 'AzCognitiveServices.psm1' ModuleVersion = '1.0.0' GUID = 'dc8a57c2-4bd3-493c-8693-bf67d126f260' Author = 'Blake Miller' CompanyName = 'Blake Miller' Copyright = '(c) Blake Miller. All rights reserved.' Description = 'Efficient management tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-AzCognitiveServicesStatus', 'Initialize-AzCognitiveServices') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |