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 35b318d commit 870d59eCopy full SHA for 870d59e
vmsize.go
@@ -12,7 +12,7 @@ import (
12
// fetched using the ResourceSKU API, are not included here. They can be found in sku.go.
13
14
var skuSizeScheme = regexp.MustCompile(
15
- `^([A-Z])([A-Z]?)([0-9]+)-?((?:[0-9]+)?)((?:[abcdilmtspPr]+|C+|NP)?)_?(?:([A-Z][0-9]+)_?)?(_cc_)?((?:[vV][1-9])?)?(_Promo)?$`,
+ `^([A-Z])([A-Z]?)([A-Z]?)([0-9]+)-?((?:[0-9]+)?)((?:[abcdeilmtspPr]+|C+|NP)?)_?(?:([A-Z][0-9]+)_?)?(_cc_)?(_[0-9]+_)?(_MI300X_)?(_H100_)?((?:[vV][1-9])?)?(_Promo)?$`,
16
)
17
18
// unParsableVMSizes map holds vmSize strings that cannot be easily parsed with skuSizeScheme.
0 commit comments