Skip to content

Commit 0706188

Browse files
stevemunkFarazGIS
andauthored
Updated tag values for the Data Registry Service to conform to standards (#35981)
* Updated tag values for the Data Registry Service to conform to standards. * Updated tag. * tag --------- Co-authored-by: Faraz Siddiqui <[email protected]>
1 parent 585d408 commit 0706188

File tree

1 file changed

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

1 file changed

+8
-7
lines changed

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

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

2727
``` yaml
28+
# Azure Maps Data Registry APIs V 06-01-2023 will be retired on September 30th, 2025.
2829
title: DataRegistryClient
2930
openapi-type: data-plane
30-
tag: 2023-06-01
31+
tag: package-stable-2023-06-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
37-
### Tag: 2023-06-01
38+
### Tag: package-stable-2023-06-01
3839
39-
These settings apply only when `--tag=2023-06-01` is specified on the command line.
40+
These settings apply only when `--tag=package-stable-2023-06-01` is specified on the command line.
4041

41-
``` yaml $(tag) == '2023-06-01'
42+
``` yaml $(tag) == 'package-stable-2023-06-01'
4243
input-file:
4344
- stable/2023-06-01/dataregistry.json
4445
```
4546

46-
### Tag: 2022-12-01
47+
### Tag: package-retired-2022-12-01-preview
4748

48-
These settings apply only when `--tag=2022-12-01-preview` is specified on the command line.
49+
These settings apply only when `--tag=package-retired-2022-12-01-preview` is specified on the command line.
4950

50-
``` yaml $(tag) == '2022-12-01-preview'
51+
``` yaml $(tag) == 'package-retired-2022-12-01-preview'
5152
input-file:
5253
- preview/2022-12-01-preview/dataregistry.json
5354
```

0 commit comments

Comments
 (0)