Skip to content

Commit b4de787

Browse files
authored
Merge pull request #263155 from stevemunk/v2-link-updates
[SCOPED] Azure Maps link updates for services that have a v2
2 parents 9adcffd + 746f4be commit b4de787

35 files changed

+134
-134
lines changed

articles/azure-maps/about-azure-maps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,20 +227,20 @@ Stay up to date on Azure Maps:
227227
[How to use the Get Map Attribution API]: how-to-show-attribution.md
228228
[Quickstart: Create a web app]: quick-demo-map-app.md
229229
[What is Azure Maps Creator?]: about-creator.md
230-
[v1]: /rest/api/maps/data
231-
[v2]: /rest/api/maps/data-v2
230+
[v1]: /rest/api/maps/data?view=rest-maps-1.0
231+
[v2]: /rest/api/maps/data
232232
[How to create data registry]: how-to-create-data-registries.md
233233
<!--------- REST API Links --------------->
234234
[Data registry]: /rest/api/maps/data-registry
235235
[Geolocation]: /rest/api/maps/geolocation
236-
[Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
236+
[Get Map Tile]: /rest/api/maps/render/get-map-tile
237237
[Get Weather along route API]: /rest/api/maps/weather/getweatheralongroute
238-
[Render]: /rest/api/maps/render-v2
238+
[Render]: /rest/api/maps/render
239239
[REST APIs]: /rest/api/maps/
240240
[Route]: /rest/api/maps/route
241-
[Search]: /rest/api/maps/search
241+
[Search]: /rest/api/maps/search?view=rest-maps-1.0
242242
[Spatial]: /rest/api/maps/spatial
243-
[TilesetID]: /rest/api/maps/render-v2/get-map-tile#tilesetid
243+
[TilesetID]: /rest/api/maps/render/get-map-tile#tilesetid
244244
[Timezone]: /rest/api/maps/timezone
245245
[Traffic]: /rest/api/maps/traffic
246246
<!--------- JavaScript API Links --------------->

articles/azure-maps/azure-maps-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ To learn more about authenticating the Azure Maps Control with Microsoft Entra I
430430
[Data]: /rest/api/maps/data
431431
[Creator]: /rest/api/maps-creator/
432432
[Spatial]: /rest/api/maps/spatial
433-
[Search]: /rest/api/maps/search
433+
[Search]: /rest/api/maps/search?view=rest-maps-1.0
434434
[Route]: /rest/api/maps/route
435435

436436
[How to configure Azure RBAC for Azure Maps]: how-to-manage-authentication.md

articles/azure-maps/azure-maps-qps-rate-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ When QPS limits are reached, an HTTP 429 error is returned. If you're using the
5050

5151
[Azure portal]: https://portal.azure.com/
5252
[Manage the pricing tier of your Azure Maps account]: how-to-manage-pricing-tier.md
53-
[v1]: /rest/api/maps/data
54-
[v2]: /rest/api/maps/data-v2
53+
[v1]: /rest/api/maps/data?view=rest-maps-1.0
54+
[v2]: /rest/api/maps/data
5555
[Data Registry]: /rest/api/maps/data-registry
5656
[How to create data registry]: how-to-create-data-registries.md

articles/azure-maps/create-data-source-android-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,9 +1045,9 @@ See the following articles for more code samples to add to your maps:
10451045
[Polygon layer]: how-to-add-shapes-to-android-map.md
10461046
[Tile layer]: how-to-add-tile-layer-android-map.md
10471047
<!--------- REST API Links --------------->
1048-
[Road tiles]: /rest/api/maps/render-v2/get-map-tile
1048+
[Road tiles]: /rest/api/maps/render/get-map-tile
10491049
[Traffic incidents]: /rest/api/maps/traffic/gettrafficincidenttile
10501050
[Traffic flow]: /rest/api/maps/traffic/gettrafficflowtile
1051-
[Render - Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
1051+
[Render - Get Map Tile]: /rest/api/maps/render/get-map-tile
10521052
<!--------- External Links --------------->
10531053
[Mapbox Vector Tile Specification]: https://github.com/mapbox/vector-tile-spec

articles/azure-maps/create-data-source-ios-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,9 @@ See the following articles for more code samples to add to your maps:
495495
[Polygon layer]: Add-polygon-layer-map-ios.md
496496
[Tile layer]: how-to-add-tile-layer-android-map.md
497497
<!--------- REST API Links --------------->
498-
[Road tiles]: /rest/api/maps/render-v2/get-map-tile
498+
[Road tiles]: /rest/api/maps/render/get-map-tile
499499
[Traffic incidents]: /rest/api/maps/traffic/gettrafficincidenttile
500500
[Traffic flow]: /rest/api/maps/traffic/gettrafficflowtile
501-
[Render - Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
501+
[Render - Get Map Tile]: /rest/api/maps/render/get-map-tile
502502
<!--------- External Links --------------->
503503
[Mapbox Vector Tile Specification]: https://github.com/mapbox/vector-tile-spec

articles/azure-maps/create-data-source-web-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ See the following articles for more code samples to add to your maps:
271271
[Line layer]: map-add-line-layer.md
272272
[Mapbox Vector Tile Specification]: https://github.com/mapbox/vector-tile-spec
273273
[Polygon layer]: map-add-shape.md
274-
[Render - Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
275-
[Road tiles]: /rest/api/maps/render-v2/get-map-tile
274+
[Render - Get Map Tile]: /rest/api/maps/render/get-map-tile
275+
[Road tiles]: /rest/api/maps/render/get-map-tile
276276
[SourceManager]: /javascript/api/azure-maps-control/atlas.sourcemanager
277277
[Symbol layer]: map-add-pin.md
278278
[Tile layer]: map-add-tile-layer.md

articles/azure-maps/extend-geojson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ Review the glossary of common technical terms associated with Azure Maps and loc
9898
> [Azure Maps glossary]
9999
100100
[GeoJSON spec]: https://tools.ietf.org/html/rfc7946
101-
[Search Inside Geometry]: /rest/api/maps/search/postsearchinsidegeometry
101+
[Search Inside Geometry]: /rest/api/maps/search/postsearchinsidegeometry?view=rest-maps-1.0
102102
[Geofence GeoJSON format]: geofence-geojson.md
103103
[Azure Maps glossary]: glossary.md

articles/azure-maps/geocoding-coverage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,6 @@ Learn more about Azure Maps geocoding:
295295
> [!div class="nextstepaction"]
296296
> [Azure Maps Search service]
297297
298-
[Search service]: /rest/api/maps/search
299-
[Azure Maps Search service]: /rest/api/maps/search
300-
[Get Search Address]: /rest/api/maps/search/get-search-address
298+
[Search service]: /rest/api/maps/search?view=rest-maps-1.0
299+
[Azure Maps Search service]: /rest/api/maps/search?view=rest-maps-1.0
300+
[Get Search Address]: /rest/api/maps/search/get-search-address?view=rest-maps-1.0

articles/azure-maps/geographic-scope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ For information on limiting what regions a SAS token can use in, see [Authentica
5555
[Authentication with Azure Maps]: azure-maps-authentication.md#create-sas-tokens
5656
[Azure geographies]: https://azure.microsoft.com/global-infrastructure/geographies
5757
[Azure Government cloud support]: how-to-use-map-control.md#azure-government-cloud-support
58-
[Search - Get Search Address]: /rest/api/maps/search/get-search-address
58+
[Search - Get Search Address]: /rest/api/maps/search/get-search-address?view=rest-maps-1.0

articles/azure-maps/how-to-dev-guide-js-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,6 @@ main().catch(console.error);
404404
[search package]: https://www.npmjs.com/package/@azure-rest/maps-search
405405
[search readme]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/maps/maps-search-rest/README.md
406406
[search sample]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest/samples/v2-beta
407-
[Search service]: /rest/api/maps/search
407+
[Search service]: /rest/api/maps/search?view=rest-maps-1.0
408408
[searchAddress]: /javascript/api/@azure-rest/maps-search/searchaddress
409409
[Subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account

0 commit comments

Comments
 (0)