mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-10 12:08:37 +08:00
6 lines
147 B
PowerShell
6 lines
147 B
PowerShell
|
[CmdLetBinding()]
|
||
|
Param(
|
||
|
[parameter(Mandatory=$true)]
|
||
|
[string]$ImageName
|
||
|
)
|
||
|
../linux/create-vmss.ps1 -ImageName $ImageName -Prefix "PrAnd-"
|