From fad486f9743a74e26fb741f17117aac2e2e1aa75 Mon Sep 17 00:00:00 2001 From: MrMCake Date: Wed, 2 Mar 2022 09:22:50 +0100 Subject: [PATCH 1/3] Update to latest --- .../virtualMachines/parameters/parameters.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utilities/pipelines/dependencies/Microsoft.Compute/virtualMachines/parameters/parameters.json b/utilities/pipelines/dependencies/Microsoft.Compute/virtualMachines/parameters/parameters.json index 94425491e0..bdeca3120e 100644 --- a/utilities/pipelines/dependencies/Microsoft.Compute/virtualMachines/parameters/parameters.json +++ b/utilities/pipelines/dependencies/Microsoft.Compute/virtualMachines/parameters/parameters.json @@ -48,7 +48,8 @@ "name": "ipconfig01", "subnetId": "/subscriptions/<>/resourceGroups/validation-rg/providers/Microsoft.Network/virtualNetworks/adp-<>-az-vnet-x-001/subnets/<>-az-subnet-x-001" } - ] + ], + "enableAcceleratedNetworking": false } ] }, From 4c33228dbd6ec63592999d5b645274484e4d888a Mon Sep 17 00:00:00 2001 From: MrMCake Date: Wed, 2 Mar 2022 09:29:51 +0100 Subject: [PATCH 2/3] Update to latest --- arm/Microsoft.Compute/virtualMachines/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arm/Microsoft.Compute/virtualMachines/readme.md b/arm/Microsoft.Compute/virtualMachines/readme.md index 2ce07bb9f0..cee85c5884 100644 --- a/arm/Microsoft.Compute/virtualMachines/readme.md +++ b/arm/Microsoft.Compute/virtualMachines/readme.md @@ -235,7 +235,11 @@ Get-TimeZone -ListAvailable | Select ID ### Parameter Usage: `nicConfigurations` -The field `nicSuffix` and `subnetId` are mandatory. If `enablePublicIP` is set to true, then `publicIpNameSuffix` is also mandatory. Each IP config needs to have the mandatory field `name`. +Comments: +- The field `nicSuffix` and `subnetId` are mandatory. +- If `enablePublicIP` is set to true, then `publicIpNameSuffix` is also mandatory. +- Each IP config needs to have the mandatory field `name`. +- If not disabled, `enableAcceleratedNetworking` is considered `true` by default and requires the VM to be deployed in a supported size ```json "nicConfigurations": { From 9efaf9864948cc372769a7d6399cb8ca0299b549 Mon Sep 17 00:00:00 2001 From: Alexander Sehr Date: Wed, 2 Mar 2022 12:38:51 +0000 Subject: [PATCH 3/3] Update arm/Microsoft.Compute/virtualMachines/readme.md Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com> --- arm/Microsoft.Compute/virtualMachines/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm/Microsoft.Compute/virtualMachines/readme.md b/arm/Microsoft.Compute/virtualMachines/readme.md index cee85c5884..e7d0503876 100644 --- a/arm/Microsoft.Compute/virtualMachines/readme.md +++ b/arm/Microsoft.Compute/virtualMachines/readme.md @@ -239,7 +239,7 @@ Comments: - The field `nicSuffix` and `subnetId` are mandatory. - If `enablePublicIP` is set to true, then `publicIpNameSuffix` is also mandatory. - Each IP config needs to have the mandatory field `name`. -- If not disabled, `enableAcceleratedNetworking` is considered `true` by default and requires the VM to be deployed in a supported size +- If not disabled, `enableAcceleratedNetworking` is considered `true` by default and requires the VM to be deployed with a supported OS and VM size. ```json "nicConfigurations": {