Skip to content

Commit 6cf9d79

Browse files
stevemunkFarazGIS
andauthored
Updated tag value for the Render Service to conform to standards. (#35995)
* Updated tag value for the Render Service to conform to standards. * Updated tag. * Readme updates * Updated tag * Update readme.md * nothing * changed tag --------- Co-authored-by: Faraz Siddiqui <[email protected]>
1 parent c449327 commit 6cf9d79

File tree

3 files changed

+99
-20
lines changed

3 files changed

+99
-20
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,22 @@ To see additional help and options, run:
2525
These are the global settings for Elevation Client.
2626

2727
``` yaml
28+
# The Azure Maps Elevation service is retired as of 2023
2829
title: ElevationClient
2930
openapi-type: data-plane
30-
tag: 1.0-preview
31+
tag: package-retired-1.0-preview
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.0-preview
39+
### Tag: package-retired-1.0-preview
3940
40-
These settings apply only when `--tag=1.0-preview` is specified on the command line.
41+
These settings apply only when `--tag=package-retired-1.0-preview` is specified on the command line.
4142

42-
``` yaml $(tag) == '1.0-preview'
43+
``` yaml $(tag) == 'package-retired-1.0-preview'
4344
input-file:
4445
- preview/1.0/elevation.json
4546
```
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Azure Data
2+
3+
> see https://aka.ms/autorest
4+
5+
This is the AutoRest configuration file for the Data Client
6+
7+
---
8+
9+
## Getting Started
10+
11+
To build the SDK for Data, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:
12+
13+
> `autorest`
14+
15+
To see additional help and options, run:
16+
17+
> `autorest --help`
18+
19+
---
20+
21+
## Configuration
22+
23+
### Basic Information
24+
25+
These are the global settings for Data Client.
26+
27+
``` yaml
28+
# The Azure Maps Data service is retired as of 2023
29+
title: DataClient
30+
openapi-type: data-plane
31+
tag: package-retired-2.0-preview
32+
# at some point those credentials will move away to Swagger according to [this](https://github.com/Azure/autorest/issues/3718)
33+
add-credentials: true
34+
credential-default-policy-type: BearerTokenCredentialPolicy
35+
credential-scopes: https://atlas.microsoft.com/.default
36+
```
37+
38+
### Tag: package-retired-2.0-preview
39+
40+
These settings apply only when `--tag=package-retired-2.0-preview` is specified on the command line.
41+
42+
``` yaml $(tag) == 'package-retired-2.0-preview'
43+
input-file:
44+
- preview/2.0/data.json
45+
```
46+
47+
### Tag: package-retired-1.0-preview
48+
49+
These settings apply only when `--tag=package-retired-1.0-preview` is specified on the command line.
50+
51+
``` yaml $(tag) == 'package-retired-1.0-preview'
52+
input-file:
53+
- preview/1.0/data.json
54+
```
55+
56+
# Code Generation
57+
58+
## Python
59+
60+
See configuration in [readme.python.md](./readme.python.md)
61+
62+
## Java
63+
64+
See configuration in [readme.java.md](./readme.java.md)
65+
66+
## TypeScript
67+
68+
See configuration in [readme.typescript.md](./readme.typescript.md)
69+
70+
## CSharp
71+
72+
See configuration in [readme.csharp.md](./readme.csharp.md)
73+
74+
## Go
75+
76+
See configuration in [readme.go.md](./readme.go.md)

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

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ To see additional help and options, run:
2525
These are the global settings for Render Client.
2626

2727
``` yaml
28+
## Azure Maps Render 1.0 has been deprecated and will be retired on 17 September 2026.
29+
## Azure Maps Render 2.0 & 2.1 - The endpoint might be used by WebSDK V2.2x or older. Neither should appear in the TOC.
2830
title: RenderClient
2931
openapi-type: data-plane
30-
tag: package-2024-04-01
32+
tag: package-stable-2024-04-01
3133
add-credentials: true
3234
credential-default-policy-type: BearerTokenCredentialPolicy
3335
credential-scopes: 'https://atlas.microsoft.com/.default'
@@ -48,46 +50,46 @@ directive:
4850
```
4951
5052
51-
### Tag: package-2024-04-01
53+
### Tag: package-stable-2024-04-01
5254
53-
These settings apply only when `--tag=package-2024-04-01` is specified on the command line.
55+
These settings apply only when `--tag=package-stable-2024-04-01` is specified on the command line.
5456

55-
```yaml $(tag) == 'package-2024-04-01'
57+
```yaml $(tag) == 'package-stable-2024-04-01'
5658
input-file:
5759
- stable/2024-04-01/render.json
5860
```
59-
### Tag: 2022-08-01
61+
### Tag: package-stable-2022-08-01
6062

61-
These settings apply only when `--tag=2022-08-01` is specified on the command line.
63+
These settings apply only when `--tag=package-stable-2022-08-01` is specified on the command line.
6264

63-
``` yaml $(tag) == '2022-08-01'
65+
``` yaml $(tag) == 'package-stable-2022-08-01'
6466
input-file:
6567
- stable/2022-08-01/render.json
6668
```
6769

68-
### Tag: 2.1-preview
70+
### Tag: package-stable-2.1
6971

70-
These settings apply only when `--tag=2.1` is specified on the command line.
72+
These settings apply only when `--tag=package-stable-2.1` is specified on the command line.
7173

72-
``` yaml $(tag) == '2.1'
74+
``` yaml $(tag) == 'package-stable-2.1'
7375
input-file:
7476
- preview/2.1/render.json
7577
```
7678

77-
### Tag: 2.0-preview
79+
### Tag: package-stable-2.0
7880

79-
These settings apply only when `--tag=2.0` is specified on the command line.
81+
These settings apply only when `--tag=package-stable-2.0` is specified on the command line.
8082

81-
``` yaml $(tag) == '2.0'
83+
``` yaml $(tag) == 'package-stable-2.0'
8284
input-file:
8385
- preview/2.0/render.json
8486
```
8587

86-
### Tag: 1.0-preview
88+
### Tag: package-deprecated-1.0
8789

88-
These settings apply only when `--tag=1.0` is specified on the command line.
90+
These settings apply only when `--tag=package-deprecated-1.0` is specified on the command line.
8991

90-
``` yaml $(tag) == '1.0'
92+
``` yaml $(tag) == 'package-deprecated-1.0'
9193
input-file:
9294
- preview/1.0/render.json
9395
```

0 commit comments

Comments
 (0)