Skip to content

Commit e9d78a9

Browse files
stevemunkFarazGIS
andauthored
Updated tag value for Creator services to conform to standards. (#36045)
* Updated tag value for Creator services to conform to standards. * tag --------- Co-authored-by: Faraz Siddiqui <[email protected]>
1 parent 0706188 commit e9d78a9

File tree

1 file changed

+13
-13
lines changed
  • specification/maps/data-plane/Creator

1 file changed

+13
-13
lines changed

specification/maps/data-plane/Creator/readme.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These are the global settings for Creator Client.
2727
``` yaml
2828
title: CreatorClient
2929
openapi-type: data-plane
30-
tag: package-stable-V2
30+
tag: package-stable-2.0
3131
add-credentials: true
3232
credential-default-policy-type: BearerTokenCredentialPolicy
3333
credential-scopes: 'https://atlas.microsoft.com/.default'
@@ -45,11 +45,11 @@ directive:
4545
reason: false positive from oav is breaking our example validation. See azure/oav#1021.
4646
```
4747
48-
### Tag: package-stable-V2
48+
### Tag: package-stable-2.0
4949
50-
These settings apply only when `--tag=package-stable-V2` is specified on the command line.
50+
These settings apply only when `--tag=package-stable-2.0` is specified on the command line.
5151

52-
```yaml $(tag) == 'package-stable-V2'
52+
```yaml $(tag) == 'package-stable-2.0'
5353
input-file:
5454
- preview/2.0/alias.json
5555
- preview/2.0/dataset.json
@@ -60,11 +60,11 @@ input-file:
6060
6161
```
6262

63-
### Tag: package-2023-03-preview
63+
### Tag: package-2023-03-01-preview
6464

65-
These settings apply only when `--tag=package-2023-03-preview` is specified on the command line.
65+
These settings apply only when `--tag=package-2023-03-01-preview` is specified on the command line.
6666

67-
``` yaml $(tag) == 'package-2023-03-preview'
67+
``` yaml $(tag) == 'package-2023-03-01-preview'
6868
input-file:
6969
- preview/2023-03-01-preview/alias.json
7070
- preview/2023-03-01-preview/dataset.json
@@ -78,11 +78,11 @@ input-file:
7878
- preview/2023-03-01-preview/wayfind.json
7979
```
8080

81-
### Tag: package-2022-09-preview
81+
### Tag: package-retired-2022-09-01-preview
8282

83-
These settings apply only when `--tag=package-2022-09-preview` is specified on the command line.
83+
These settings apply only when `--tag=package-retired-2022-09-01-preview` is specified on the command line.
8484

85-
``` yaml $(tag) == 'package-2022-09-preview'
85+
``` yaml $(tag) == 'package-retired-2022-09-01-preview'
8686
input-file:
8787
- preview/2022-09-01-preview/tileset.json
8888
- preview/2022-09-01-preview/style.json
@@ -96,11 +96,11 @@ input-file:
9696
- preview/2.0/wfs.json
9797
```
9898

99-
### Tag: package-2023-07
99+
### Tag: package-retired-2023-07-01
100100

101-
These settings apply only when `--tag=package-2023-07` is specified on the command line.
101+
These settings apply only when `--tag=package-retired-2023-07-01` is specified on the command line.
102102

103-
``` yaml $(tag) == 'package-2023-07'
103+
``` yaml $(tag) == 'package-retired-2023-07-01'
104104
input-file:
105105
- stable/2023-07-01/alias.json
106106
- stable/2023-07-01/dataset.json

0 commit comments

Comments
 (0)