Skip to content

Commit 570532c

Browse files
authored
feat: allow all paid plains on Azure ACI
1 parent 1d81680 commit 570532c

File tree

1 file changed

+1
-1
lines changed
  • packages/artillery/lib/platform/az

1 file changed

+1
-1
lines changed

packages/artillery/lib/platform/az/aci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ class PlatformAzureACI {
644644
}
645645

646646
const plan = activeMembership.plan;
647-
return plan === 'business' || plan === 'enterprise';
647+
return plan !== 'developer';
648648
} catch (_err) {
649649
return false;
650650
}

0 commit comments

Comments
 (0)