Skip to content

Commit f651d3c

Browse files
msyycaviyerMSFT
authored andcommitted
Update readme.python.md (Azure#23031)
1 parent 81cd840 commit f651d3c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specification/security/resource-manager/readme.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ clear-output-folder: true
3939
default-api-version: "2022-05-01"
4040
multiapi: true
4141
batch:
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
7172
perform-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

7687
These settings apply only when `--tag=package-preview-2022-08 --python` is specified on the command line.

0 commit comments

Comments
 (0)