2020 - tag : package-2021-07-01-preview-only
2121 - tag : package-2021-03-01-preview-only
2222 - tag : package-2021-01-01-preview-only
23+ - tag : package-2020-10-01-preview-only
2324 - tag : package-2020-04-01-preview-only
24- - tag : package-2020-10 -01-preview
25+ - tag : package-2019-08 -01-preview-only
2526 - tag : package-2018-09-01-preview-only
2627 - tag : package-2018-07-01-preview-only
2728 - tag : package-2018-05-01-preview
@@ -55,6 +56,23 @@ namespace: azure.mgmt.authorization.v2021_03_01_preview
5556output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_03_01_preview
5657` ` `
5758
59+ # ## Tag: package-2021-01-01-preview-only and python
60+
61+ These settings apply only when `--tag=package-2021-01-01-preview-only --python` is specified on the command line.
62+
63+ ` ` ` yaml $(tag) == 'package-2021-01-01-preview-only' && $(python)
64+ namespace: azure.mgmt.authorization.v2021_01_01_preview
65+ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_01_01_preview
66+ ` ` `
67+ # ## Tag: package-2020-10-01-preview-only and python
68+
69+ These settings apply only when `--tag=package-2020-10-01-preview-only --python` is specified on the command line.
70+
71+ ` ` ` yaml $(tag) == 'package-2020-10-01-preview-only' && $(python)
72+ namespace: azure.mgmt.authorization.v2020_10_01_preview
73+ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2020_10_01_preview
74+ ` ` `
75+
5876# ## Tag: package-2020-04-01-preview-only and python
5977
6078These settings apply only when `--tag=package-2020-04-01-preview-only --python` is specified on the command line.
@@ -64,6 +82,15 @@ namespace: azure.mgmt.authorization.v2020_04_01_preview
6482output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2020_04_01_preview
6583` ` `
6684
85+ # ## Tag: package-2019-08-01-preview-only and python
86+
87+ These settings apply only when `--tag=package-2019-08-01-preview-only --python` is specified on the command line.
88+
89+ ` ` ` yaml $(tag) == 'package-2019-08-01-preview-only' && $(python)
90+ namespace: azure.mgmt.authorization.v2019_08_01_preview
91+ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2019_08_01_preview
92+ ` ` `
93+
6794# ## Tag: package-2018-09-01-preview-only and python
6895
6996These settings apply only when `--tag=package-2018-09-01-preview-only --python` is specified on the command line.
@@ -117,20 +144,3 @@ These settings apply only when `--tag=2015-06-01-preview --python` is specified
117144namespace: azure.mgmt.authorization.v2015_06_01
118145output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2015_06_01
119146` ` `
120-
121- # ## Tag: package-2021-01-01-preview-only and python
122-
123- These settings apply only when `--tag=package-2021-01-01-preview-only --python` is specified on the command line.
124-
125- ` ` ` yaml $(tag) == 'package-2021-01-01-preview-only' && $(python)
126- namespace: azure.mgmt.authorization.v2021_01_01_preview
127- output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_01_01_preview
128- ` ` `
129- # ## Tag: package-2020-10-01-preview and python
130-
131- These settings apply only when `--tag=package-2020-10-01-preview --python` is specified on the command line.
132-
133- ` ` ` yaml $(tag) == 'package-2020-10-01-preview' && $(python)
134- namespace: azure.mgmt.authorization.v2020_10_01_preview
135- output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2020_10_01_preview
136- ` ` `
0 commit comments