File tree 1 file changed +12
-1
lines changed
specification/network/resource-manager
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
18
18
19
19
` ` ` yaml $(python)
20
20
multiapi : true
21
- default-api-version : " 2023-02 -01"
21
+ default-api-version : " 2023-04 -01"
22
22
clear-output-folder : true
23
23
batch :
24
+ - tag : package-2023-04
24
25
- tag : package-2023-02
25
26
- tag : package-2021-02
26
27
- tag : package-2021-02-preview-only
@@ -54,6 +55,16 @@ perform-load: false
54
55
clear-output-folder : false
55
56
` ` `
56
57
58
+ ### Tag: package-2023-04 and python
59
+
60
+ These settings apply only when ` --tag=package-2023-04 --python` is specified on the command line.
61
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
62
+
63
+ ` ` ` yaml $(tag) == 'package-2023-04'
64
+ namespace: azure.mgmt.network.v2023_04_01
65
+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2023_04_01
66
+ ` ` `
67
+
57
68
# ## Tag: package-2023-02 and python
58
69
59
70
These settings apply only when `--tag=package-2023-02 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments