Skip to content

Commit 45b424c

Browse files
stevemunkFarazGIS
andauthored
Updated tag values for Weather Service to conform to standards. (#35979)
* Updated tag values for Weather Service to conform to standards. * Updated tag. * changed tag --------- Co-authored-by: Faraz Siddiqui <[email protected]>
1 parent 04874ac commit 45b424c

File tree

1 file changed

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

1 file changed

+8
-7
lines changed

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

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

2727
``` yaml
28+
#
2829
title: WeatherClient
2930
openapi-type: data-plane
30-
tag: 1.1
31+
tag: package-stable-1.1
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: 1.1
39+
### Tag: package-stable-1.1
3940
40-
These settings apply only when `--tag=1.1` is specified on the command line.
41+
These settings apply only when `--tag=package-stable-1.1` is specified on the command line.
4142

42-
``` yaml $(tag) == '1.1'
43+
``` yaml $(tag) == 'package-stable-1.1'
4344
input-file:
4445
- stable/1.1/weather.json
4546
```
4647

47-
### Tag: 1.0-preview
48+
### Tag: package-stable-1.0
4849

49-
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.
5051

51-
``` yaml $(tag) == '1.0-preview'
52+
``` yaml $(tag) == 'package-stable-1.0'
5253
input-file:
5354
- preview/1.0/weather.json
5455
```

0 commit comments

Comments
 (0)