Skip to content

Commit ab7db8e

Browse files
Merge pull request #266081 from JasonWHowell/pinnedversions
BULK: Add preserve-view to fix build suggestions.
2 parents 46e43c1 + 020dc31 commit ab7db8e

30 files changed

+120
-120
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ 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?view=rest-maps-1.0
230+
[v1]: /rest/api/maps/data?view=rest-maps-1.0&preserve-view=true
231231
[v2]: /rest/api/maps/data
232232
[How to create data registry]: how-to-create-data-registries.md
233233
<!--------- REST API Links --------------->
@@ -238,7 +238,7 @@ Stay up to date on Azure Maps:
238238
[Render]: /rest/api/maps/render
239239
[REST APIs]: /rest/api/maps/
240240
[Route]: /rest/api/maps/route
241-
[Search]: /rest/api/maps/search?view=rest-maps-1.0
241+
[Search]: /rest/api/maps/search?view=rest-maps-1.0&preserve-view=true
242242
[Spatial]: /rest/api/maps/spatial
243243
[TilesetID]: /rest/api/maps/render/get-map-tile#tilesetid
244244
[Timezone]: /rest/api/maps/timezone

articles/azure-maps/about-creator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This section provides a high-level overview of the indoor map creation workflow.
123123
[Dynamic maps StylesObject]: schema-stateset-stylesobject.md
124124
[Edit indoor maps using the QGIS plugin]: creator-qgis-plugin.md
125125
[Facility Ontology]: creator-facility-ontology.md
126-
[Features API]: /rest/api/maps-creator/features?view=rest-maps-creator-2023-03-01-preview
126+
[Features API]: /rest/api/maps-creator/features?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
127127
[features]: glossary.md#feature
128128
[How to create data registry]: how-to-create-data-registries.md
129129
[Implement Dynamic styling for indoor maps]: indoor-map-dynamic-styling.md
@@ -135,12 +135,12 @@ This section provides a high-level overview of the indoor map creation workflow.
135135
[manifest]: drawing-requirements.md#manifest-file-requirements
136136
[onboarding tool]: https://azure.github.io/azure-maps-creator-onboarding-tool
137137
[Query datasets with WFS API]: how-to-creator-wfs.md
138-
[Routeset]: /rest/api/maps-creator/routeset/create?view=rest-maps-creator-2023-03-01-preview
138+
[Routeset]: /rest/api/maps-creator/routeset/create?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
139139
[tileset]: creator-indoor-maps.md#tilesets
140140
[Tilesets]: creator-indoor-maps.md#tilesets
141141
[Use Azure Maps Creator to create indoor maps]: tutorial-creator-indoor-maps.md
142142
[Use the Azure Maps Indoor Maps module]: how-to-use-indoor-module.md
143143
[visual style editor]: https://azure.github.io/Azure-Maps-Style-Editor
144-
[Wayfinding service]: /rest/api/maps-creator/wayfinding?view=rest-maps-creator-2023-03-01-preview
144+
[Wayfinding service]: /rest/api/maps-creator/wayfinding?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
145145
[Wayfinding]: creator-indoor-maps.md#wayfinding-preview
146146
[Work with datasets using the QGIS plugin]: creator-qgis-plugin.md

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?view=rest-maps-1.0
433+
[Search]: /rest/api/maps/search?view=rest-maps-1.0&preserve-view=true
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: 1 addition & 1 deletion
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?view=rest-maps-1.0
53+
[v1]: /rest/api/maps/data?view=rest-maps-1.0&preserve-view=true
5454
[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/creator-facility-ontology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ Learn more about Creator for indoor maps by reading:
576576
[structures]: #structure
577577
<!--------- REST API Links --------------->
578578
[conversion service]: /rest/api/maps-creator/conversion
579-
[dataset]: /rest/api/maps-creator/dataset?view=rest-maps-creator-2023-03-01-preview
579+
[dataset]: /rest/api/maps-creator/dataset?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
580580
[GeoJSON Point geometry]: /rest/api/maps-creator/wfs/get-features#geojsonpoint
581581
[MultiPolygon]: /rest/api/maps-creator/wfs/get-features?tabs=HTTP#geojsonmultipolygon
582582
[Point]: /rest/api/maps-creator/wfs/get-features#geojsonpoint

articles/azure-maps/creator-indoor-maps.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,14 @@ The following example shows how to update a dataset, create a new tileset, and d
314314
[Upload a drawing package]: #upload-a-drawing-package
315315

316316
<!----- REST API Links ------->
317-
[Creator - map configuration Rest API]: /rest/api/maps-creator/map-configuration?view=rest-maps-creator-2023-03-01-preview
318-
[routeset]: /rest/api/maps-creator/routeset?view=rest-maps-creator-2023-03-01-preview
319-
[Style - Create]: /rest/api/maps-creator/style/create?view=rest-maps-creator-2023-03-01-preview
320-
[style]: /rest/api/maps-creator/style?view=rest-maps-creator-2023-03-01-preview
321-
[tileset]: /rest/api/maps-creator/tileset?view=rest-maps-creator-2023-03-01-preview
322-
[wayfinding path]: /rest/api/maps-creator/wayfinding/get-path?view=rest-maps-creator-2023-03-01-preview
323-
[wayfinding service]: /rest/api/maps-creator/wayfinding?view=rest-maps-creator-2023-03-01-preview
324-
[wayfinding]: /rest/api/maps-creator/wayfinding?view=rest-maps-creator-2023-03-01-preview
317+
[Creator - map configuration Rest API]: /rest/api/maps-creator/map-configuration?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
318+
[routeset]: /rest/api/maps-creator/routeset?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
319+
[Style - Create]: /rest/api/maps-creator/style/create?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
320+
[style]: /rest/api/maps-creator/style?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
321+
[tileset]: /rest/api/maps-creator/tileset?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
322+
[wayfinding path]: /rest/api/maps-creator/wayfinding/get-path?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
323+
[wayfinding service]: /rest/api/maps-creator/wayfinding?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
324+
[wayfinding]: /rest/api/maps-creator/wayfinding?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
325325
[Alias API]: /rest/api/maps-creator/alias
326326
[Conversion service]: /rest/api/maps-creator/conversion
327327
[Dataset Create]: /rest/api/maps-creator/dataset/create

articles/azure-maps/creator-qgis-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ If you have question related to Azure Maps, see [MICROSOFT Q&A]. Be sure and tag
200200
[Download QGIS]: https://qgis.org/en/site/forusers/download.html
201201
[geographic information system (GIS)]: https://www.usgs.gov/faqs/what-geographic-information-system-gis
202202
[Installing New Plugins]: https://docs.qgis.org/3.28/en/docs/training_manual/qgis_plugins/fetching_plugins.html#basic-fa-installing-new-plugins
203-
[layer definition]: /rest/api/maps-creator/features/get-collection-definition?view=rest-maps-creator-2023-03-01-preview?tabs=HTTP
203+
[layer definition]: /rest/api/maps-creator/features/get-collection-definition?view=rest-maps-creator-2023-03-01-preview&preserve-view=true?tabs=HTTP
204204
[MICROSOFT Q&A]: /answers/questions/ask
205205
[QGIS]: https://qgis.org/en/site/
206206
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account

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?view=rest-maps-1.0
101+
[Search Inside Geometry]: /rest/api/maps/search/postsearchinsidegeometry?view=rest-maps-1.0&preserve-view=true
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?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
298+
[Search service]: /rest/api/maps/search?view=rest-maps-1.0&preserve-view=true
299+
[Azure Maps Search service]: /rest/api/maps/search?view=rest-maps-1.0&preserve-view=true
300+
[Get Search Address]: /rest/api/maps/search/get-search-address?view=rest-maps-1.0&preserve-view=true

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?view=rest-maps-1.0
58+
[Search - Get Search Address]: /rest/api/maps/search/get-search-address?view=rest-maps-1.0&preserve-view=true

0 commit comments

Comments
 (0)