Azure / Azure/azure-sdk-for-python
Update the Maps service to support newer API versions
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
**Is your feature request related to a problem? Please describe.**
The Maps service looks like it is still on the API version 1.0, which I believe is deprecated. There are several new versions available. I would like to use the `isSimplifiedPolygon` option for the route range API in `2024-07-01`. This doesn't appear to be possible with the SDK.
**Describe the solution you'd like**
I would like to have control over which API version I am using either via client configuration or by installing a specific version of the sdk.
**Describe alternatives you've considered**
Generating my own client from the API specification, or writing one from scratch against the API. I would prefer not to do either of these things and instead leverage the official SDK.
**Additional context**
n/a
Contributor guide
Assessment
This issue has not been assessed yet.