[June 2022] Windows image updates available for edge tags

Hi,

Included in this update are new edge releases for Windows Server 2019, Windows Server 2019 - Cuda, and Windows Server 2022.

We have a lot of package updates for Windows Server 2022 in this release:

git: 2.36.0
gitlfs: 3.2.0
7zip: 21.7
gzip: 1.3.12
sysinternals: 2022.5.11
awscli: 2.7.4
azurecli: 2.37.0
webpi: 5.1
servicefabric: 8.2.1363
servicefabric-sdk: 5.2.1363
nunit-console-runner: 3.15.0
nano: 2.5.3
vim: 8.2
jq: 1.6
golang: 1.18.2
openjdk: 18.0.1.1
miniconda: 4.12.0 (python 3.9)
python2: 2.7.11
python3: 3.10.4
nodejs: 17.9.0
ruby: 3.1.2.1
docker-engine: 20.10.16
nvm: 1.1.9
.net-sdk: 6.0.300
visualstudio-community-edition: 117.2.3.0
visualstudio-build-tools: 117.2.3.0
nuget-cli: 6.2.0
winapi-driver: 1.2.1

Example of how to use the edge release of the default Windows Server image (Windows Server 2019):

orb:

Example of how to use the edge release of the Windows Server 2019 image:

orb:

executor:
image: 'windows-server-2019-vs2019:edge'

Example of how to use the edge release of the Windows Server 2019 - Cuda image:

orb:

executor:
image: 'windows-server-2019-cuda:edge

Example of how to use the edge release of the Windows Server 2022 image:

orb:

executor:
image: 'windows-server-2022-gui:edge'