@@ -19,7 +19,7 @@ Generate all API versions currently shipped for this package
1919multiapi : true
2020clear-output-folder : true
2121batch :
22- - tag : package-2022-05
22+ - tag : package-2022-07
2323 - tag : package-2021-02
2424 - tag : package-2021-02-preview-only
2525 - tag : package-2020-11
@@ -61,24 +61,14 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
6161perform-load : false
6262` ` `
6363
64- ### Tag: package-2022-05 and python
64+ ### Tag: package-2022-07 and python
6565
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.
6767Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
6868
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
8272` ` `
8373
8474# ## Tag: package-2021-02-preview-only and python
0 commit comments