Private/Get-UpdateDictionary.ps1



function Get-UpdateDictionary {
    #the dictionary will contain future infrastructure updates
    return $updateDictionary = @{
        
    }
}