@@ -19,8 +19,9 @@ default-api-version: "2022-04-01"
1919multiapi : true
2020clear-output-folder : true
2121batch :
22+ - tag : package-2022-08-01-preview-only
2223 - tag : package-2022-04-01-only
23- - tag : package-2021-12-01-preview-only
24+ - tag : package-2021-12-01-preview-python- only
2425 - tag : package-2021-07-01-preview-only
2526 - tag : package-2021-03-01-preview-only
2627 - tag : package-2021-01-01-preview-only
@@ -41,6 +42,15 @@ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azur
4142perform-load : false
4243` ` `
4344
45+ ### Tag: package-2022-08-01-preview-only and python
46+
47+ These settings apply only when ` --tag=package-2022-08-01-preview-only --python` is specified on the command line.
48+
49+ ` ` ` yaml $(tag) == 'package-2022-08-01-preview-only' && $(python)
50+ namespace: azure.mgmt.authorization.v2022_08_01_preview
51+ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_08_01_preview
52+ ` ` `
53+
4454# ## Tag: package-2022-04-01-only and python
4555
4656These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line.
@@ -50,11 +60,11 @@ namespace: azure.mgmt.authorization.v2022_04_01
5060output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_04_01
5161` ` `
5262
53- # ## Tag: package-2021-12-01-preview-only and python
63+ # ## Tag: package-2021-12-01-preview-python- only and python
5464
55- These settings apply only when `--tag=package-2021-12-01-preview-only --python` is specified on the command line.
65+ These settings apply only when `--tag=package-2021-12-01-preview-python- only --python` is specified on the command line.
5666
57- ` ` ` yaml $(tag) == 'package-2021-12-01-preview-only' && $(python)
67+ ` ` ` yaml $(tag) == 'package-2021-12-01-preview-python- only' && $(python)
5868namespace: azure.mgmt.authorization.v2021_12_01_preview
5969output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_12_01_preview
6070` ` `
0 commit comments