Skip to content

Commit dec7549

Browse files
yaakoviyunannatisch
authored andcommitted
Adding ManagedInstanceVulnerabilityAssessments and ServerVulnerabilityAssessments (#4416)
1 parent 916ff2e commit dec7549

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

specification/sql/resource-manager/readme.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ input-file:
108108
- Microsoft.Sql/preview/2017-10-01-preview/ManagedInstanceTdeCertificates.json
109109
- Microsoft.Sql/preview/2017-10-01-preview/ManagedInstanceKeys.json
110110
- Microsoft.Sql/preview/2017-10-01-preview/ManagedInstanceEncryptionProtectors.json
111+
- Microsoft.Sql/preview/2018-06-01-preview/ManagedInstanceVulnerabilityAssessments.json
112+
- Microsoft.Sql/preview/2018-06-01-preview/ServerVulnerabilityAssessments.json
111113
112114
113115
# Needed when there is more than one input file
@@ -187,6 +189,8 @@ input-file:
187189
- Microsoft.Sql/preview/2017-10-01-preview/ManagedInstanceTdeCertificates.json
188190
- Microsoft.Sql/preview/2017-10-01-preview/ManagedInstanceKeys.json
189191
- Microsoft.Sql/preview/2017-10-01-preview/ManagedInstanceEncryptionProtectors.json
192+
- Microsoft.Sql/preview/2018-06-01-preview/ManagedInstanceVulnerabilityAssessments.json
193+
- Microsoft.Sql/preview/2018-06-01-preview/ServerVulnerabilityAssessments.json
190194
191195
# Needed when there is more than one input file
192196
override-info:
@@ -259,6 +263,8 @@ input-file:
259263
- Microsoft.Sql/preview/2017-10-01-preview/ManagedInstanceTdeCertificates.json
260264
- Microsoft.Sql/preview/2017-10-01-preview/ManagedInstanceKeys.json
261265
- Microsoft.Sql/preview/2017-10-01-preview/ManagedInstanceEncryptionProtectors.json
266+
- Microsoft.Sql/preview/2018-06-01-preview/ManagedInstanceVulnerabilityAssessments.json
267+
- Microsoft.Sql/preview/2018-06-01-preview/ServerVulnerabilityAssessments.json
262268
263269
# Needed when there is more than one input file
264270
override-info:
@@ -402,6 +408,26 @@ override-info:
402408

403409
The following packages are each composed of all apis from only one api-version.
404410

411+
### Tag: package-pure-2018-06-preview
412+
413+
These settings apply only when `--tag=package-pure-2018-06-preview` is specified on the command line.
414+
415+
This section contains all input swagger files for version 2018-06-01-preview. All APIs of that version must be added this section when the API is ready for production.
416+
417+
APIs must only be added to this section when the API is publicly available in at least 1 production region and at least 1 generated client has been tested end-to-end.
418+
419+
These can be regenerated by running the following PowerShell script from this readme file's folder: `dir .\Microsoft.Sql\preview\2018-06-01-preview\ -File | Resolve-Path -Relative | % { " - $_".Replace("\", "/") }`
420+
421+
``` yaml $(tag) == 'package-pure-2018-06-preview'
422+
input-file:
423+
- ./Microsoft.Sql/preview/2018-06-01-preview/ManagedInstanceVulnerabilityAssessments.json
424+
- ./Microsoft.Sql/preview/2018-06-01-preview/ServerVulnerabilityAssessments.json
425+
426+
# Needed when there is more than one input file
427+
override-info:
428+
title: SqlManagementClient
429+
```
430+
405431
### Tag: package-pure-2017-10-preview
406432

407433
These settings apply only when `--tag=package-pure-2017-10-preview` is specified on the command line.

0 commit comments

Comments
 (0)