We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TestAzureAccNodeTypes
1 parent 8af8708 commit 05a9125Copy full SHA for 05a9125
compute/clusters_test.go
@@ -643,8 +643,8 @@ func TestAzureAccNodeTypes(t *testing.T) {
643
ctx := context.Background()
644
clustersAPI := NewClustersAPI(ctx, common.CommonEnvironmentClient())
645
m := map[string]NodeTypeRequest{
646
- "Standard_F4s": {},
647
- "Standard_L32s_v2": {MinCores: 32, GBPerCore: 8},
+ "Standard_E4s_v4": {},
+ "Standard_E32s_v4": {MinCores: 32, GBPerCore: 8},
648
}
649
650
for k, v := range m {
0 commit comments