scripts/configuration/Install-Prerequisites.ps1 (12 lines of code) (raw):
<#
----------------------------------------------------------------------------------
Copyright (c) Microsoft Corporation.
Licensed under the MIT license.
THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
----------------------------------------------------------------------------------
#>
Install-Module Az -Repository PSGallery -Force
Install-Module powershell-yaml -Repository PSGallery -Force
Install-Module PSPasswordGenerator -Repository PSGallery -Force