From 1d5886bb0ffec4abcf7cea5899aa77a8eeed8a89 Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Mon, 20 Nov 2023 11:22:43 -0600 Subject: [PATCH] Create a new tag for Maps Ref Docs (#26766) * Create a new tag for Maps Ref Docs * Update specification/maps/data-plane/readme.md Fix tag --- specification/maps/data-plane/readme.md | 29 ++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/specification/maps/data-plane/readme.md b/specification/maps/data-plane/readme.md index 9571733ce217..fe2b8aa34b34 100644 --- a/specification/maps/data-plane/readme.md +++ b/specification/maps/data-plane/readme.md @@ -27,7 +27,7 @@ These are the global settings for MapsClient. ``` yaml title: MapsClient openapi-type: data-plane -tag: package-preview-2.0 +tag: package-stable-2023-07-01 ``` ### Suppression @@ -45,6 +45,33 @@ directive: ``` +### Tag: package-stable-2023-07-01 + +These settings apply only when `--tag=package-stable-2023-07-01` is specified on the command line. + +```yaml $(tag) == 'package-stable-2023-07-01' +input-file: + - Common/stable/2023-07-01/common.json + - Creator/stable/2023-07-01/alias.json + - Creator/stable/2023-07-01/dataset.json + - Creator/stable/2023-07-01/dwgconversion.json + - Creator/stable/2023-07-01/features.json + - Creator/stable/2023-07-01/featurestate.json + - Creator/stable/2023-07-01/mapconfiguration.json + - Creator/stable/2023-07-01/style.json + - Creator/stable/2023-07-01/tileset.json + - Microsoft.Maps/Data/preview/2.0/data.json + - DataRegistry/stable/2023-06-01/dataregistry.json + - Geolocation/preview/1.0/geolocation.json + - Render/stable/2022-08-01/render.json + - Route/preview/1.0/route.json + - Search/stable/2023-06-01/search.json + - Spatial/stable/2022-08-01/spatial.json + - Timezone/preview/1.0/timezone.json + - Traffic/preview/1.0/traffic.json + - Weather/stable/1.1/weather.json +``` + ### Tag: package-preview-2.0 These settings apply only when `--tag=package-preview-2.0` is specified on the command line.