Reputation: 370
I have a dozen or so subscriptions in Azure API Mgmt portal pointing to a scope of "API". But we will soon be updating to a new version, and I need to migrate these subscriptions as needed to v2. Is there a way to change the scope of an API Mgmt Subscription?
Upvotes: 0
Views: 468
Reputation: 7810
You could use REST API do do the job, see "scope" here: https://learn.microsoft.com/en-us/rest/api/apimanagement/2019-01-01/subscription/update.
Upvotes: 0
Reputation: 11
Generally, you'll have available both of your APIs and let your subscribers migrate to your new version in their own time, and eventually, you'd depreciate your oldest version as you release newer versions.
Upvotes: 1