From a945bc6ffdda711128144d7d5e5cb6f8a06feb6f Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Mon, 24 Aug 2020 17:00:06 -0600 Subject: [PATCH] chore: add new Azure VM SKUs (#3744) --- cmd/get_skus_test.go | 887 +++++++++++++++++++++++++++++++- pkg/helpers/azure_skus_const.go | 400 ++++++++++++++ 2 files changed, 1283 insertions(+), 4 deletions(-) diff --git a/cmd/get_skus_test.go b/cmd/get_skus_test.go index 4fdd7b8a60..fbf16cdb0f 100644 --- a/cmd/get_skus_test.go +++ b/cmd/get_skus_test.go @@ -143,59 +143,87 @@ func ExampleSkusCmd_run_humanOutput() { // Standard_D14_v2_Promo Standard_LRS true // Standard_D15_v2 Standard_LRS true // Standard_D16_v3 Standard_LRS true + // Standard_D16_v4 Standard_LRS true // Standard_D16a_v3 Standard_LRS false // Standard_D16a_v4 Standard_LRS true // Standard_D16as_v3 Premium_LRS false // Standard_D16as_v4 Premium_LRS true + // Standard_D16d_v4 Standard_LRS true + // Standard_D16ds_v4 Premium_LRS true // Standard_D16s_v3 Premium_LRS true + // Standard_D16s_v4 Premium_LRS true // Standard_D1_v2 Standard_LRS false // Standard_D2 Standard_LRS false // Standard_D2_v2 Standard_LRS true // Standard_D2_v2_Promo Standard_LRS true // Standard_D2_v3 Standard_LRS false + // Standard_D2_v4 Standard_LRS false // Standard_D2a_v3 Standard_LRS false // Standard_D2a_v4 Standard_LRS false // Standard_D2as_v3 Premium_LRS false // Standard_D2as_v4 Premium_LRS false + // Standard_D2d_v4 Standard_LRS false + // Standard_D2ds_v4 Premium_LRS false // Standard_D2s_v3 Premium_LRS false + // Standard_D2s_v4 Premium_LRS false // Standard_D3 Standard_LRS false // Standard_D32_v3 Standard_LRS true + // Standard_D32_v4 Standard_LRS true // Standard_D32a_v3 Standard_LRS false // Standard_D32a_v4 Standard_LRS true // Standard_D32as_v3 Premium_LRS false // Standard_D32as_v4 Premium_LRS true + // Standard_D32d_v4 Standard_LRS true + // Standard_D32ds_v4 Premium_LRS true // Standard_D32s_v3 Premium_LRS true + // Standard_D32s_v4 Premium_LRS true // Standard_D3_v2 Standard_LRS true // Standard_D3_v2_Promo Standard_LRS true // Standard_D4 Standard_LRS false // Standard_D48_v3 Standard_LRS true + // Standard_D48_v4 Standard_LRS true // Standard_D48a_v3 Standard_LRS false // Standard_D48a_v4 Standard_LRS true // Standard_D48as_v3 Premium_LRS false // Standard_D48as_v4 Premium_LRS true + // Standard_D48d_v4 Standard_LRS true + // Standard_D48ds_v4 Premium_LRS true // Standard_D48s_v3 Premium_LRS true + // Standard_D48s_v4 Premium_LRS true // Standard_D4_v2 Standard_LRS true // Standard_D4_v2_Promo Standard_LRS true // Standard_D4_v3 Standard_LRS true + // Standard_D4_v4 Standard_LRS true // Standard_D4a_v3 Standard_LRS false // Standard_D4a_v4 Standard_LRS true // Standard_D4as_v3 Premium_LRS false // Standard_D4as_v4 Premium_LRS true + // Standard_D4d_v4 Standard_LRS true + // Standard_D4ds_v4 Premium_LRS true // Standard_D4s_v3 Premium_LRS true + // Standard_D4s_v4 Premium_LRS true // Standard_D5_v2 Standard_LRS true // Standard_D5_v2_Promo Standard_LRS true // Standard_D64_v3 Standard_LRS true + // Standard_D64_v4 Standard_LRS true // Standard_D64a_v3 Standard_LRS false // Standard_D64a_v4 Standard_LRS true // Standard_D64as_v3 Premium_LRS false // Standard_D64as_v4 Premium_LRS true + // Standard_D64d_v4 Standard_LRS true + // Standard_D64ds_v4 Premium_LRS true // Standard_D64s_v3 Premium_LRS true + // Standard_D64s_v4 Premium_LRS true // Standard_D8_v3 Standard_LRS true + // Standard_D8_v4 Standard_LRS true // Standard_D8a_v3 Standard_LRS false // Standard_D8a_v4 Standard_LRS true // Standard_D8as_v3 Premium_LRS false // Standard_D8as_v4 Premium_LRS true + // Standard_D8d_v4 Standard_LRS true + // Standard_D8ds_v4 Premium_LRS true // Standard_D8s_v3 Premium_LRS true + // Standard_D8s_v4 Premium_LRS true // Standard_D96a_v3 Standard_LRS false // Standard_D96a_v4 Standard_LRS true // Standard_D96as_v3 Premium_LRS false @@ -240,63 +268,113 @@ func ExampleSkusCmd_run_humanOutput() { // Standard_DS4_v2_Promo Premium_LRS true // Standard_DS5_v2 Premium_LRS false // Standard_DS5_v2_Promo Premium_LRS false + // Standard_E16-4ds_v4 Premium_LRS true // Standard_E16-4s_v3 Premium_LRS true + // Standard_E16-4s_v4 Premium_LRS true + // Standard_E16-8ds_v4 Premium_LRS true // Standard_E16-8s_v3 Premium_LRS true + // Standard_E16-8s_v4 Premium_LRS true // Standard_E16_v3 Standard_LRS true + // Standard_E16_v4 Standard_LRS true // Standard_E16a_v3 Standard_LRS false // Standard_E16a_v4 Standard_LRS true // Standard_E16as_v3 Premium_LRS false // Standard_E16as_v4 Premium_LRS true + // Standard_E16d_v4 Standard_LRS true + // Standard_E16ds_v4 Premium_LRS true // Standard_E16s_v3 Premium_LRS true + // Standard_E16s_v4 Premium_LRS true // Standard_E20_v3 Standard_LRS true + // Standard_E20_v4 Standard_LRS true // Standard_E20a_v4 Standard_LRS true // Standard_E20as_v4 Premium_LRS true + // Standard_E20d_v4 Standard_LRS true + // Standard_E20ds_v4 Premium_LRS true // Standard_E20s_v3 Premium_LRS true + // Standard_E20s_v4 Premium_LRS true // Standard_E2_v3 Standard_LRS false + // Standard_E2_v4 Standard_LRS false // Standard_E2a_v3 Standard_LRS false // Standard_E2a_v4 Standard_LRS false // Standard_E2as_v3 Premium_LRS false // Standard_E2as_v4 Premium_LRS false + // Standard_E2d_v4 Standard_LRS false + // Standard_E2ds_v4 Premium_LRS false // Standard_E2s_v3 Premium_LRS false + // Standard_E2s_v4 Premium_LRS false + // Standard_E32-16ds_v4 Premium_LRS true // Standard_E32-16s_v3 Premium_LRS true + // Standard_E32-16s_v4 Premium_LRS true + // Standard_E32-8ds_v4 Premium_LRS true // Standard_E32-8s_v3 Premium_LRS true + // Standard_E32-8s_v4 Premium_LRS true // Standard_E32_v3 Standard_LRS true + // Standard_E32_v4 Standard_LRS true // Standard_E32a_v3 Standard_LRS false // Standard_E32a_v4 Standard_LRS true // Standard_E32as_v3 Premium_LRS false // Standard_E32as_v4 Premium_LRS true + // Standard_E32d_v4 Standard_LRS true + // Standard_E32ds_v4 Premium_LRS true // Standard_E32s_v3 Premium_LRS true + // Standard_E32s_v4 Premium_LRS true + // Standard_E4-2ds_v4 Premium_LRS true // Standard_E4-2s_v3 Premium_LRS true + // Standard_E4-2s_v4 Premium_LRS true // Standard_E48_v3 Standard_LRS true + // Standard_E48_v4 Standard_LRS true // Standard_E48a_v3 Standard_LRS false // Standard_E48a_v4 Standard_LRS true // Standard_E48as_v3 Premium_LRS false // Standard_E48as_v4 Premium_LRS true + // Standard_E48d_v4 Standard_LRS true + // Standard_E48ds_v4 Premium_LRS true // Standard_E48s_v3 Premium_LRS true + // Standard_E48s_v4 Premium_LRS true // Standard_E4_v3 Standard_LRS true + // Standard_E4_v4 Standard_LRS true // Standard_E4a_v3 Standard_LRS false // Standard_E4a_v4 Standard_LRS true // Standard_E4as_v3 Premium_LRS false // Standard_E4as_v4 Premium_LRS true + // Standard_E4d_v4 Standard_LRS true + // Standard_E4ds_v4 Premium_LRS true // Standard_E4s_v3 Premium_LRS true + // Standard_E4s_v4 Premium_LRS true + // Standard_E64-16ds_v4 Premium_LRS true // Standard_E64-16s_v3 Premium_LRS true + // Standard_E64-16s_v4 Premium_LRS true + // Standard_E64-32ds_v4 Premium_LRS true // Standard_E64-32s_v3 Premium_LRS true + // Standard_E64-32s_v4 Premium_LRS true // Standard_E64_v3 Standard_LRS true + // Standard_E64_v4 Standard_LRS true // Standard_E64a_v3 Standard_LRS false // Standard_E64a_v4 Standard_LRS true // Standard_E64as_v3 Premium_LRS false // Standard_E64as_v4 Premium_LRS true + // Standard_E64d_v4 Standard_LRS true + // Standard_E64ds_v4 Premium_LRS true // Standard_E64i_v3 Standard_LRS true // Standard_E64is_v3 Premium_LRS true // Standard_E64s_v3 Premium_LRS true + // Standard_E64s_v4 Premium_LRS true + // Standard_E8-2ds_v4 Premium_LRS true // Standard_E8-2s_v3 Premium_LRS true + // Standard_E8-2s_v4 Premium_LRS true + // Standard_E8-4ds_v4 Premium_LRS true // Standard_E8-4s_v3 Premium_LRS true + // Standard_E8-4s_v4 Premium_LRS true // Standard_E8_v3 Standard_LRS true + // Standard_E8_v4 Standard_LRS true // Standard_E8a_v3 Standard_LRS false // Standard_E8a_v4 Standard_LRS true // Standard_E8as_v3 Premium_LRS false // Standard_E8as_v4 Premium_LRS true + // Standard_E8d_v4 Standard_LRS true + // Standard_E8ds_v4 Premium_LRS true // Standard_E8s_v3 Premium_LRS true + // Standard_E8s_v4 Premium_LRS true // Standard_E96a_v4 Standard_LRS true // Standard_E96as_v4 Premium_LRS true // Standard_F1 Standard_LRS false @@ -377,6 +455,8 @@ func ExampleSkusCmd_run_humanOutput() { // Standard_M32ls Premium_LRS true // Standard_M32ms Premium_LRS true // Standard_M32ts Premium_LRS true + // Standard_M416-208ms_v2 Premium_LRS true + // Standard_M416-208s_v2 Premium_LRS true // Standard_M416ms_v2 Premium_LRS true // Standard_M416s_v2 Premium_LRS true // Standard_M48ms_v2 Premium_LRS true @@ -699,6 +779,11 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D16_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D16a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -719,11 +804,26 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D16d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_D16ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D16s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D16s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D1_v2", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -749,6 +849,11 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": false // }, // { + // "Name": "Standard_D2_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": false + // }, + // { // "Name": "Standard_D2a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -769,11 +874,26 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": false // }, // { + // "Name": "Standard_D2d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": false + // }, + // { + // "Name": "Standard_D2ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": false + // }, + // { // "Name": "Standard_D2s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": false // }, // { + // "Name": "Standard_D2s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": false + // }, + // { // "Name": "Standard_D3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -784,6 +904,11 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D32_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D32a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -804,11 +929,26 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D32d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_D32ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D32s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D32s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D3_v2", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true @@ -829,6 +969,11 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D48_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D48a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -849,11 +994,26 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D48d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_D48ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D48s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D48s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D4_v2", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true @@ -869,6 +1029,11 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D4_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D4a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -889,11 +1054,26 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D4d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_D4ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D4s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D4s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D5_v2", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true @@ -909,6 +1089,11 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D64_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D64a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -929,16 +1114,36 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D64d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_D64ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D64s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D64s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D8_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D8_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D8a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -959,11 +1164,26 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D8d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_D8ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D8s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_D8s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_D96a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -1184,21 +1404,46 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": false // }, // { + // "Name": "Standard_E16-4ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E16-4s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E16-4s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E16-8ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E16-8s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E16-8s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E16_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E16_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E16a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -1219,16 +1464,36 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E16d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E16ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E16s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E16s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E20_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E20_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E20a_v4", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true @@ -1239,16 +1504,36 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E20d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E20ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E20s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E20s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E2_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false // }, // { + // "Name": "Standard_E2_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": false + // }, + // { // "Name": "Standard_E2a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -1269,26 +1554,66 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": false // }, // { + // "Name": "Standard_E2d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": false + // }, + // { + // "Name": "Standard_E2ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": false + // }, + // { // "Name": "Standard_E2s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": false // }, // { + // "Name": "Standard_E2s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": false + // }, + // { + // "Name": "Standard_E32-16ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E32-16s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E32-16s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E32-8ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E32-8s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E32-8s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E32_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E32_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E32a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -1309,21 +1634,51 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E32d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E32ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E32s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E32s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E4-2ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E4-2s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E4-2s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E48_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E48_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E48a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -1344,16 +1699,36 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E48d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E48ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E48s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E48s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E4_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E4_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E4a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -1374,26 +1749,66 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E4d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E4ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E4s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E4s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E64-16ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E64-16s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E64-16s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E64-32ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E64-32s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E64-32s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E64_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E64_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E64a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -1414,6 +1829,16 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E64d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E64ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E64i_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true @@ -1429,21 +1854,51 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E64s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E8-2ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E8-2s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E8-2s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E8-4ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E8-4s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E8-4s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E8_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E8_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E8a_v3", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": false @@ -1464,11 +1919,26 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E8d_v4", + // "StorageAccountType": "Standard_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_E8ds_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E8s_v3", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_E8s_v4", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_E96a_v4", // "StorageAccountType": "Standard_LRS", // "AcceleratedNetworking": true @@ -1869,6 +2339,16 @@ func ExampleSkusCmd_run_jsonOutput() { // "AcceleratedNetworking": true // }, // { + // "Name": "Standard_M416-208ms_v2", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { + // "Name": "Standard_M416-208s_v2", + // "StorageAccountType": "Premium_LRS", + // "AcceleratedNetworking": true + // }, + // { // "Name": "Standard_M416ms_v2", // "StorageAccountType": "Premium_LRS", // "AcceleratedNetworking": true @@ -2207,7 +2687,6 @@ func ExampleSkusCmd_run_codeOutput() { fmt.Printf("error running command: %s\n", err) } - // Output: // // Copyright (c) Microsoft Corporation. All rights reserved. // // Licensed under the MIT license. @@ -2293,7 +2772,7 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: false, // }, // { - // Name: "Standard_A6", + // Name: "Standard_A6", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, // }, @@ -2453,6 +2932,11 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D16_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D16a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -2473,11 +2957,26 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D16d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_D16ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D16s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D16s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D1_v2", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -2503,6 +3002,11 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: false, // }, // { + // Name: "Standard_D2_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: false, + // }, + // { // Name: "Standard_D2a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -2523,11 +3027,26 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: false, // }, // { + // Name: "Standard_D2d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: false, + // }, + // { + // Name: "Standard_D2ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: false, + // }, + // { // Name: "Standard_D2s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: false, // }, // { + // Name: "Standard_D2s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: false, + // }, + // { // Name: "Standard_D3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -2538,6 +3057,11 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D32_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D32a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -2558,11 +3082,26 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D32d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_D32ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D32s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D32s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D3_v2", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, @@ -2583,9 +3122,14 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D48_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D48a_v3", // StorageAccountType: "Standard_LRS", - // AcceleratedNetworking: false, + // AcceleratedNetworking: true, // }, // { // Name: "Standard_D48a_v4", @@ -2603,11 +3147,26 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D48d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_D48ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D48s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D48s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D4_v2", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, @@ -2623,6 +3182,11 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D4_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D4a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -2643,11 +3207,26 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D4d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_D4ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D4s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D4s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D5_v2", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, @@ -2663,6 +3242,11 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D64_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D64a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -2683,16 +3267,36 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D64d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_D64ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D64s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D64s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D8_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D8_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D8a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -2713,11 +3317,26 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D8d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_D8ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D8s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_D8s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_D96a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -2938,21 +3557,46 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: false, // }, // { + // Name: "Standard_E16-4ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E16-4s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E16-4s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E16-8ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E16-8s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E16-8s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E16_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E16_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E16a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -2973,16 +3617,36 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E16d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E16ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E16s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E16s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E20_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E20_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E20a_v4", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, @@ -2993,16 +3657,36 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E20d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E20ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E20s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E20s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E2_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, // }, // { + // Name: "Standard_E2_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: false, + // }, + // { // Name: "Standard_E2a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -3023,26 +3707,66 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: false, // }, // { + // Name: "Standard_E2d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: false, + // }, + // { + // Name: "Standard_E2ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: false, + // }, + // { // Name: "Standard_E2s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: false, // }, // { + // Name: "Standard_E2s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: false, + // }, + // { + // Name: "Standard_E32-16ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E32-16s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E32-16s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E32-8ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E32-8s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E32-8s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E32_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E32_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E32a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -3063,21 +3787,51 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E32d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E32ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E32s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E32s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E4-2ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E4-2s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E4-2s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E48_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E48_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E48a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -3098,16 +3852,36 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E48d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E48ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E48s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E48s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E4_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E4_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E4a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -3128,26 +3902,66 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E4d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E4ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E4s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E4s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E64-16ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E64-16s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E64-16s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E64-32ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E64-32s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E64-32s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E64_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E64_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E64a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -3168,6 +3982,16 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E64d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E64ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E64i_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, @@ -3183,7 +4007,27 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { - // Name: "Standard_E8-2s_v3", + // Name: "Standard_E64s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E8-2ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E8-2s_v3", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E8-2s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E8-4ds_v4", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, @@ -3193,11 +4037,21 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E8-4s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E8_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E8_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E8a_v3", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: false, @@ -3218,11 +4072,26 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E8d_v4", + // StorageAccountType: "Standard_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_E8ds_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E8s_v3", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, // }, // { + // Name: "Standard_E8s_v4", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_E96a_v4", // StorageAccountType: "Standard_LRS", // AcceleratedNetworking: true, @@ -3623,6 +4492,16 @@ func ExampleSkusCmd_run_codeOutput() { // AcceleratedNetworking: true, // }, // { + // Name: "Standard_M416-208ms_v2", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { + // Name: "Standard_M416-208s_v2", + // StorageAccountType: "Premium_LRS", + // AcceleratedNetworking: true, + // }, + // { // Name: "Standard_M416ms_v2", // StorageAccountType: "Premium_LRS", // AcceleratedNetworking: true, diff --git a/pkg/helpers/azure_skus_const.go b/pkg/helpers/azure_skus_const.go index 16aa015990..f2cf2ef459 100644 --- a/pkg/helpers/azure_skus_const.go +++ b/pkg/helpers/azure_skus_const.go @@ -242,6 +242,11 @@ var VMSkus = []VMSku{ StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D16_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D16a_v3", StorageAccountType: "Standard_LRS", @@ -262,11 +267,26 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D16d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_D16ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D16s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D16s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D1_v2", StorageAccountType: "Standard_LRS", @@ -292,6 +312,11 @@ var VMSkus = []VMSku{ StorageAccountType: "Standard_LRS", AcceleratedNetworking: false, }, + { + Name: "Standard_D2_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: false, + }, { Name: "Standard_D2a_v3", StorageAccountType: "Standard_LRS", @@ -312,11 +337,26 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: false, }, + { + Name: "Standard_D2d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: false, + }, + { + Name: "Standard_D2ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: false, + }, { Name: "Standard_D2s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: false, }, + { + Name: "Standard_D2s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: false, + }, { Name: "Standard_D3", StorageAccountType: "Standard_LRS", @@ -327,6 +367,11 @@ var VMSkus = []VMSku{ StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D32_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D32a_v3", StorageAccountType: "Standard_LRS", @@ -347,11 +392,26 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D32d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_D32ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D32s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D32s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D3_v2", StorageAccountType: "Standard_LRS", @@ -372,6 +432,11 @@ var VMSkus = []VMSku{ StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D48_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D48a_v3", StorageAccountType: "Standard_LRS", @@ -392,11 +457,26 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D48d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_D48ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D48s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D48s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D4_v2", StorageAccountType: "Standard_LRS", @@ -412,6 +492,11 @@ var VMSkus = []VMSku{ StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D4_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D4a_v3", StorageAccountType: "Standard_LRS", @@ -432,11 +517,26 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D4d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_D4ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D4s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D4s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D5_v2", StorageAccountType: "Standard_LRS", @@ -452,6 +552,11 @@ var VMSkus = []VMSku{ StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D64_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D64a_v3", StorageAccountType: "Standard_LRS", @@ -472,16 +577,36 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D64d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_D64ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D64s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D64s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D8_v3", StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D8_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D8a_v3", StorageAccountType: "Standard_LRS", @@ -502,11 +627,26 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D8d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_D8ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D8s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_D8s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_D96a_v3", StorageAccountType: "Standard_LRS", @@ -727,21 +867,46 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: false, }, + { + Name: "Standard_E16-4ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E16-4s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E16-4s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E16-8ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E16-8s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E16-8s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E16_v3", StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E16_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E16a_v3", StorageAccountType: "Standard_LRS", @@ -762,16 +927,36 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E16d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E16ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E16s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E16s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E20_v3", StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E20_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E20a_v4", StorageAccountType: "Standard_LRS", @@ -782,16 +967,36 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E20d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E20ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E20s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E20s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E2_v3", StorageAccountType: "Standard_LRS", AcceleratedNetworking: false, }, + { + Name: "Standard_E2_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: false, + }, { Name: "Standard_E2a_v3", StorageAccountType: "Standard_LRS", @@ -812,26 +1017,66 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: false, }, + { + Name: "Standard_E2d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: false, + }, + { + Name: "Standard_E2ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: false, + }, { Name: "Standard_E2s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: false, }, + { + Name: "Standard_E2s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: false, + }, + { + Name: "Standard_E32-16ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E32-16s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E32-16s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E32-8ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E32-8s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E32-8s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E32_v3", StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E32_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E32a_v3", StorageAccountType: "Standard_LRS", @@ -852,21 +1097,51 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E32d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E32ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E32s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E32s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E4-2ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E4-2s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E4-2s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E48_v3", StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E48_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E48a_v3", StorageAccountType: "Standard_LRS", @@ -887,16 +1162,36 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E48d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E48ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E48s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E48s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E4_v3", StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E4_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E4a_v3", StorageAccountType: "Standard_LRS", @@ -917,26 +1212,66 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E4d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E4ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E4s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E4s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E64-16ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E64-16s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E64-16s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E64-32ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E64-32s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E64-32s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E64_v3", StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E64_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E64a_v3", StorageAccountType: "Standard_LRS", @@ -957,6 +1292,16 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E64d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E64ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E64i_v3", StorageAccountType: "Standard_LRS", @@ -972,21 +1317,51 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E64s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E8-2ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E8-2s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E8-2s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E8-4ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E8-4s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E8-4s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E8_v3", StorageAccountType: "Standard_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E8_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E8a_v3", StorageAccountType: "Standard_LRS", @@ -1007,11 +1382,26 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E8d_v4", + StorageAccountType: "Standard_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_E8ds_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E8s_v3", StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_E8s_v4", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_E96a_v4", StorageAccountType: "Standard_LRS", @@ -1412,6 +1802,16 @@ var VMSkus = []VMSku{ StorageAccountType: "Premium_LRS", AcceleratedNetworking: true, }, + { + Name: "Standard_M416-208ms_v2", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, + { + Name: "Standard_M416-208s_v2", + StorageAccountType: "Premium_LRS", + AcceleratedNetworking: true, + }, { Name: "Standard_M416ms_v2", StorageAccountType: "Premium_LRS",