File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
specification/network/resource-manager Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ Generate all API versions currently shipped for this package
1818
1919` ` ` yaml $(python)
2020multiapi : true
21- default-api-version : " 2023-04 -01"
21+ default-api-version : " 2023-05 -01"
2222clear-output-folder : true
2323batch :
24+ - tag : package-2023-05
2425 - tag : package-2023-04
2526 - tag : package-2023-02
2627 - tag : package-2021-02
@@ -55,6 +56,16 @@ perform-load: false
5556clear-output-folder : false
5657` ` `
5758
59+ ### Tag: package-2023-05 and python
60+
61+ These settings apply only when ` --tag=package-2023-05 --python` is specified on the command line.
62+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
63+
64+ ` ` ` yaml $(tag) == 'package-2023-05'
65+ namespace: azure.mgmt.network.v2023_05_01
66+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2023_05_01
67+ ` ` `
68+
5869# ## Tag: package-2023-04 and python
5970
6071These settings apply only when `--tag=package-2023-04 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments