File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/network/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Generate all API versions currently shipped for this package
1616` ` ` yaml $(multiapi)
1717clear-output-folder : true
1818batch :
19+ - tag : package-2020-11
1920 - tag : package-2020-08
2021 - tag : package-2020-07
2122 - tag : package-2020-06
@@ -57,6 +58,16 @@ clear-output-folder: false
5758perform-load : false
5859` ` `
5960
61+ ### Tag: package-2020-11 and python
62+
63+ These settings apply only when ` --tag=package-2020-11 --python` is specified on the command line.
64+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
65+
66+ ` ` ` yaml $(tag) == 'package-2020-11'
67+ namespace: azure.mgmt.network.v2020_11_01
68+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2020_11_01
69+ ` ` `
70+
6071# ## Tag: package-2020-08 and python
6172
6273These settings apply only when `--tag=package-2020-08 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments