File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
specification/maps/data-plane/Traffic Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -25,30 +25,31 @@ To see additional help and options, run:
25
25
These are the global settings for Traffic Client.
26
26
27
27
``` yaml
28
+ # The Azure Maps Traffic service v1.0 will be retired on March 31, 2028
28
29
title : TrafficClient
29
30
openapi-type : data-plane
30
- tag : package-2025-01-01
31
+ tag : package-stable- 2025-01-01
31
32
# at some point those credentials will move away to Swagger according to [this](https://github.com/Azure/autorest/issues/3718)
32
33
add-credentials : true
33
34
credential-default-policy-type : BearerTokenCredentialPolicy
34
35
credential-scopes : https://atlas.microsoft.com/.default
35
36
` ` `
36
37
37
38
38
- ### Tag: 1.0-preview
39
+ ### Tag: package-deprecated- 1.0
39
40
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.
41
42
42
- ` ` ` yaml $(tag) == '1.0-preview '
43
+ ` ` ` yaml $(tag) == 'package-deprecated- 1.0'
43
44
input-file:
44
45
- preview/1.0/traffic.json
45
46
` ` `
46
47
47
- # ## Tag: package-2025-01-01
48
+ # ## Tag: package-stable- 2025-01-01
48
49
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.
50
51
51
- ` ` ` yaml $(tag) == 'package-2025-01-01'
52
+ ` ` ` yaml $(tag) == 'package-stable- 2025-01-01'
52
53
input-file:
53
54
- stable/2025-01-01/traffic.json
54
55
You can’t perform that action at this time.
0 commit comments