@@ -38,7 +38,9 @@ multiapi: true
38
38
clear-output-folder : true
39
39
batch :
40
40
- tag : package-2022-08-01-only
41
+ - tag : package-2022-07-02-only
41
42
- tag : package-2022-04-04-only
43
+ - tag : package-2022-03-03-only
42
44
- tag : package-2022-03-02-only
43
45
- tag : package-2022-03-01-only
44
46
- tag : package-2022-01-03-only
@@ -88,6 +90,16 @@ namespace: azure.mgmt.compute.v2022_08_01
88
90
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_08_01
89
91
` ` `
90
92
93
+ # ## Tag: package-2022-07-02-only
94
+
95
+ These settings apply only when `--tag=package-2022-07-02-only --python` is specified on the command line.
96
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
97
+
98
+ ` ` ` yaml $(tag) == 'package-2022-07-02-only'
99
+ namespace: azure.mgmt.compute.v2022_07_02
100
+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_07_02
101
+ ` ` `
102
+
91
103
# ## Tag: package-2022-04-04-only
92
104
93
105
These settings apply only when `--tag=package-2022-04-04-only --python` is specified on the command line.
@@ -98,6 +110,16 @@ namespace: azure.mgmt.compute.v2022_04_04
98
110
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_04_04
99
111
` ` `
100
112
113
+ # ## Tag: package-2022-03-03-only
114
+
115
+ These settings apply only when `--tag=package-2022-03-03-only --python` is specified on the command line.
116
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
117
+
118
+ ` ` ` yaml $(tag) == 'package-2022-03-03-only'
119
+ namespace: azure.mgmt.compute.v2022_03_03
120
+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_03_03
121
+ ` ` `
122
+
101
123
# ## Tag: package-2022-03-02-only
102
124
103
125
These settings apply only when `--tag=package-2022-03-02-only --python` is specified on the command line.
0 commit comments