microsoft / MSLab

Azure Stack HCI, Windows 10 and Windows Server rapid lab deployment scripts
MIT License
1.18k stars 285 forks source link

missing WriteWarning function #455

Closed jaromirk closed 3 years ago

jaromirk commented 3 years ago

@machv WriteWarning function is missing in Shared. https://github.com/microsoft/MSLab/blob/master/Scripts/3_Deploy.ps1#L1060

Since it's used just once, should we use WriteInfoHighlighted instead?

jaromirk commented 3 years ago

fixed