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 @@ -17,6 +17,7 @@ Generate all API versions currently shipped for this package
17
17
` ` ` yaml $(multiapi)
18
18
clear-output-folder : true
19
19
batch :
20
+ - tag : package-2021-03
20
21
- tag : package-2021-02
21
22
- tag : package-2020-11
22
23
- tag : package-2020-08
@@ -59,6 +60,16 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
59
60
clear-output-folder : false
60
61
perform-load : false
61
62
` ` `
63
+ ### Tag: package-2021-03 and python
64
+
65
+ These settings apply only when ` --tag=package-2021-03 --python` is specified on the command line.
66
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
67
+
68
+ ` ` ` yaml $(tag) == 'package-2021-03'
69
+ namespace: azure.mgmt.network.v2021_03_01
70
+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_03_01
71
+ ` ` `
72
+
62
73
# ## Tag: package-2021-02 and python
63
74
64
75
These 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