From 8f1a292d9fb39d3de18667a76b98966d6dd9a483 Mon Sep 17 00:00:00 2001 From: steve munk <33468793+stevemunk@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:11:10 -0800 Subject: [PATCH 1/5] Update readme.md: Common/stable/2023-06-01 current: Common/stable/2023-07-01 Updated: Common/stable/2023-06-01 --- specification/maps/data-plane/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/maps/data-plane/readme.md b/specification/maps/data-plane/readme.md index fe2b8aa34b34..b6e5e96a733f 100644 --- a/specification/maps/data-plane/readme.md +++ b/specification/maps/data-plane/readme.md @@ -51,7 +51,7 @@ These settings apply only when `--tag=package-stable-2023-07-01` is specified on ```yaml $(tag) == 'package-stable-2023-07-01' input-file: - - Common/stable/2023-07-01/common.json + - Common/stable/2023-06-01/common.json - Creator/stable/2023-07-01/alias.json - Creator/stable/2023-07-01/dataset.json - Creator/stable/2023-07-01/dwgconversion.json From 3543fe5212c50c0f118f6948ec0f8b7fc0f89f22 Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:02:35 -0800 Subject: [PATCH 2/5] updated version and added exclude-file --- specification/maps/data-plane/readme.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/specification/maps/data-plane/readme.md b/specification/maps/data-plane/readme.md index ae96746cd280..056cb7872ff6 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-stable-2023-07-01 +tag: package-stable-2023-06-01 ``` ### Suppression @@ -51,11 +51,11 @@ directive: ``` -### Tag: package-stable-2023-07-01 +### Tag: package-stable-2023-06-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' +```yaml $(tag) == 'package-stable-2023-06-01' input-file: - Common/stable/2023-06-01/common.json - DataRegistry/stable/2023-06-01/dataregistry.json @@ -79,14 +79,7 @@ input-file: - Microsoft.Maps/Data/preview/1.0/data.json - Microsoft.Maps/Render/preview/1.0/render.json - Search/preview/1.0/search.json -``` - -### Tag: package-deprecated - -These settings apply only when `--tag=package-deprecated` is specified on the command line. - -``` yaml $(tag) == 'package-deprecated' -input-file: +exclude-file: - Microsoft.Maps/Alias/preview/2.0/alias.json - Microsoft.Maps/DEM/preview/1.0/elevation.json - Microsoft.Maps/Feedback/preview/1.0/feedback.json @@ -98,14 +91,6 @@ input-file: - Microsoft.Maps/Timezone/preview/1.0/timezone.json - Microsoft.Maps/Traffic/preview/1.0/traffic.json - Microsoft.Maps/Weather/preview/1.0/weather.json -``` - -### Tag: package-creator - -These settings apply only when `--tag=package-creator` is specified on the command line. - -``` yaml $(tag) == 'package-creator' -input-file: - Microsoft.Maps/Dataset/preview/2.0/dataset.json - Microsoft.Maps/DwgConversion/preview/2.0/dwgconversion.json - Microsoft.Maps/FeatureState/preview/2.0/featurestate.json From aa3d34510976e06c016c9ab46f5ce038ae367645 Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:43:50 -0800 Subject: [PATCH 3/5] reverted changes from preious commit and changed stable version date. --- specification/maps/data-plane/readme.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/specification/maps/data-plane/readme.md b/specification/maps/data-plane/readme.md index 056cb7872ff6..4121ee3a0f45 100644 --- a/specification/maps/data-plane/readme.md +++ b/specification/maps/data-plane/readme.md @@ -53,7 +53,7 @@ directive: ### Tag: package-stable-2023-06-01 -These settings apply only when `--tag=package-stable-2023-07-01` is specified on the command line. +These settings apply only when `--tag=package-stable-2023-06-01` is specified on the command line. ```yaml $(tag) == 'package-stable-2023-06-01' input-file: @@ -79,7 +79,14 @@ input-file: - Microsoft.Maps/Data/preview/1.0/data.json - Microsoft.Maps/Render/preview/1.0/render.json - Search/preview/1.0/search.json -exclude-file: +``` + +### Tag: package-deprecated + +These settings apply only when `--tag=package-deprecated` is specified on the command line. + +``` yaml $(tag) == 'package-deprecated' +input-file: - Microsoft.Maps/Alias/preview/2.0/alias.json - Microsoft.Maps/DEM/preview/1.0/elevation.json - Microsoft.Maps/Feedback/preview/1.0/feedback.json @@ -91,6 +98,14 @@ exclude-file: - Microsoft.Maps/Timezone/preview/1.0/timezone.json - Microsoft.Maps/Traffic/preview/1.0/traffic.json - Microsoft.Maps/Weather/preview/1.0/weather.json +``` + +### Tag: package-creator + +These settings apply only when `--tag=package-creator` is specified on the command line. + +``` yaml $(tag) == 'package-creator' +input-file: - Microsoft.Maps/Dataset/preview/2.0/dataset.json - Microsoft.Maps/DwgConversion/preview/2.0/dwgconversion.json - Microsoft.Maps/FeatureState/preview/2.0/featurestate.json From 146efc27336a14251201cee904013a315e30108f Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:05:14 -0800 Subject: [PATCH 4/5] Changed which data v2 swagger file is being pointed to. --- specification/maps/data-plane/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/maps/data-plane/readme.md b/specification/maps/data-plane/readme.md index 4121ee3a0f45..ba9296a26d2e 100644 --- a/specification/maps/data-plane/readme.md +++ b/specification/maps/data-plane/readme.md @@ -60,7 +60,7 @@ input-file: - Common/stable/2023-06-01/common.json - DataRegistry/stable/2023-06-01/dataregistry.json - Geolocation/preview/1.0/geolocation.json - - Microsoft.Maps/Data/preview/2.0/data.json + - Creator/preview/2.0/data.json - Render/stable/2022-08-01/render.json - Route/preview/1.0/route.json - Search/stable/2023-06-01/search.json From e07f43472f5fcdcc3c23779decbd07e3fc757031 Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:13:04 -0800 Subject: [PATCH 5/5] Added '- Microsoft.Maps/Data/preview/1.0/data.json' to the deprecated tag. --- specification/maps/data-plane/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/maps/data-plane/readme.md b/specification/maps/data-plane/readme.md index ba9296a26d2e..be220b54a806 100644 --- a/specification/maps/data-plane/readme.md +++ b/specification/maps/data-plane/readme.md @@ -88,6 +88,7 @@ These settings apply only when `--tag=package-deprecated` is specified on the co ``` yaml $(tag) == 'package-deprecated' input-file: - Microsoft.Maps/Alias/preview/2.0/alias.json + - Microsoft.Maps/Data/preview/2.0/data.json - Microsoft.Maps/DEM/preview/1.0/elevation.json - Microsoft.Maps/Feedback/preview/1.0/feedback.json - Microsoft.Maps/Geolocation/preview/1.0/geolocation.json