Skip to content

Commit 9436152

Browse files
stevemunkFarazGIS
andauthored
Updated tag value for the Route Service to conform to standards. (#36002)
* Updated tag value for the Route Service to conform to standards. * changed deprecated to retired --------- Co-authored-by: Faraz Siddiqui <[email protected]>
1 parent 45b424c commit 9436152

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

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

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These are the global settings for Route Client.
2727
``` yaml
2828
title: RouteClient
2929
openapi-type: data-plane
30-
tag: package-2025-01
30+
tag: package-stable-2025-01-01
3131
add-credentials: true
3232
credential-default-policy-type: BearerTokenCredentialPolicy
3333
credential-scopes: 'https://atlas.microsoft.com/.default'
@@ -39,11 +39,11 @@ modelerfour:
3939
lenient-model-deduplication: true
4040
```
4141
42-
### Tag: package-2025-01
42+
### Tag: package-stable-2025-01-01
4343
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.
4545

46-
```yaml $(tag) == 'package-2025-01'
46+
```yaml $(tag) == 'package-stable-2025-01-01'
4747
input-file:
4848
- stable/2025-01-01/route.json
4949
@@ -52,11 +52,11 @@ suppressions:
5252
reason: False alarm. Per the Noun_Verb convention for Operation Ids, the noun 'Route' should not appear after the underscore.
5353
```
5454

55-
### Tag: package-preview-2024-7
55+
### Tag: package-2024-07-01-preview
5656

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.
5858

59-
```yaml $(tag) == 'package-preview-2024-07'
59+
```yaml $(tag) == 'package-2024-07-01-preview'
6060
input-file:
6161
- preview/2024-07-01-preview/route.json
6262
@@ -65,11 +65,11 @@ suppressions:
6565
reason: False alarm. Per the Noun_Verb convention for Operation Ids, the noun 'Route' should not appear after the underscore.
6666
```
6767

68-
### Tag: package-preview-2024-6
68+
### Tag: package-retired-2024-06-01-preview
6969

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.
7171

72-
```yaml $(tag) == 'package-preview-2024-06'
72+
```yaml $(tag) == 'package-2024-06-01-preview'
7373
input-file:
7474
- preview/2024-06-01-preview/route.json
7575
@@ -78,11 +78,11 @@ suppressions:
7878
reason: False alarm. Per the Noun_Verb convention for Operation Ids, the noun 'Route' should not appear after the underscore.
7979
```
8080

81-
### Tag: package-preview-2024-5
81+
### Tag: package-retired-2024-05-01-preview
8282

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.
8484

85-
```yaml $(tag) == 'package-preview-2024-05'
85+
```yaml $(tag) == 'package-2024-05-01-preview'
8686
input-file:
8787
- preview/2024-05-01-preview/route.json
8888
@@ -91,47 +91,47 @@ suppressions:
9191
reason: False alarm. Per the Noun_Verb convention for Operation Ids, the noun 'Route' should not appear after the underscore.
9292
```
9393

94-
### Tag: package-preview-2024-04
94+
### Tag: package-2024-04-01-preview
9595

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.
9797

98-
```yaml $(tag) == 'package-preview-2024-04'
98+
```yaml $(tag) == 'package-2024-04-01-preview'
9999
input-file:
100100
- preview/2024-04-01-preview/route.json
101101
```
102102

103-
### Tag: package-preview-2023-10
103+
### Tag: package-retired-2023-10-01-preview
104104

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.
106106

107-
``` yaml $(tag) == 'package-preview-2023-10'
107+
``` yaml $(tag) == 'package-retired-2023-10-01-preview'
108108
input-file:
109109
- preview/2023-10-01-preview/route.json
110110
```
111111

112-
### Tag: package-preview-2023-09
112+
### Tag: package-retired-2023-09-01-preview
113113

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.
115115

116-
``` yaml $(tag) == 'package-preview-2023-09'
116+
``` yaml $(tag) == 'package-retired-2023-09-01-preview'
117117
input-file:
118118
- preview/2023-09-01-preview/route.json
119119
```
120120

121-
### Tag: package-preview-2023-08
121+
### Tag: package-retired-2023-08-01-preview
122122

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.
124124

125-
``` yaml $(tag) == 'package-preview-2023-08'
125+
``` yaml $(tag) == 'package-retired-2023-08-01-preview'
126126
input-file:
127127
- preview/2023-08-01-preview/route.json
128128
```
129129

130-
### Tag: 1.0
130+
### Tag: package-stable-deprecated-1.0
131131

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.
133133

134-
``` yaml $(tag) == '1.0'
134+
``` yaml $(tag) == 'package-stable-deprecated-1.0'
135135
input-file:
136136
- preview/1.0/route.json
137137
```

0 commit comments

Comments
 (0)