@@ -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-05
22
+ - tag : package-2022-07
23
23
- tag : package-2021-02
24
24
- tag : package-2021-02-preview-only
25
25
- tag : package-2020-11
@@ -61,24 +61,14 @@ 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
64
+ ### Tag: package-2022-07 and python
65
65
66
- These settings apply only when ` --tag=package-2022-05 --python` is specified on the command line.
66
+ These settings apply only when ` --tag=package-2022-07 --python` is specified on the command line.
67
67
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
68
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
-
74
- # ## Tag: package-2022-01 and python
75
-
76
- These settings apply only when `--tag=package-2022-01 --python` is specified on the command line.
77
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
78
-
79
- ` ` ` yaml $(tag) == 'package-2022-01'
80
- namespace: azure.mgmt.network.v2022_01_01
81
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_01_01
69
+ ` ` ` yaml $(tag) == 'package-2022-07'
70
+ namespace: azure.mgmt.network.v2022_07_01
71
+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_07_01
82
72
` ` `
83
73
84
74
# ## Tag: package-2021-02-preview-only and python
0 commit comments