You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/web/resource-manager/readme.md
+37-12Lines changed: 37 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,37 +4,37 @@
4
4
5
5
This is the AutoRest configuration file for Web.
6
6
7
-
8
7
The App service RP comprises of services where each service has its own tag.
9
8
Hence, each sub-service has its own swagger spec.
10
9
11
10
All of them are tied together using this configuration and are packaged together into one compute client library.
12
11
This makes it easier for customers to download one (NuGet/npm/pip/maven/gem) compute client library package rather than installing individual packages for each sub service.
13
12
14
-
15
13
---
14
+
16
15
## Getting Started
16
+
17
17
To build the SDK for Web, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:
18
18
19
19
> `autorest`
20
20
21
21
To see additional help and options, run:
22
22
23
23
> `autorest --help`
24
+
24
25
---
25
26
26
27
## Configuration
27
28
28
-
29
-
30
29
### Basic Information
30
+
31
31
These are the global settings for the Web API.
32
32
33
33
```yaml
34
34
title: WebSiteManagementClient
35
35
description: WebSite Management Client
36
36
openapi-type: arm
37
-
tag: package-2020-12
37
+
tag: package-2021-01
38
38
```
39
39
40
40
### Suppression
@@ -55,9 +55,32 @@ directive:
55
55
reason: Model type is not an Azure resource
56
56
```
57
57
58
+
59
+
### Tag: package-2021-01
60
+
61
+
These settings apply only when `--tag=package-2021-01` is specified on the command line.
0 commit comments