Skip to content

Commit a80c025

Browse files
authored
Update VA API documentation (#14327)
1 parent 157a6f7 commit a80c025

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

specification/sql/resource-manager/Microsoft.Sql/preview/2020-11-01-preview/ManagedInstanceVulnerabilityAssessments.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"tags": [
7777
"ManagedInstanceVulnerabilityAssessments"
7878
],
79-
"description": "Creates or updates the managed instance's vulnerability assessment.",
79+
"description": "Creates or updates the managed instance's vulnerability assessment. Learn more about setting SQL vulnerability assessment with managed identity - https://docs.microsoft.com/azure/azure-sql/database/sql-database-vulnerability-assessment-storage",
8080
"operationId": "ManagedInstanceVulnerabilityAssessments_CreateOrUpdate",
8181
"parameters": [
8282
{
@@ -265,15 +265,15 @@
265265
]
266266
},
267267
"storageContainerSasKey": {
268-
"description": "A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required.",
268+
"description": "A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall",
269269
"type": "string",
270270
"x-ms-mutability": [
271271
"create",
272272
"update"
273273
]
274274
},
275275
"storageAccountAccessKey": {
276-
"description": "Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required.",
276+
"description": "Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall",
277277
"type": "string",
278278
"x-ms-mutability": [
279279
"create",

specification/sql/resource-manager/Microsoft.Sql/preview/2020-11-01-preview/ServerVulnerabilityAssessments.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"tags": [
7777
"ServerVulnerabilityAssessments"
7878
],
79-
"description": "Creates or updates the server's vulnerability assessment.",
79+
"description": "Creates or updates the server's vulnerability assessment. Learn more about setting SQL vulnerability assessment with managed identity - https://docs.microsoft.com/azure/azure-sql/database/sql-database-vulnerability-assessment-storage",
8080
"operationId": "ServerVulnerabilityAssessments_CreateOrUpdate",
8181
"parameters": [
8282
{
@@ -261,15 +261,15 @@
261261
]
262262
},
263263
"storageContainerSasKey": {
264-
"description": "A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required.",
264+
"description": "A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall",
265265
"type": "string",
266266
"x-ms-mutability": [
267267
"create",
268268
"update"
269269
]
270270
},
271271
"storageAccountAccessKey": {
272-
"description": "Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required.",
272+
"description": "Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall",
273273
"type": "string",
274274
"x-ms-mutability": [
275275
"create",

0 commit comments

Comments
 (0)