-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Maps - Creator] 2022-09-01-preview #20095
Comments
Breaking Change Question 1 of 2There are two issues associated with the PR linked. These are related to the Dataset service's Create and Get/List API.
Question1 : Can we make the change in (1) above? Production V2 API doc : Dataset - Create - REST API (Azure Maps Creator) | Microsoft Docs Breaking Change Question 2 of 2This is for the future change we are planning. ---------Current V2.0 GET https://{geography}.atlas.microsoft.com/featureStateSets/{statesetId}?api-version=2.0 ---------2023-01-01-preview, future version. Only the create API end point changes. POST https://{geography}.atlas.microsoft.com/CachedFeatureStateSets?api-version=2023-01-01-preview&datasetId={datasetId}&description={description} |
Breaking change review meeting notes.Question 1. Question 2. Since these are separate services, they can go out at different times. Better GA them together to make it easy for the users to make all the breaking changes at once. |
Jeffrey and I met with the Maps team today to discuss the breaking changes. They mentioned that their PR (#20009) is not flagged as "BreakingChangesReviewRequired" and I wanted to investigate that. Here's what I found:
|
Update: It turns out that the breaking changes tooling didn't flag second change above because the "2.0" API version appears to be a preview (it is in the "prevewi" folder), and the tool does not flag breaking changes when there is no stable version. In this particular case, the "2.0" version seems to be misplaced, as the Maps team considers it to be "GA". |
Discussed in API Stewardship Office Hours on 8/3
The text was updated successfully, but these errors were encountered: