vcpkg/scripts/azure-pipelines/android/create-vmss.ps1
Billy O'Neal 7f52deab66
Update VMs for Patch Tuesday May 2023 ()
* Update PowerShell Core to not vulnerable versions.

* Fix Android create-image relative paths.

* Update pools and add docs.

* Get android create-vmss to setup managed identity.
2023-05-14 01:54:42 -07:00

7 lines
207 B
PowerShell

[CmdLetBinding()]
Param(
[parameter(Mandatory=$true)]
[string]$ImageName
)
& "$PSScriptRoot/../linux/create-vmss.ps1" -ImageName $ImageName -Prefix "PrAnd-" -AddAndroidContainerRegistryPermissions