Seeking an API to create/update Azure VM offers using the latest Partner Center Submission APIs, replacing legacy Cloud Partner Portal APIs.
I have tried to look for an equivalent API for https://cloudpartner.azure.com/api/publishers/<publisherId>/offers/<offerId>/publish?api-version=2017-10-31 in the new Partner Center submission APIs, but I couldn't find anything which will work for VM offers.
This article also mentions the same: https://techcommunity.microsoft.com/t5/fasttrack-for-azure/using-cloud-partner-portal-cpp-api-for-managing-virtual-machine/ba-p/2103646
Should we use Partner Center API or Cloud Partner Portal CPP API?
Answer: It depends on the “offer type”
VM Offers (and a few other types): cloudpartner.azure.com (described in this article)
Azure Application Offers: api.partner.microsoft.com/ingestion/v1 (described in the related article)
Can someone suggest the latest Partner Center Submission API that I can use?