@@ -38,7 +38,9 @@ multiapi: true
3838clear-output-folder : true
3939batch :
4040 - tag : package-2022-08-01-only
41+ - tag : package-2022-07-02-only
4142 - tag : package-2022-04-04-only
43+ - tag : package-2022-03-03-only
4244 - tag : package-2022-03-02-only
4345 - tag : package-2022-03-01-only
4446 - tag : package-2022-01-03-only
@@ -88,6 +90,16 @@ namespace: azure.mgmt.compute.v2022_08_01
8890output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_08_01
8991` ` `
9092
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+
91103# ## Tag: package-2022-04-04-only
92104
93105These 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
98110output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_04_04
99111` ` `
100112
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+
101123# ## Tag: package-2022-03-02-only
102124
103125These settings apply only when `--tag=package-2022-03-02-only --python` is specified on the command line.
0 commit comments