File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
specification/network/resource-manager Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ Generate all API versions currently shipped for this package
1818
1919` ` ` yaml $(python)
2020multiapi : true
21- default-api-version : " 2022-11 -01"
21+ default-api-version : " 2023-02 -01"
2222clear-output-folder : true
2323batch :
24- - tag : package-2022-11
24+ - tag : package-2023-02
2525 - tag : package-2021-02
2626 - tag : package-2021-02-preview-only
2727 - tag : package-2020-11
@@ -53,14 +53,14 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
5353perform-load : false
5454` ` `
5555
56- ### Tag: package-2022-11 and python
56+ ### Tag: package-2023-02 and python
5757
58- These settings apply only when ` --tag=package-2022-11 --python` is specified on the command line.
58+ These settings apply only when ` --tag=package-2023-02 --python` is specified on the command line.
5959Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
6060
61- ` ` ` yaml $(tag) == 'package-2022-11 '
62- namespace: azure.mgmt.network.v2022_11_01
63- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_11_01
61+ ` ` ` yaml $(tag) == 'package-2023-02 '
62+ namespace: azure.mgmt.network.v2023_02_01
63+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2023_02_01
6464` ` `
6565
6666# ## Tag: package-2021-02-preview-only and python
You can’t perform that action at this time.
0 commit comments