Skip to content

Commit d3a0583

Browse files
committed
Fix the CPUArchitectureType capability
1 parent d3a1d28 commit d3a0583

File tree

1 file changed

+1
-1
lines changed
  • pkg/cloud/azure/services/resourceskus

1 file changed

+1
-1
lines changed

pkg/cloud/azure/services/resourceskus/sku.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const (
7171
// UltraSSDAvailable identifies the capability for the support of UltraSSD data disks.
7272
UltraSSDAvailable = "UltraSSDAvailable"
7373
// CPUArchitectureType identifies the capability for the CPU architecture.
74-
CPUArchitectureType = "CpuArchitecture"
74+
CPUArchitectureType = "CpuArchitectureType"
7575
// X64 and Arm64 are the possible values for CPUArchitectureType, in the Azure APIs. We will adapt them in the controller
7676
// to the ones kubernetes expect.
7777
X64 = "x64"

0 commit comments

Comments
 (0)