@@ -25,9 +25,11 @@ To see additional help and options, run:
25
25
These are the global settings for Render Client.
26
26
27
27
``` yaml
28
+ # # Azure Maps Render 1.0 has been deprecated and will be retired on 17 September 2026.
29
+ # # Azure Maps Render 2.0 & 2.1 - The endpoint might be used by WebSDK V2.2x or older. Neither should appear in the TOC.
28
30
title : RenderClient
29
31
openapi-type : data-plane
30
- tag : package-2024-04-01
32
+ tag : package-stable- 2024-04-01
31
33
add-credentials : true
32
34
credential-default-policy-type : BearerTokenCredentialPolicy
33
35
credential-scopes : ' https://atlas.microsoft.com/.default'
@@ -48,46 +50,46 @@ directive:
48
50
` ` `
49
51
50
52
51
- ### Tag: package-2024-04-01
53
+ ### Tag: package-stable- 2024-04-01
52
54
53
- These settings apply only when ` --tag=package-2024-04-01` is specified on the command line.
55
+ These settings apply only when ` --tag=package-stable- 2024-04-01` is specified on the command line.
54
56
55
- ` ` ` yaml $(tag) == 'package-2024-04-01'
57
+ ` ` ` yaml $(tag) == 'package-stable- 2024-04-01'
56
58
input-file:
57
59
- stable/2024-04-01/render.json
58
60
` ` `
59
- # ## Tag: 2022-08-01
61
+ # ## Tag: package-stable- 2022-08-01
60
62
61
- These settings apply only when `--tag=2022-08-01` is specified on the command line.
63
+ These settings apply only when `--tag=package-stable- 2022-08-01` is specified on the command line.
62
64
63
- ` ` ` yaml $(tag) == '2022-08-01'
65
+ ` ` ` yaml $(tag) == 'package-stable- 2022-08-01'
64
66
input-file:
65
67
- stable/2022-08-01/render.json
66
68
` ` `
67
69
68
- # ## Tag: 2.1-preview
70
+ # ## Tag: package-stable- 2.1
69
71
70
- These settings apply only when `--tag=2.1` is specified on the command line.
72
+ These settings apply only when `--tag=package-stable- 2.1` is specified on the command line.
71
73
72
- ` ` ` yaml $(tag) == '2.1'
74
+ ` ` ` yaml $(tag) == 'package-stable- 2.1'
73
75
input-file:
74
76
- preview/2.1/render.json
75
77
` ` `
76
78
77
- # ## Tag: 2.0-preview
79
+ # ## Tag: package-stable- 2.0
78
80
79
- These settings apply only when `--tag=2.0` is specified on the command line.
81
+ These settings apply only when `--tag=package-stable- 2.0` is specified on the command line.
80
82
81
- ` ` ` yaml $(tag) == '2.0'
83
+ ` ` ` yaml $(tag) == 'package-stable- 2.0'
82
84
input-file:
83
85
- preview/2.0/render.json
84
86
` ` `
85
87
86
- # ## Tag: 1.0-preview
88
+ # ## Tag: package-deprecated- 1.0
87
89
88
- These settings apply only when `--tag=1.0` is specified on the command line.
90
+ These settings apply only when `--tag=package-deprecated- 1.0` is specified on the command line.
89
91
90
- ` ` ` yaml $(tag) == '1.0'
92
+ ` ` ` yaml $(tag) == 'package-deprecated- 1.0'
91
93
input-file:
92
94
- preview/1.0/render.json
93
95
` ` `
0 commit comments