Skip to content

Commit a5bc095

Browse files
author
Jorin Mejia
committed
Updates readme
1 parent 48453e0 commit a5bc095

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

specification/cdn/resource-manager/readme.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,47 @@
11
# Cdn
2-
2+
33
> see https://aka.ms/autorest
44
55
This is the AutoRest configuration file for Cdn.
66

7+
---
78

9+
## Getting Started
810

9-
---
10-
## Getting Started
1111
To build the SDK for Cdn, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:
1212

1313
> `autorest`
1414
1515
To see additional help and options, run:
1616

1717
> `autorest --help`
18+
1819
---
1920

2021
## Configuration
2122

23+
### Basic Information
2224

23-
24-
### Basic Information
2525
These are the global settings for the Cdn API.
2626

2727
``` yaml
2828
title: CdnManagementClient
2929
description: Cdn Management Client
3030
openapi-type: arm
31-
tag: package-2020-09
31+
tag: package-2021-06
3232
```
3333
34+
35+
### Tag: package-2021-06
36+
37+
These settings apply only when `--tag=package-2021-06` is specified on the command line.
38+
39+
```yaml $(tag) == 'package-2021-06'
40+
input-file:
41+
- Microsoft.Cdn/stable/2021-06-01/afdx.json
42+
- Microsoft.Cdn/stable/2021-06-01/cdn.json
43+
- Microsoft.Cdn/stable/2021-06-01/cdnwebapplicationfirewall.json
44+
```
3445
### Tag: package-2020-09
3546

3647
These settings apply only when `--tag=package-2020-09` is specified on the command line.
@@ -112,7 +123,7 @@ These settings apply only when `--tag=package-2017-04` is specified on the comma
112123
input-file:
113124
- Microsoft.Cdn/stable/2017-04-02/cdn.json
114125
```
115-
126+
116127
### Tag: package-2016-10
117128

118129
These settings apply only when `--tag=package-2016-10` is specified on the command line.
@@ -121,7 +132,7 @@ These settings apply only when `--tag=package-2016-10` is specified on the comma
121132
input-file:
122133
- Microsoft.Cdn/stable/2016-10-02/cdn.json
123134
```
124-
135+
125136
### Tag: package-2016-04
126137

127138
These settings apply only when `--tag=package-2016-04` is specified on the command line.
@@ -130,7 +141,7 @@ These settings apply only when `--tag=package-2016-04` is specified on the comma
130141
input-file:
131142
- Microsoft.Cdn/stable/2016-04-02/cdn.json
132143
```
133-
144+
134145
### Tag: package-2015-06
135146

136147
These settings apply only when `--tag=package-2015-06` is specified on the command line.
@@ -140,10 +151,9 @@ input-file:
140151
- Microsoft.Cdn/stable/2015-06-01/cdn.json
141152
```
142153

143-
144154
---
145-
# Code Generation
146155

156+
# Code Generation
147157

148158
## Swagger to SDK
149159

@@ -164,8 +174,7 @@ swagger-to-sdk:
164174
- node sdkauto_afterscript.js cdn/resource-manager
165175
```
166176

167-
168-
## C#
177+
## C#
169178

170179
See configuration in [readme.csharp.md](./readme.csharp.md)
171180

@@ -192,4 +201,3 @@ See configuration in [readme.ruby.md](./readme.ruby.md)
192201
## AzureResourceSchema
193202

194203
See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
195-

0 commit comments

Comments
 (0)