@@ -27,7 +27,7 @@ These are the global settings for Route Client.
27
27
``` yaml
28
28
title : RouteClient
29
29
openapi-type : data-plane
30
- tag : package-2025-01
30
+ tag : package-stable- 2025-01 -01
31
31
add-credentials : true
32
32
credential-default-policy-type : BearerTokenCredentialPolicy
33
33
credential-scopes : ' https://atlas.microsoft.com/.default'
@@ -39,11 +39,11 @@ modelerfour:
39
39
lenient-model-deduplication : true
40
40
` ` `
41
41
42
- ### Tag: package-2025-01
42
+ ### Tag: package-stable- 2025-01 -01
43
43
44
- These settings apply only when ` --tag=package-2025-01` is specified on the command line.
44
+ These settings apply only when ` --tag=package-stable- 2025-01 -01` is specified on the command line.
45
45
46
- ` ` ` yaml $(tag) == 'package-2025-01'
46
+ ` ` ` yaml $(tag) == 'package-stable- 2025-01 -01'
47
47
input-file:
48
48
- stable/2025-01-01/route.json
49
49
@@ -52,11 +52,11 @@ suppressions:
52
52
reason: False alarm. Per the Noun_Verb convention for Operation Ids, the noun 'Route' should not appear after the underscore.
53
53
` ` `
54
54
55
- # ## Tag: package-preview- 2024-7
55
+ # ## Tag: package-2024-07-01-preview
56
56
57
- These settings apply only when `--tag=package-preview- 2024-07` is specified on the command line.
57
+ These settings apply only when `--tag=package-2024-07-01-preview ` is specified on the command line.
58
58
59
- ` ` ` yaml $(tag) == 'package-preview- 2024-07'
59
+ ` ` ` yaml $(tag) == 'package-2024-07-01-preview '
60
60
input-file:
61
61
- preview/2024-07-01-preview/route.json
62
62
@@ -65,11 +65,11 @@ suppressions:
65
65
reason: False alarm. Per the Noun_Verb convention for Operation Ids, the noun 'Route' should not appear after the underscore.
66
66
` ` `
67
67
68
- # ## Tag: package-preview -2024-6
68
+ # ## Tag: package-retired -2024-06-01-preview
69
69
70
- These settings apply only when `--tag=package-preview- 2024-06` is specified on the command line.
70
+ These settings apply only when `--tag=package-2024-06-01-preview ` is specified on the command line.
71
71
72
- ` ` ` yaml $(tag) == 'package-preview- 2024-06'
72
+ ` ` ` yaml $(tag) == 'package-2024-06-01-preview '
73
73
input-file:
74
74
- preview/2024-06-01-preview/route.json
75
75
@@ -78,11 +78,11 @@ suppressions:
78
78
reason: False alarm. Per the Noun_Verb convention for Operation Ids, the noun 'Route' should not appear after the underscore.
79
79
` ` `
80
80
81
- # ## Tag: package-preview -2024-5
81
+ # ## Tag: package-retired -2024-05-01-preview
82
82
83
- These settings apply only when `--tag=package-preview- 2024-05` is specified on the command line.
83
+ These settings apply only when `--tag=package-2024-05-01-preview ` is specified on the command line.
84
84
85
- ` ` ` yaml $(tag) == 'package-preview- 2024-05'
85
+ ` ` ` yaml $(tag) == 'package-2024-05-01-preview '
86
86
input-file:
87
87
- preview/2024-05-01-preview/route.json
88
88
@@ -91,47 +91,47 @@ suppressions:
91
91
reason: False alarm. Per the Noun_Verb convention for Operation Ids, the noun 'Route' should not appear after the underscore.
92
92
` ` `
93
93
94
- # ## Tag: package-preview- 2024-04
94
+ # ## Tag: package-2024-04-01-preview
95
95
96
- These settings apply only when `--tag=package-preview- 2024-04` is specified on the command line.
96
+ These settings apply only when `--tag=package-2024-04-01-preview ` is specified on the command line.
97
97
98
- ` ` ` yaml $(tag) == 'package-preview- 2024-04'
98
+ ` ` ` yaml $(tag) == 'package-2024-04-01-preview '
99
99
input-file:
100
100
- preview/2024-04-01-preview/route.json
101
101
` ` `
102
102
103
- # ## Tag: package-preview -2023-10
103
+ # ## Tag: package-retired -2023-10-01-preview
104
104
105
- These settings apply only when `--tag=package-preview -2023-10` is specified on the command line.
105
+ These settings apply only when `--tag=package-retired -2023-10-01-preview ` is specified on the command line.
106
106
107
- ` ` ` yaml $(tag) == 'package-preview -2023-10'
107
+ ` ` ` yaml $(tag) == 'package-retired -2023-10-01-preview '
108
108
input-file:
109
109
- preview/2023-10-01-preview/route.json
110
110
` ` `
111
111
112
- # ## Tag: package-preview -2023-09
112
+ # ## Tag: package-retired -2023-09-01-preview
113
113
114
- These settings apply only when `--tag=package-preview -2023-09` is specified on the command line.
114
+ These settings apply only when `--tag=package-retired -2023-09-01-preview ` is specified on the command line.
115
115
116
- ` ` ` yaml $(tag) == 'package-preview -2023-09'
116
+ ` ` ` yaml $(tag) == 'package-retired -2023-09-01-preview '
117
117
input-file:
118
118
- preview/2023-09-01-preview/route.json
119
119
` ` `
120
120
121
- # ## Tag: package-preview -2023-08
121
+ # ## Tag: package-retired -2023-08-01-preview
122
122
123
- These settings apply only when `--tag=package-preview -2023-08` is specified on the command line.
123
+ These settings apply only when `--tag=package-retired -2023-08-01-preview ` is specified on the command line.
124
124
125
- ` ` ` yaml $(tag) == 'package-preview -2023-08'
125
+ ` ` ` yaml $(tag) == 'package-retired -2023-08-01-preview '
126
126
input-file:
127
127
- preview/2023-08-01-preview/route.json
128
128
` ` `
129
129
130
- # ## Tag: 1.0
130
+ # ## Tag: package-stable-deprecated- 1.0
131
131
132
- These settings apply only when `--tag=1.0` is specified on the command line.
132
+ These settings apply only when `--tag=package-stable-deprecated- 1.0` is specified on the command line.
133
133
134
- ` ` ` yaml $(tag) == '1.0'
134
+ ` ` ` yaml $(tag) == 'package-stable-deprecated- 1.0'
135
135
input-file:
136
136
- preview/1.0/route.json
137
137
` ` `
0 commit comments