Suggestion on upgrading graph API from beta to v1.0 while changing permissions
Rohit Arora
5
Reputation points Microsoft Employee
Hi Team,
We have a Graph API, which we want to promote from beta to v1.0
But while promoting, we found out that some of the permissions should be changed.
As this beta version is currently used by many teams, which are using permissions, that are required to be removed, while calling this API. So, to do the API promotion we need a suggestion. One of the suggested paths for backward compatibility and API promotion can be:
- Maintain the current endpoint (beta) permissions unchanged. This ensures backward compatibility, causing no impact on existing clients or versions.
- For the v1.0 promotion, introduce the correct/pruned permission set. As clients integrate with v1.0, they'll utilize the appropriate permissions, preventing API call failures.
- At last beta version can also be changed to new set of permissions once all the clients migrate
Team, please suggest on this or if we have any other better suggestion?
Sign in to answer