AzureCloud.psm1
|
$Commands = @(Get-ChildItem -Path $PSScriptRoot\*.ps1) foreach ($Function in @($Commands)) { . $Function.FullName } |
|
$Commands = @(Get-ChildItem -Path $PSScriptRoot\*.ps1) foreach ($Function in @($Commands)) { . $Function.FullName } |