File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
specification/compute/resource-manager Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,15 @@ input-file:
203203- Microsoft.ContainerService/stable/2017-01-31/containerService.json
204204` ` `
205205
206+ ### Tag: package-2019-04-01-only
207+
208+ These settings apply only when ` --tag=package-2019-04-01-only` is specified on the command line.
209+
210+ ` ` ` yaml $(tag) == 'package-2019-04-01-only'
211+ input-file:
212+ - Microsoft.Compute/stable/2019-04-01/skus.json
213+ ` ` `
214+
206215# ## Tag: package-2019-03-01-only
207216
208217These settings apply only when `--tag=package-2019-03-01-only` is specified on the command line.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package
1818
1919` ` ` yaml $(python) && $(multiapi)
2020batch :
21+ - tag : package-2019-04-01-only
2122 - tag : package-2019-03-01-only
2223 - tag : package-2018-10-01-only
2324 - tag : package-2018-09-30-only
@@ -31,6 +32,17 @@ batch:
3132 - tag : package-compute-2015-06
3233` ` `
3334
35+ ### Tag: package-2019-04-01-only and python
36+
37+ These settings apply only when ` --tag=package-2019-04-01-only --python` is specified on the command line.
38+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
39+
40+ ` ` ` yaml $(tag) == 'package-2019-04-01-only' && $(python)
41+ python:
42+ namespace: azure.mgmt.compute.v2019_04_01
43+ output-folder: $(python-sdks-folder)/azure-mgmt-compute/azure/mgmt/compute/v2019_04_01
44+ ` ` `
45+
3446# ## Tag: package-2019-03-01-only and python
3547
3648These settings apply only when `--tag=package-2019-03-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments