@@ -19,8 +19,9 @@ default-api-version: "2022-04-01"
19
19
multiapi : true
20
20
clear-output-folder : true
21
21
batch :
22
+ - tag : package-2022-08-01-preview-only
22
23
- tag : package-2022-04-01-only
23
- - tag : package-2021-12-01-preview-only
24
+ - tag : package-2021-12-01-preview-python- only
24
25
- tag : package-2021-07-01-preview-only
25
26
- tag : package-2021-03-01-preview-only
26
27
- tag : package-2021-01-01-preview-only
@@ -41,6 +42,15 @@ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azur
41
42
perform-load : false
42
43
` ` `
43
44
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
+
44
54
# ## Tag: package-2022-04-01-only and python
45
55
46
56
These 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
50
60
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_04_01
51
61
` ` `
52
62
53
- # ## Tag: package-2021-12-01-preview-only and python
63
+ # ## Tag: package-2021-12-01-preview-python- only and python
54
64
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.
56
66
57
- ` ` ` yaml $(tag) == 'package-2021-12-01-preview-only' && $(python)
67
+ ` ` ` yaml $(tag) == 'package-2021-12-01-preview-python- only' && $(python)
58
68
namespace: azure.mgmt.authorization.v2021_12_01_preview
59
69
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_12_01_preview
60
70
` ` `
0 commit comments