File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
specification/security/resource-manager Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ default-api-version: "2023-01-01"
4040multiapi : true
4141batch :
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
8686output-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.
9292Please 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)
9595namespace: azure.mgmt.security.v2023_02_01_preview
9696output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_02_01_preview
9797` ` `
You can’t perform that action at this time.
0 commit comments