Skip to content

Commit

Permalink
Document storage property requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmoo committed Mar 12, 2017
1 parent 3df9729 commit 94e1a24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions arm-sql/2014-04-01/swagger/databaseSecurityAlertPolicies.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"type": "object",
"properties": {
"state": {
"description": "Specifies the state of the policy.",
"description": "Specifies the state of the policy. If state is Enabled, storageEndpoint and storageAccountAccessKey are required.",
"type": "string",
"enum": [
"New",
Expand Down Expand Up @@ -241,11 +241,11 @@
}
},
"storageEndpoint": {
"description": "Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.",
"description": "Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs. If state is Enabled, storageEndpoint is required.",
"type": "string"
},
"storageAccountAccessKey": {
"description": "Specifies the identifier key of the Threat Detection audit storage account.",
"description": "Specifies the identifier key of the Threat Detection audit storage account. If state is Enabled, storageAccountAccessKey is required.",
"type": "string"
},
"retentionDays": {
Expand Down
6 changes: 3 additions & 3 deletions arm-sql/2015-05-01-preview/swagger/blobAuditingPolicies.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"type": "object",
"properties": {
"state": {
"description": "Specifies the state of the policy.",
"description": "Specifies the state of the policy. If state is Enabled, storageEndpoint and storageAccountAccessKey are required.",
"type": "string",
"enum": [
"Enabled",
Expand All @@ -179,11 +179,11 @@
}
},
"storageEndpoint": {
"description": "Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net)",
"description": "Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint is required.",
"type": "string"
},
"storageAccountAccessKey": {
"description": "Specifies the identifier key of the auditing storage account.",
"description": "Specifies the identifier key of the auditing storage account. If state is Enabled, storageAccountAccessKey is required.",
"type": "string"
},
"retentionDays": {
Expand Down

0 comments on commit 94e1a24

Please sign in to comment.