@@ -36,13 +36,17 @@ Generate all API versions currently shipped for this package
36
36
37
37
` ` ` yaml $(python)
38
38
clear-output-folder : true
39
- default-api-version : " 2022-05 -01"
39
+ default-api-version : " 2023-01 -01"
40
40
multiapi : true
41
41
batch :
42
+ - tag : package-preview-2023-03-only
42
43
- tag : package-preview-2023-02
44
+ - tag : package-preview-2023-01-only
45
+ - tag : package-2023-01
43
46
- tag : package-preview-2022-08
44
47
- tag : package-preview-2022-07
45
48
- tag : package-2022-05
49
+ - tag : package-preview-2022-11
46
50
- tag : package-preview-2022-05
47
51
- tag : package-2022-03
48
52
- tag : package-2022-01-only
@@ -72,6 +76,16 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec
72
76
perform-load : false
73
77
` ` `
74
78
79
+ ### Tag: package-preview-2023-03-only and python
80
+
81
+ These settings apply only when ` --tag=package-preview-2023-03-only --python` is specified on the command line.
82
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
83
+
84
+ ` ` ` yaml $(tag) == 'package-preview-2023-03-only' && $(python)
85
+ namespace: azure.mgmt.security.v2023_03_01_preview
86
+ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_03_01_preview
87
+ ` ` `
88
+
75
89
# ## Tag: package-preview-2023-02 and python
76
90
77
91
These settings apply only when `--tag=package-preview-2023-02 --python` is specified on the command line.
@@ -82,6 +96,16 @@ namespace: azure.mgmt.security.v2023_02_01_preview
82
96
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_02_01_preview
83
97
` ` `
84
98
99
+ # ## Tag: package-preview-2023-01-only and python
100
+
101
+ These settings apply only when `--tag=package-preview-2023-01-only --python` is specified on the command line.
102
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
103
+
104
+ ` ` ` yaml $(tag) == 'package-preview-2023-01-only' && $(python)
105
+ namespace: azure.mgmt.security.v2023_01_01_preview
106
+ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_01_01_preview
107
+ ` ` `
108
+
85
109
# ## Tag: package-preview-2022-08 and python
86
110
87
111
These settings apply only when `--tag=package-preview-2022-08 --python` is specified on the command line.
@@ -102,6 +126,16 @@ namespace: azure.mgmt.security.v2022_07_01_preview
102
126
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_07_01_preview
103
127
` ` `
104
128
129
+ # ## Tag: package-2023-01 and python
130
+
131
+ These settings apply only when `--tag=package-2023-01 --python` is specified on the command line.
132
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
133
+
134
+ ` ` ` yaml $(tag) == 'package-2023-01' && $(python)
135
+ namespace: azure.mgmt.security.v2023_01_01
136
+ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_01_01
137
+ ` ` `
138
+
105
139
# ## Tag: package-2022-05 and python
106
140
107
141
These settings apply only when `--tag=package-2022-05 --python` is specified on the command line.
@@ -112,6 +146,16 @@ namespace: azure.mgmt.security.v2022_05_01
112
146
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_05_01
113
147
` ` `
114
148
149
+ # ## Tag: package-preview-2022-11 and python
150
+
151
+ These settings apply only when `--tag=package-preview-2022-11 --python` is specified on the command line.
152
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
153
+
154
+ ` ` ` yaml $(tag) == 'package-preview-2022-11' && $(python)
155
+ namespace: azure.mgmt.security.v2022_11_20_preview
156
+ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_11_20_preview
157
+ ` ` `
158
+
115
159
# ## Tag: package-preview-2022-05 and python
116
160
117
161
These settings apply only when `--tag=package-preview-2022-05 --python` is specified on the command line.
0 commit comments