Skip to content

Commit 7fe24f5

Browse files
author
azuresdkci
committed
regenerated all-api-versions
1 parent 1d37dbf commit 7fe24f5

File tree

190 files changed

+6361
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+6361
-9
lines changed

specification/EnterpriseKnowledgeGraph/resource-manager/readme.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,28 @@ csharp:
9090
output-folder: $(csharp-sdks-folder)/enterpriseknowledgegraphservice/Microsoft.Azure.Management.EnterpriseKnowledgeGraphService/src/Generated
9191
clear-output-folder: true
9292
```
93+
94+
## Multi-API/Profile support for AutoRest v3 generators
95+
96+
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
97+
98+
This block is updated by an automatic script. Edits may be lost!
99+
100+
``` yaml $(tag) == 'all-api-versions' /* autogenerated */
101+
# include the azure profile definitions from the standard location
102+
require: $(this-folder)/../../../profiles/readme.md
103+
104+
# all the input files across all versions
105+
input-file:
106+
- $(this-folder)/Microsoft.EnterpriseKnowledgeGraph/preview/2018-12-03/EnterpriseKnowledgeGraphSwagger.json
107+
108+
```
109+
110+
If there are files that should not be in the `all-api-versions` set,
111+
uncomment the `exclude-file` section below and add the file paths.
112+
113+
``` yaml $(tag) == 'all-api-versions'
114+
#exclude-file:
115+
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
116+
```
117+

specification/addons/resource-manager/readme.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,29 @@ generate-interface: true
181181
```
182182

183183

184+
185+
## Multi-API/Profile support for AutoRest v3 generators
186+
187+
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
188+
189+
This block is updated by an automatic script. Edits may be lost!
190+
191+
``` yaml $(tag) == 'all-api-versions' /* autogenerated */
192+
# include the azure profile definitions from the standard location
193+
require: $(this-folder)/../../../profiles/readme.md
194+
195+
# all the input files across all versions
196+
input-file:
197+
- $(this-folder)/Microsoft.Addons/preview/2018-03-01/addons-swagger.json
198+
- $(this-folder)/Microsoft.Addons/preview/2017-05-15/Addons.json
199+
200+
```
201+
202+
If there are files that should not be in the `all-api-versions` set,
203+
uncomment the `exclude-file` section below and add the file paths.
204+
205+
``` yaml $(tag) == 'all-api-versions'
206+
#exclude-file:
207+
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
208+
```
209+

specification/adhybridhealthservice/resource-manager/readme.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,28 @@ See configuration in [readme.go.md](./readme.go.md)
9393
## Java
9494

9595
See configuration in [readme.java.md](./readme.java.md)
96+
97+
## Multi-API/Profile support for AutoRest v3 generators
98+
99+
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
100+
101+
This block is updated by an automatic script. Edits may be lost!
102+
103+
``` yaml $(tag) == 'all-api-versions' /* autogenerated */
104+
# include the azure profile definitions from the standard location
105+
require: $(this-folder)/../../../profiles/readme.md
106+
107+
# all the input files across all versions
108+
input-file:
109+
- $(this-folder)/Microsoft.ADHybridHealthService\stable\2014-01-01\ADHybridHealthService.json
110+
111+
```
112+
113+
If there are files that should not be in the `all-api-versions` set,
114+
uncomment the `exclude-file` section below and add the file paths.
115+
116+
``` yaml $(tag) == 'all-api-versions'
117+
#exclude-file:
118+
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
119+
```
120+

specification/advisor/resource-manager/readme.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,30 @@ generate-interface: true
188188
```
189189

190190

191+
192+
## Multi-API/Profile support for AutoRest v3 generators
193+
194+
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
195+
196+
This block is updated by an automatic script. Edits may be lost!
197+
198+
``` yaml $(tag) == 'all-api-versions' /* autogenerated */
199+
# include the azure profile definitions from the standard location
200+
require: $(this-folder)/../../../profiles/readme.md
201+
202+
# all the input files across all versions
203+
input-file:
204+
- $(this-folder)/Microsoft.Advisor/stable/2017-04-19/advisor.json
205+
- $(this-folder)/Microsoft.Advisor/stable/2017-03-31/advisor.json
206+
- $(this-folder)/Microsoft.Advisor/preview/2016-07-12-preview/advisor.json
207+
208+
```
209+
210+
If there are files that should not be in the `all-api-versions` set,
211+
uncomment the `exclude-file` section below and add the file paths.
212+
213+
``` yaml $(tag) == 'all-api-versions'
214+
#exclude-file:
215+
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
216+
```
217+

specification/alertsmanagement/resource-manager/readme.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,33 @@ See configuration in [readme.go.md](./readme.go.md)
168168
## Java
169169

170170
See configuration in [readme.java.md](./readme.java.md)
171+
172+
## Multi-API/Profile support for AutoRest v3 generators
173+
174+
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
175+
176+
This block is updated by an automatic script. Edits may be lost!
177+
178+
``` yaml $(tag) == 'all-api-versions' /* autogenerated */
179+
# include the azure profile definitions from the standard location
180+
require: $(this-folder)/../../../profiles/readme.md
181+
182+
# all the input files across all versions
183+
input-file:
184+
- $(this-folder)/Microsoft.AlertsManagement/preview/2019-05-05-preview/AlertsManagement.json
185+
- $(this-folder)/Microsoft.AlertsManagement/stable/2019-06-01/SmartDetectorAlertRulesApi.json
186+
- $(this-folder)/Microsoft.AlertsManagement/stable/2019-03-01/AlertsManagement.json
187+
- $(this-folder)/Microsoft.AlertsManagement/stable/2019-03-01/SmartDetectorAlertRulesApi.json
188+
- $(this-folder)/Microsoft.AlertsManagement/stable/2018-05-05/AlertsManagement.json
189+
- $(this-folder)/Microsoft.AlertsManagement/preview/2018-05-05-preview/AlertsManagement.json
190+
191+
```
192+
193+
If there are files that should not be in the `all-api-versions` set,
194+
uncomment the `exclude-file` section below and add the file paths.
195+
196+
``` yaml $(tag) == 'all-api-versions'
197+
#exclude-file:
198+
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
199+
```
200+

specification/analysisservices/resource-manager/readme.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,31 @@ generate-interface: true
182182
```
183183

184184

185+
186+
## Multi-API/Profile support for AutoRest v3 generators
187+
188+
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
189+
190+
This block is updated by an automatic script. Edits may be lost!
191+
192+
``` yaml $(tag) == 'all-api-versions' /* autogenerated */
193+
# include the azure profile definitions from the standard location
194+
require: $(this-folder)/../../../profiles/readme.md
195+
196+
# all the input files across all versions
197+
input-file:
198+
- $(this-folder)/Microsoft.AnalysisServices/stable/2017-08-01/analysisservices.json
199+
- $(this-folder)/Microsoft.AnalysisServices/preview/2017-08-01-beta/analysisservices.json
200+
- $(this-folder)/Microsoft.AnalysisServices/stable/2017-07-14/analysisservices.json
201+
- $(this-folder)/Microsoft.AnalysisServices/stable/2016-05-16/analysisservices.json
202+
203+
```
204+
205+
If there are files that should not be in the `all-api-versions` set,
206+
uncomment the `exclude-file` section below and add the file paths.
207+
208+
``` yaml $(tag) == 'all-api-versions'
209+
#exclude-file:
210+
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
211+
```
212+

specification/apimanagement/control-plane/readme.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,45 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
9393
``` yaml $(tag)=='package-2017-03' && $(go)
9494
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/ctrl/2017-03-01/$(namespace)
9595
```
96+
97+
## Multi-API/Profile support for AutoRest v3 generators
98+
99+
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
100+
101+
This block is updated by an automatic script. Edits may be lost!
102+
103+
``` yaml $(tag) == 'all-api-versions' /* autogenerated */
104+
# include the azure profile definitions from the standard location
105+
require: $(this-folder)/../../../profiles/readme.md
106+
107+
# all the input files across all versions
108+
input-file:
109+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimanagement.json
110+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimapis.json
111+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimauthorizationservers.json
112+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimbackends.json
113+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimcertificates.json
114+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimemailtemplate.json
115+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimgroups.json
116+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimidentityprovider.json
117+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimloggers.json
118+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimopenidconnectproviders.json
119+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimportalsettings.json
120+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimproducts.json
121+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimproperties.json
122+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimquotas.json
123+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimreports.json
124+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimsubscriptions.json
125+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimtenant.json
126+
- $(this-folder)/Microsoft.ApiManagement/preview/2017-03-01/apimusers.json
127+
128+
```
129+
130+
If there are files that should not be in the `all-api-versions` set,
131+
uncomment the `exclude-file` section below and add the file paths.
132+
133+
``` yaml $(tag) == 'all-api-versions'
134+
#exclude-file:
135+
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
136+
```
137+

0 commit comments

Comments
 (0)