File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
specification/network/resource-manager Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Generate all API versions currently shipped for this package
19
19
multiapi : true
20
20
clear-output-folder : true
21
21
batch :
22
- - tag : package-2022-01
22
+ - tag : package-2022-05
23
23
- tag : package-2021-02
24
24
- tag : package-2021-02-preview-only
25
25
- tag : package-2020-11
@@ -61,6 +61,16 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
61
61
perform-load : false
62
62
` ` `
63
63
64
+ ### Tag: package-2022-05 and python
65
+
66
+ These settings apply only when ` --tag=package-2022-05 --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-2022-05'
70
+ namespace: azure.mgmt.network.v2022_05_01
71
+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_05_01
72
+ ` ` `
73
+
64
74
# ## Tag: package-2022-01 and python
65
75
66
76
These settings apply only when `--tag=package-2022-01 --python` is specified on the command line.
@@ -390,4 +400,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
390
400
` ` ` yaml $(tag) == 'package-2015-06split'
391
401
namespace: azure.mgmt.network.v2015_06_15
392
402
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2015_06_15
393
- ` ` `
403
+ ` ` `
You can’t perform that action at this time.
0 commit comments