Skip to content

Commit

Permalink
Create a new tag for Maps Ref Docs (Azure#26766)
Browse files Browse the repository at this point in the history
* Create a new tag for Maps Ref Docs

* Update specification/maps/data-plane/readme.md

Fix tag
  • Loading branch information
mikekistler authored Nov 20, 2023
1 parent bf204aa commit 1d5886b
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion 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-preview-2.0
tag: package-stable-2023-07-01
```
### Suppression
Expand All @@ -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.
Expand Down

0 comments on commit 1d5886b

Please sign in to comment.