Skip to content

Commit 8a443fb

Browse files
committed
refactor: apply PR comments
1 parent 98e22fb commit 8a443fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aks-preview/azext_aks_preview/vm_skus_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def _aks_is_vm_sku_available(sku, zone):
1010
1111
A SKU is considered unavailable when:
1212
1. It has a Location restriction that covers this region, or
13-
2. The --zones flag is set AND all availability zones in the region are restricted.
13+
2. The --zone flag is set AND all availability zones in the region are restricted.
1414
"""
1515
if not sku.restrictions:
1616
return True

0 commit comments

Comments
 (0)