From 86cc2725a3bdfef97153e78f2878cee9c668e5b4 Mon Sep 17 00:00:00 2001 From: jackfrancis Date: Wed, 7 Sep 2022 08:06:38 +0000 Subject: [PATCH] chore: Update Azure constants --- pkg/helpers/azure_skus_const.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/helpers/azure_skus_const.go b/pkg/helpers/azure_skus_const.go index 34d6528d82..d7a65f749d 100644 --- a/pkg/helpers/azure_skus_const.go +++ b/pkg/helpers/azure_skus_const.go @@ -2892,6 +2892,10 @@ var VMSkus = []VMSku{ Name: "Standard_NC96ads_A100_v4", AcceleratedNetworking: true, }, + { + Name: "Standard_NCC24ads_A100_v4", + AcceleratedNetworking: true, + }, { Name: "Standard_ND12s", AcceleratedNetworking: false,