Skip to content

Commit 2001fd4

Browse files
committed
Updated links to swagger docs to account for new api-versions
1 parent 11167de commit 2001fd4

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

articles/azure-maps/migrate-geodata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ https://platform.bing.com/geo/spatial/v1/public/Geodata?SpatialFilter=GetBoundar
6363
Azure Maps _Get Polygon_ API request:
6464

6565
``` http
66-
https://atlas.microsoft.com/search/polygon?api-version=2023-06-01&coordinates=-3.6749741,40.423432&resultType=locality&resolution=small&subscription-key={Your-Azure-Maps-Subscription-key}
66+
https://atlas.microsoft.com/search/polygon?api-version=2025-01-01&coordinates=-3.6749741,40.423432&resultType=locality&resolution=small&subscription-key={Your-Azure-Maps-Subscription-key}
6767
```
6868

6969
## Response fields

articles/azure-maps/rest-api-azure-maps.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
44
description: Links to the Azure Maps Rest API.
55
author: sinnypan
66
ms.author: sipa
7-
ms.date: 09/23/2024
7+
ms.date: 02/25/2025
88
ms.topic: reference
99
ms.service: azure-maps
1010
ms.subservice: rest-api
@@ -26,7 +26,7 @@ The most recent stable release of the Azure Maps services.
2626
| [Geolocation] | 1.0 | Convert IP addresses to country/region ISO codes. |
2727
| [Render] | 2024-04-01 | Get road, satellite/aerial, weather, traffic map tiles, and static map images. |
2828
| [Route] | 1.0 | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. |
29-
| [Search] | 2023-06-01 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. |
29+
| [Search] | 2025-01-01 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. |
3030
| [Spatial] | 2022-08-01 | Use geofences, great circle distances and other spatial operations to analyze location data.<br>The Spatial service is deprecated and will be retired on 9/30/25. |
3131
| [Timezone] | 1.0 | Get time zone and sunrise/sunset information for specified locations. |
3232
| [Traffic] | 1.0 | Get current traffic information including traffic flow and traffic incident details. |
@@ -36,18 +36,12 @@ The most recent stable release of the Azure Maps services.
3636

3737
There are previous stable releases of an Azure Maps service that are still in use. The services in these lists will generally have a more recent version available, and are slated for retirement. If using a previous release, update to the latest version before it's retired to avoid disruption of service.
3838

39-
### Version 2022-08-01
40-
4139
| API | API version | Description |
4240
|-----|-------------|-------------|
41+
| [Render][Render v1] | 1.0 | Get road, satellite/aerial, weather, traffic map tiles and static map images.<BR>The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API need to be updated to use the latest version of the [Render] API. |
4342
| [Render][render-2022-08-01] | 2022-08-01 | Get road, satellite/aerial, weather, traffic map tiles, and static map images. |
44-
45-
### Version 1.0
46-
47-
| API | API version | Description |
48-
|-----|-------------|-------------|
49-
| [Render][Render v1] | 1.0 | Get road, satellite/aerial, weather, traffic map tiles and static map images.<BR>The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API needs to be updated to use the latest version of the [Render] API by 9/17/26. |
50-
| [Search][Search-v1] | 1.0 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. This is version 1.0 of the Search service. For the latest version, see [Search]. |
43+
| [Search][Search v1] | 1.0 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. This is version 1.0 of the Search service. For the latest version, see [Search]. |
44+
| [Search] | 2023-06-01 | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. |
5145

5246
## Latest preview
5347

@@ -72,7 +66,7 @@ Prerelease version of an Azure Maps service. Preview releases contain new functi
7266
[render-2022-08-01]: /rest/api/maps/render?view=rest-maps-2022-08-01
7367

7468
[Render v1]: /rest/api/maps/render?view=rest-maps-1.0
75-
[Search-v1]: /rest/api/maps/search?view=rest-maps-1.0
69+
[Search v1]: /rest/api/maps/search?view=rest-maps-1.0
7670

7771
<!--- 2024-07-01-preview is the latest preview release of the Route service,
7872
currently the only Azure Maps service in Preview -------------------------->

0 commit comments

Comments
 (0)