diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index e40d4655170e..48d198b81f3e 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -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 diff --git a/specification/security/resource-manager/readme.python.md b/specification/security/resource-manager/readme.python.md index ca3630bcabfd..c6440dc024d6 100644 --- a/specification/security/resource-manager/readme.python.md +++ b/specification/security/resource-manager/readme.python.md @@ -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 @@ -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=`. -``` 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 ```