Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions specification/security/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ default-api-version: "2023-01-01"
multiapi: true
batch:
- tag: package-preview-2023-03-only
- tag: package-preview-2023-02
- tag: package-preview-2023-02-only
- tag: package-preview-2023-01-only
- tag: package-2023-01
- tag: package-preview-2022-08
Expand Down Expand Up @@ -86,12 +86,12 @@ namespace: azure.mgmt.security.v2023_03_01_preview
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_03_01_preview
```

### Tag: package-preview-2023-02 and python
### Tag: package-preview-2023-02-only and python

These settings apply only when `--tag=package-preview-2023-02 --python` is specified on the command line.
These settings apply only when `--tag=package-preview-2023-02-only --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)
``` yaml $(tag) == 'package-preview-2023-02-only' && $(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
```
Expand Down