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