File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
specification/maps/data-plane/Spatial Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,22 @@ To see additional help and options, run:
25
25
These are the global settings for Spatial Client.
26
26
27
27
``` yaml
28
+ # Azure Maps Spatial v2022-08-01 has been deprecated and will be retired on September 30th, 2025.
28
29
title : SpatialClient
29
30
openapi-type : data-plane
30
- tag : 2022-08-01
31
+ tag : package-stable-deprecated- 2022-08-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: 2022-08-01
39
+ ### Tag: package-stable-deprecated- 2022-08-01
39
40
40
- These settings apply only when ` --tag=2022-08-01` is specified on the command line.
41
+ These settings apply only when ` --tag=package-stable-deprecated- 2022-08-01` is specified on the command line.
41
42
42
- ` ` ` yaml $(tag) == '2022-08-01'
43
+ ` ` ` yaml $(tag) == 'package-stable-deprecated- 2022-08-01'
43
44
input-file:
44
45
- stable/2022-08-01/spatial.json
45
46
` ` `
You can’t perform that action at this time.
0 commit comments