@@ -26,7 +26,15 @@ These are the global settings for the Machine Learning Services API.
2626
2727``` yaml
2828openapi-type : arm
29- tag : package-2021-01-01
29+ tag : package-2021-04-01
30+ ` ` `
31+ ### Tag: package-2021-04-01
32+
33+ These settings apply only when ` --tag=package-2021-04` is specified on the command line.
34+
35+ ` ` ` yaml $(tag) == 'package-2021-04-01'
36+ input-file:
37+ - Microsoft.MachineLearningServices/stable/2021-04-01/machineLearningServices.json
3038` ` `
3139
3240# ## Tag: package-2021-01-01
@@ -232,6 +240,7 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-machinelearning/ser
232240
233241` ` ` yaml $(java) && $(multiapi)
234242batch:
243+ - tag: package-2021-04-01
235244 - tag: package-2021-01-01
236245 - tag: package-2020-08-01
237246 - tag: package-2020-06-01
@@ -248,6 +257,19 @@ batch:
248257 - tag: package-2020-02-18-preview
249258 - tag: package-2018-03-preview
250259` ` `
260+ # ## Tag: package-2021-04-01 and java
261+
262+ These settings apply only when `--tag=package-2021-04-01 --java` is specified on the command line.
263+ Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
264+
265+ ` ` ` yaml $(tag) == 'package-2021-04-01' && $(java) && $(multiapi)
266+ java:
267+ namespace: com.microsoft.azure.management.machinelearningservices.v2021_04_01
268+ output-folder: $(azure-libraries-for-java-folder)/sdk/machinelearningservices/mgmt-v2021_04_01
269+ regenerate-manager: true
270+ generate-interface: true
271+ ` ` `
272+
251273# ## Tag: package-2021-01-01 and java
252274
253275These settings apply only when `--tag=package-2021-01-01 --java` is specified on the command line.
0 commit comments