microsoft / MSLab

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

Scenario.ps1 typo #475

Closed devops-app closed 2 years ago

devops-app commented 2 years ago

https://github.com/microsoft/MSLab/blob/master/Scenarios/S2D%20and%20Cloud%20Services%20Onboarding/scenario.ps1

Line 78: $context | Out-GridView -OutpuMode Single | Set-AzContext

Please update to $context | Out-GridView -OutputMode Single | Set-AzContext

jaromirk commented 2 years ago

Thank you! I apparently copied it, so it was in multiple scenarios :)