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.
1 parent d3a1d28 commit d3a0583Copy full SHA for d3a0583
pkg/cloud/azure/services/resourceskus/sku.go
@@ -71,7 +71,7 @@ const (
71
// UltraSSDAvailable identifies the capability for the support of UltraSSD data disks.
72
UltraSSDAvailable = "UltraSSDAvailable"
73
// CPUArchitectureType identifies the capability for the CPU architecture.
74
- CPUArchitectureType = "CpuArchitecture"
+ CPUArchitectureType = "CpuArchitectureType"
75
// X64 and Arm64 are the possible values for CPUArchitectureType, in the Azure APIs. We will adapt them in the controller
76
// to the ones kubernetes expect.
77
X64 = "x64"
0 commit comments