File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
specification/network/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 @@ -27,6 +27,7 @@ Generate all API versions currently shipped for this package
2727
2828` ` ` yaml $(multiapi) && !$(track2)
2929batch:
30+ - tag: package-2020-08
3031 - tag: package-2020-07
3132 - tag: package-2020-06
3233 - tag: package-2020-05
6364` ` ` yaml $(multiapi) && $(track2)
6465clear-output-folder: true
6566batch:
67+ - tag: package-2020-08
6668 - tag: package-2020-07
6769 - tag: package-2020-06
6870 - tag: package-2020-05
@@ -103,6 +105,19 @@ clear-output-folder: false
103105perform-load: false
104106` ` `
105107
108+ # ## Tag: package-2020-08 and python
109+
110+ These settings apply only when `--tag=package-2020-08 --python` is specified on the command line.
111+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
112+
113+ ` ` ` yaml $(tag) == 'package-2020-08'
114+ namespace: azure.mgmt.network.v2020_08_01
115+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2020_08_01
116+ python:
117+ namespace: azure.mgmt.network.v2020_08_01
118+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2020_08_01
119+ ` ` `
120+
106121# ## Tag: package-2020-07 and python
107122
108123These settings apply only when `--tag=package-2020-07 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments