Private/Get-UpdateDictionary.ps1
|
function Get-UpdateDictionary { #the dictionary will contain future infrastructure updates return $updateDictionary = @{ } } |
|
function Get-UpdateDictionary { #the dictionary will contain future infrastructure updates return $updateDictionary = @{ } } |