File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/security/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ clear-output-folder: true
39
39
default-api-version : " 2022-05-01"
40
40
multiapi : true
41
41
batch :
42
+ - tag : package-preview-2023-02
42
43
- tag : package-preview-2022-08
43
44
- tag : package-preview-2022-07
44
45
- tag : package-2022-05
@@ -71,6 +72,16 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec
71
72
perform-load : false
72
73
` ` `
73
74
75
+ ### Tag: package-preview-2023-02 and python
76
+
77
+ These settings apply only when ` --tag=package-preview-2023-02 --python` is specified on the command line.
78
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
79
+
80
+ ` ` ` yaml $(tag) == 'package-preview-2023-02' && $(python)
81
+ namespace: azure.mgmt.security.v2023_02_01_preview
82
+ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_02_01_preview
83
+ ` ` `
84
+
74
85
# ## Tag: package-preview-2022-08 and python
75
86
76
87
These settings apply only when `--tag=package-preview-2022-08 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments