Azure / Commercial-Marketplace-SaaS-Accelerator

A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
MIT License
179 stars 275 forks source link

Can we add new states to the Saas life cycle through this application #684

Open NareshkumarBT opened 3 months ago

NareshkumarBT commented 3 months ago

Describe the bug I want to add new states like FulfillmentInProgress, FulfillmentTestDriveDeploymentPending, FulfillmentTestDriveReady, FulfillmentTestDriveFailed, FulfillmentTestDriveSuccess etc to the existing Saas life cycle.

Can we do without changing in FulfillmentAPI but only changing the Saas-accelerator code?