File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
specification/maps/data-plane/Timezone Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ These are the global settings for Timezone Client.
27
27
``` yaml
28
28
title : TimezoneClient
29
29
openapi-type : data-plane
30
- tag : 1.0-preview
30
+ tag : package-stable- 1.0
31
31
# at some point those credentials will move away to Swagger according to [this](https://github.com/Azure/autorest/issues/3718)
32
32
add-credentials : true
33
33
credential-default-policy-type : BearerTokenCredentialPolicy
@@ -45,11 +45,11 @@ directive:
45
45
```
46
46
47
47
48
- ### Tag: 1.0-preview
48
+ ### Tag: package-stable- 1.0
49
49
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.
51
51
52
- ``` yaml $(tag) == '1.0-preview '
52
+ ``` yaml $(tag) == 'package-stable- 1.0'
53
53
input-file :
54
54
- preview/1.0/timezone.json
55
55
` ` `
You can’t perform that action at this time.
0 commit comments