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
3939default-api-version : " 2022-05-01"
4040multiapi : true
4141batch :
42+ - tag : package-preview-2023-02
4243 - tag : package-preview-2022-08
4344 - tag : package-preview-2022-07
4445 - tag : package-2022-05
@@ -71,6 +72,16 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec
7172perform-load : false
7273` ` `
7374
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+
7485# ## Tag: package-preview-2022-08 and python
7586
7687These 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