Skip to content

Commit

Permalink
consider new skus in exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Mar 26, 2024
1 parent 131d66d commit b326064
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion util/marketplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ def get_list_of_subscriptions(
if subscriptions:
for user_subscription in subscriptions:
if user_subscription is not None:
if user_subscription["masterEndSystemName"] == "SUBSCRIPTION":
if user_subscription[
"masterEndSystemName"
] == "SUBSCRIPTION" and not sku.get("sku_billing"):
continue

bound_to_org = organization_skus.subscription_bound_to_org(
Expand Down

0 comments on commit b326064

Please sign in to comment.