The Microsoft commercial marketplace SaaS offer billing SDK enables Partners and Startups to build the requirements for the implementation of transactable SaaS offers for both the AppSource and Azure Marketplaces.
Describe the bug
Azure Saas marketplace has webhook event Renew to renew auto renewed subscriptions. This Renew enum is missing in
OperationActionEnum model class.
Expected behavior
When Marketplace webhook sends a renew notification then publisher API should be able to handle the action with correct enum.
Additional context
OperationActionEnum model class in java sdk has all status listed like Unsubscribe, ChangePlan, ChangeQuantity, Suspend and Reinstate but is missing Renew enum.
Reference
Describe the bug Azure Saas marketplace has webhook event
Renew
to renew auto renewed subscriptions. ThisRenew
enum is missing inOperationActionEnum model class.
Expected behavior When Marketplace webhook sends a renew notification then publisher API should be able to handle the action with correct enum.
Additional context OperationActionEnum model class in java sdk has all status listed like
Unsubscribe
,ChangePlan
,ChangeQuantity
,Suspend
andReinstate
but is missingRenew
enum. Reference