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:
152
152
- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsBaselineRuleOperations.json
153
153
- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsScanOperations.json
154
154
- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsScanResultsOperations.json
155
+ - Microsoft.Security/preview/2023-02-01-preview/healthReports.json
155
156
` ` `
156
157
157
158
# ## 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"
40
40
multiapi : true
41
41
batch :
42
42
- tag : package-preview-2023-03-only
43
- - tag : package-preview-2023-02
43
+ - tag : package-preview-2023-02-only
44
44
- tag : package-preview-2023-01-only
45
45
- tag : package-2023-01
46
46
- tag : package-preview-2022-08
@@ -86,12 +86,12 @@ namespace: azure.mgmt.security.v2023_03_01_preview
86
86
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_03_01_preview
87
87
` ` `
88
88
89
- # ## Tag: package-preview-2023-02 and python
89
+ # ## Tag: package-preview-2023-02-only and python
90
90
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.
92
92
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
93
93
94
- ` ` ` yaml $(tag) == 'package-preview-2023-02' && $(python)
94
+ ` ` ` yaml $(tag) == 'package-preview-2023-02-only ' && $(python)
95
95
namespace: azure.mgmt.security.v2023_02_01_preview
96
96
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2023_02_01_preview
97
97
` ` `
You can’t perform that action at this time.
0 commit comments