File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
specification/network/resource-manager Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Generate all API versions currently shipped for this package
1717` ` ` yaml $(multiapi)
1818clear-output-folder : true
1919batch :
20+ - tag : package-2021-02-preview
2021 - tag : package-2021-02
2122 - tag : package-2020-11
2223 - tag : package-2020-08
@@ -59,6 +60,17 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
5960clear-output-folder : false
6061perform-load : false
6162` ` `
63+
64+ ### Tag: package-2021-02-preview and python
65+
66+ These settings apply only when ` --tag=package-2021-02-preview --python` is specified on the command line.
67+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
68+
69+ ` ` ` yaml $(tag) == 'package-2021-02-preview'
70+ namespace: azure.mgmt.network.v2021_02_01_preview
71+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview
72+ ` ` `
73+
6274# ## Tag: package-2021-02 and python
6375
6476These settings apply only when `--tag=package-2021-02 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments