Skip to content

Commit de5e378

Browse files
stevemunkFarazGIS
andauthored
Updated tag value for the Geolocation Service to conform to standards. (#35984)
* Updated tag value for the Geolocation Service to conform to standards. * Updated tag. * changed preview to stable --------- Co-authored-by: Faraz Siddiqui <[email protected]>
1 parent 9436152 commit de5e378

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ These are the global settings for Geolocation Client.
2727
``` yaml
2828
title: GeolocationClient
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
3434
credential-scopes: https://atlas.microsoft.com/.default
3535
```
3636
3737
38-
### Tag: 1.0-preview
38+
### Tag: package-stable-1.0
3939
40-
These settings apply only when `--tag=1.0-preview` is specified on the command line.
40+
These settings apply only when `--tag=package-stable-1.0` is specified on the command line.
4141

42-
``` yaml $(tag) == '1.0-preview'
42+
``` yaml $(tag) == 'package-stable-1.0'
4343
input-file:
4444
- preview/1.0/geolocation.json
4545
```

0 commit comments

Comments
 (0)