Skip to content

Commit d3f1ca6

Browse files
authored
Updated tag value for the Timezone Service to conform to standards. (#36005)
* Updated tag value for the Timezone Service to conform to standards. * changed tag * changed tag
1 parent 23021aa commit d3f1ca6

File tree

1 file changed

+4
-4
lines changed
  • specification/maps/data-plane/Timezone

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These are the global settings for Timezone Client.
2727
``` yaml
2828
title: TimezoneClient
2929
openapi-type: data-plane
30-
tag: 1.0-preview
30+
tag: package-stable-1.0
3131
# at some point those credentials will move away to Swagger according to [this](https://github.com/Azure/autorest/issues/3718)
3232
add-credentials: true
3333
credential-default-policy-type: BearerTokenCredentialPolicy
@@ -45,11 +45,11 @@ directive:
4545
```
4646

4747

48-
### Tag: 1.0-preview
48+
### Tag: package-stable-1.0
4949

50-
These settings apply only when `--tag=1.0-preview` is specified on the command line.
50+
These settings apply only when `--tag=package-stable-1.0` is specified on the command line.
5151

52-
``` yaml $(tag) == '1.0-preview'
52+
``` yaml $(tag) == 'package-stable-1.0'
5353
input-file:
5454
- preview/1.0/timezone.json
5555
```

0 commit comments

Comments
 (0)