Skip to content

Commit e62b8f4

Browse files
committed
Fix secret annotations
1 parent acc8adf commit e62b8f4

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

specification/sql/resource-manager/Microsoft.Sql/stable/2021-11-01/DatabaseSecurityAlertPolicies.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@
298298
},
299299
"storageAccountAccessKey": {
300300
"description": "Specifies the identifier key of the Threat Detection audit storage account.",
301+
"x-ms-secret": true,
301302
"type": "string"
302303
},
303304
"retentionDays": {

specification/sql/resource-manager/Microsoft.Sql/stable/2021-11-01/DatabaseVulnerabilityAssessments.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@
311311
"storageContainerSasKey": {
312312
"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",
313313
"type": "string",
314+
"x-ms-secret": true,
314315
"x-ms-mutability": [
315316
"create",
316317
"update"
@@ -319,6 +320,7 @@
319320
"storageAccountAccessKey": {
320321
"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",
321322
"type": "string",
323+
"x-ms-secret": true,
322324
"x-ms-mutability": [
323325
"create",
324326
"update"

specification/sql/resource-manager/Microsoft.Sql/stable/2021-11-01/ServerSecurityAlertPolicies.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
},
243243
"storageAccountAccessKey": {
244244
"description": "Specifies the identifier key of the Threat Detection audit storage account.",
245+
"x-ms-secret": true,
245246
"type": "string"
246247
},
247248
"retentionDays": {

0 commit comments

Comments
 (0)