Skip to content

Commit 9c204f4

Browse files
authored
[security] Update readme.python.md (#25736)
* Update readme.python.md * Update readme.md
1 parent a380920 commit 9c204f4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

specification/security/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ input-file:
152152
- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsBaselineRuleOperations.json
153153
- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsScanOperations.json
154154
- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsScanResultsOperations.json
155+
- Microsoft.Security/preview/2023-02-01-preview/healthReports.json
155156
```
156157

157158
### Tag: package-preview-2023-02

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ default-api-version: "2023-01-01"
4040
multiapi: true
4141
batch:
4242
- tag: package-preview-2023-03-only
43-
- tag: package-preview-2023-02
43+
- tag: package-preview-2023-02-only
4444
- tag: package-preview-2023-01-only
4545
- tag: package-2023-01
4646
- tag: package-preview-2022-08
@@ -86,12 +86,12 @@ namespace: azure.mgmt.security.v2023_03_01_preview
8686
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_03_01_preview
8787
```
8888

89-
### Tag: package-preview-2023-02 and python
89+
### Tag: package-preview-2023-02-only and python
9090

91-
These settings apply only when `--tag=package-preview-2023-02 --python` is specified on the command line.
91+
These settings apply only when `--tag=package-preview-2023-02-only --python` is specified on the command line.
9292
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
9393

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

0 commit comments

Comments
 (0)