You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/azure/aks/vm_price_store.go
+1-21Lines changed: 1 addition & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ import (
20
20
)
21
21
22
22
const (
23
-
AzurePriceSearchFilter=`serviceName eq 'Virtual Machines' and priceType eq 'Consumption'`
23
+
AzurePriceSearchFilter=`serviceName eq 'Virtual Machines' and priceType eq 'Consumption' and contains(productName, 'Virtual Machines') and contains(skuName, 'Low Priority') ne true`
0 commit comments