Skip to content

Commit 23021aa

Browse files
authored
Updated tag value for the Traffic Service to conform to standards. (#36006)
* Updated tag value for the Traffic Service to conform to standards. * changed tag * changed tag
1 parent 6cf9d79 commit 23021aa

File tree

1 file changed

+8
-7
lines changed
  • specification/maps/data-plane/Traffic

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,31 @@ To see additional help and options, run:
2525
These are the global settings for Traffic Client.
2626

2727
``` yaml
28+
# The Azure Maps Traffic service v1.0 will be retired on March 31, 2028
2829
title: TrafficClient
2930
openapi-type: data-plane
30-
tag: package-2025-01-01
31+
tag: package-stable-2025-01-01
3132
# at some point those credentials will move away to Swagger according to [this](https://github.com/Azure/autorest/issues/3718)
3233
add-credentials: true
3334
credential-default-policy-type: BearerTokenCredentialPolicy
3435
credential-scopes: https://atlas.microsoft.com/.default
3536
```
3637
3738
38-
### Tag: 1.0-preview
39+
### Tag: package-deprecated-1.0
3940
40-
These settings apply only when `--tag=1.0-preview` is specified on the command line.
41+
These settings apply only when `--tag=package-deprecated-1.0` is specified on the command line.
4142

42-
``` yaml $(tag) == '1.0-preview'
43+
``` yaml $(tag) == 'package-deprecated-1.0'
4344
input-file:
4445
- preview/1.0/traffic.json
4546
```
4647

47-
### Tag: package-2025-01-01
48+
### Tag: package-stable-2025-01-01
4849

49-
These settings apply only when `--tag=package-2025-01-01` is specified on the command line.
50+
These settings apply only when `--tag=package-stable-2025-01-01` is specified on the command line.
5051

51-
``` yaml $(tag) == 'package-2025-01-01'
52+
``` yaml $(tag) == 'package-stable-2025-01-01'
5253
input-file:
5354
- stable/2025-01-01/traffic.json
5455

0 commit comments

Comments
 (0)