Skip to content

Commit

Permalink
[security] Update readme.python.md (#25736)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.md
  • Loading branch information
msyyc authored and jnlycklama committed Nov 8, 2023
1 parent cb314ff commit 55d4130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions specification/security/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ input-file:
- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsBaselineRuleOperations.json
- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsScanOperations.json
- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsScanResultsOperations.json
- Microsoft.Security/preview/2023-02-01-preview/healthReports.json
```

### Tag: package-preview-2023-02
Expand Down
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

0 comments on commit 55d4130

Please sign in to comment.