Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the version # in the primary tag in the readme (Azure Maps) #27295

Merged
merged 19 commits into from
Jan 11, 2024
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8f1a292
Update readme.md: Common/stable/2023-06-01
stevemunk Nov 20, 2023
f621171
Merge pull request #1 from stevemunk/stevemunk-patch-1
stevemunk Nov 20, 2023
27ef4be
Merge branch 'Azure:main' into main
stevemunk Nov 29, 2023
064ae58
Merge branch 'Azure:main' into main
stevemunk Nov 29, 2023
cef0fb2
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Dec 7, 2023
6d06c7f
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Dec 11, 2023
590f3bb
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Dec 12, 2023
b80a897
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Dec 13, 2023
64e4451
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Dec 13, 2023
4266071
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Dec 18, 2023
d563ada
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Dec 19, 2023
125c6fa
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Dec 20, 2023
11abd54
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Dec 28, 2023
2978f4e
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Jan 4, 2024
a7247d0
Merge branch 'main' of https://github.com/azure/azure-rest-api-specs
stevemunk Jan 9, 2024
3543fe5
updated version and added exclude-file
stevemunk Jan 9, 2024
aa3d345
reverted changes from preious commit and changed stable version date.
stevemunk Jan 9, 2024
146efc2
Changed which data v2 swagger file is being pointed to.
stevemunk Jan 10, 2024
e07f434
Added '- Microsoft.Maps/Data/preview/1.0/data.json' to the deprecated…
stevemunk Jan 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions specification/maps/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -51,16 +51,16 @@ 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.
These settings apply only when `--tag=package-stable-2023-06-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
- 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
Expand Down Expand Up @@ -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
Expand Down