@@ -27,7 +27,7 @@ These are the global settings for Creator Client.
27
27
``` yaml
28
28
title : CreatorClient
29
29
openapi-type : data-plane
30
- tag : package-stable-V2
30
+ tag : package-stable-2.0
31
31
add-credentials : true
32
32
credential-default-policy-type : BearerTokenCredentialPolicy
33
33
credential-scopes : ' https://atlas.microsoft.com/.default'
@@ -45,11 +45,11 @@ directive:
45
45
reason : false positive from oav is breaking our example validation. See azure/oav#1021.
46
46
` ` `
47
47
48
- ### Tag: package-stable-V2
48
+ ### Tag: package-stable-2.0
49
49
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.
51
51
52
- ` ` ` yaml $(tag) == 'package-stable-V2 '
52
+ ` ` ` yaml $(tag) == 'package-stable-2.0 '
53
53
input-file:
54
54
- preview/2.0/alias.json
55
55
- preview/2.0/dataset.json
@@ -60,11 +60,11 @@ input-file:
60
60
61
61
` ` `
62
62
63
- # ## Tag: package-2023-03-preview
63
+ # ## Tag: package-2023-03-01- preview
64
64
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.
66
66
67
- ` ` ` yaml $(tag) == 'package-2023-03-preview'
67
+ ` ` ` yaml $(tag) == 'package-2023-03-01- preview'
68
68
input-file:
69
69
- preview/2023-03-01-preview/alias.json
70
70
- preview/2023-03-01-preview/dataset.json
@@ -78,11 +78,11 @@ input-file:
78
78
- preview/2023-03-01-preview/wayfind.json
79
79
` ` `
80
80
81
- # ## Tag: package-2022-09-preview
81
+ # ## Tag: package-retired- 2022-09-01 -preview
82
82
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.
84
84
85
- ` ` ` yaml $(tag) == 'package-2022-09-preview'
85
+ ` ` ` yaml $(tag) == 'package-retired- 2022-09-01 -preview'
86
86
input-file:
87
87
- preview/2022-09-01-preview/tileset.json
88
88
- preview/2022-09-01-preview/style.json
@@ -96,11 +96,11 @@ input-file:
96
96
- preview/2.0/wfs.json
97
97
` ` `
98
98
99
- # ## Tag: package-2023-07
99
+ # ## Tag: package-retired- 2023-07-01
100
100
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.
102
102
103
- ` ` ` yaml $(tag) == 'package-2023-07'
103
+ ` ` ` yaml $(tag) == 'package-retired- 2023-07-01 '
104
104
input-file:
105
105
- stable/2023-07-01/alias.json
106
106
- stable/2023-07-01/dataset.json
0 commit comments