11# Cdn
2-
2+
33> see https://aka.ms/autorest
44
55This is the AutoRest configuration file for Cdn.
66
7+ ---
78
9+ ## Getting Started
810
9- ---
10- ## Getting Started
1111To build the SDK for Cdn, simply [ Install AutoRest] ( https://aka.ms/autorest/install ) and in this folder, run:
1212
1313> ` autorest `
1414
1515To see additional help and options, run:
1616
1717> ` autorest --help `
18+
1819---
1920
2021## Configuration
2122
23+ ### Basic Information
2224
23-
24- ### Basic Information
2525These are the global settings for the Cdn API.
2626
2727``` yaml
2828title : CdnManagementClient
2929description : Cdn Management Client
3030openapi-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
3647These 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
112123input-file:
113124- Microsoft.Cdn/stable/2017-04-02/cdn.json
114125` ` `
115-
126+
116127# ## Tag: package-2016-10
117128
118129These 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
121132input-file:
122133- Microsoft.Cdn/stable/2016-10-02/cdn.json
123134` ` `
124-
135+
125136# ## Tag: package-2016-04
126137
127138These 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
130141input-file:
131142- Microsoft.Cdn/stable/2016-04-02/cdn.json
132143` ` `
133-
144+
134145# ## Tag: package-2015-06
135146
136147These 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
170179See 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
194203See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md)
195-
0 commit comments