File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
specification/compute/resource-manager Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Generate all API versions currently shipped for this package
4444
4545` ` ` yaml $(multiapi) && !$(track2)
4646batch:
47+ - tag: package-2020-06-30-only
4748 - tag: package-2020-06-01-only
4849 - tag: package-2020-05-01-only
4950 - tag: package-2019-12-01-only
6667` ` ` yaml $(multiapi) && $(track2)
6768clear-output-folder: true
6869batch:
70+ - tag: package-2020-06-30-only
6971 - tag: package-2020-06-01-only
7072 - tag: package-2020-05-01-only
7173 - tag: package-2019-12-01-only
@@ -92,6 +94,19 @@ clear-output-folder: false
9294perform-load: false
9395` ` `
9496
97+ # ## Tag: package-2020-06-30-only and python
98+
99+ These settings apply only when `--tag=package-2020-06-30-only --python` is specified on the command line.
100+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
101+
102+ ` ` ` yaml $(tag) == 'package-2020-06-30-only'
103+ namespace: azure.mgmt.compute.v2020_06_30
104+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2020_06_30
105+ python:
106+ namespace: azure.mgmt.compute.v2020_06_30
107+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2020_06_30
108+ ` ` `
109+
95110# ## Tag: package-2020-06-01-only and python
96111
97112These settings apply only when `--tag=package-2020-06-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments