Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions specification/security/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ clear-output-folder: true
default-api-version: "2022-05-01"
multiapi: true
batch:
- tag: package-preview-2023-02
- tag: package-preview-2022-08
- tag: package-preview-2022-07
- tag: package-2022-05
Expand Down Expand Up @@ -71,6 +72,16 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec
perform-load: false
```
### Tag: package-preview-2023-02 and python
These settings apply only when `--tag=package-preview-2023-02 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-preview-2023-02' && $(python)
namespace: azure.mgmt.security.v2023_02_01_preview
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_02_01_preview
```

### Tag: package-preview-2022-08 and python

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