Skip to content

Commit 04874ac

Browse files
authored
Updated tag value for the Spatial Service to conform to standards. (#35998)
* Updated tag value for the Spatial Service to conform to standards. * Updated tag. * changed tag
1 parent d3f1ca6 commit 04874ac

File tree

1 file changed

+5
-4
lines changed
  • specification/maps/data-plane/Spatial

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,22 @@ To see additional help and options, run:
2525
These are the global settings for Spatial Client.
2626

2727
``` yaml
28+
# Azure Maps Spatial v2022-08-01 has been deprecated and will be retired on September 30th, 2025.
2829
title: SpatialClient
2930
openapi-type: data-plane
30-
tag: 2022-08-01
31+
tag: package-stable-deprecated-2022-08-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: 2022-08-01
39+
### Tag: package-stable-deprecated-2022-08-01
3940
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.
4142

42-
``` yaml $(tag) == '2022-08-01'
43+
``` yaml $(tag) == 'package-stable-deprecated-2022-08-01'
4344
input-file:
4445
- stable/2022-08-01/spatial.json
4546
```

0 commit comments

Comments
 (0)