Skip to content

Commit 05e0b6e

Browse files
author
msftbot[bot]
authored
2 parents 3c09e46 + 92d22b2 commit 05e0b6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schemas/2020-11-01-preview/Microsoft.Sql.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5865,15 +5865,15 @@
58655865
},
58665866
"storageAccountAccessKey": {
58675867
"type": "string",
5868-
"description": "Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required."
5868+
"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"
58695869
},
58705870
"storageContainerPath": {
58715871
"type": "string",
58725872
"description": "A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/)."
58735873
},
58745874
"storageContainerSasKey": {
58755875
"type": "string",
5876-
"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."
5876+
"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"
58775877
}
58785878
},
58795879
"required": [
@@ -8196,15 +8196,15 @@
81968196
},
81978197
"storageAccountAccessKey": {
81988198
"type": "string",
8199-
"description": "Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required."
8199+
"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"
82008200
},
82018201
"storageContainerPath": {
82028202
"type": "string",
82038203
"description": "A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/)."
82048204
},
82058205
"storageContainerSasKey": {
82068206
"type": "string",
8207-
"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."
8207+
"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"
82088208
}
82098209
},
82108210
"required": [

0 commit comments

Comments
 (0)