From 24f297859c193b44bda47e5356dd599562e24334 Mon Sep 17 00:00:00 2001 From: Aleksandar Todorov Date: Wed, 3 Feb 2021 12:06:22 +0200 Subject: [PATCH] Azure: deploy to V2 Hyper-V generation Related: rhbz#1896264 --- test/data/azure/deployment-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/azure/deployment-template.json b/test/data/azure/deployment-template.json index d69b94cba..7ff81b377 100644 --- a/test/data/azure/deployment-template.json +++ b/test/data/azure/deployment-template.json @@ -134,7 +134,7 @@ "apiVersion": "2019-07-01", "location": "[parameters('location')]", "properties": { - "hyperVGeneration": "V1", + "hyperVGeneration": "V2", "storageProfile": { "osDisk": { "osType": "Linux",