File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/authorization/resource-manager Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ multiapi: true
20
20
clear-output-folder : true
21
21
batch :
22
22
- tag : package-2022-08-01-preview-only
23
+ - tag : package-2022-05-01-preview-only
23
24
- tag : package-2022-04-01-only
24
25
- tag : package-2022-04-01-preview-only
25
26
- tag : package-2021-12-01-preview-python-only
@@ -52,6 +53,15 @@ namespace: azure.mgmt.authorization.v2022_08_01_preview
52
53
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_08_01_preview
53
54
` ` `
54
55
56
+ # ## Tag: package-2022-05-01-preview-only and python
57
+
58
+ These settings apply only when `--tag=package-2022-05-01-preview-only --python` is specified on the command line.
59
+
60
+ ` ` ` yaml $(tag) == 'package-2022-05-01-preview-only' && $(python)
61
+ namespace: azure.mgmt.authorization.v2022_05_01_preview
62
+ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_05_01_preview
63
+ ` ` `
64
+
55
65
# ## Tag: package-2022-04-01-only and python
56
66
57
67
These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments