Skip to content

Commit

Permalink
Annotated sqlserver WorkspaceManagedSqlServerSecurityAlertPolicy_Get …
Browse files Browse the repository at this point in the history
…to x-ms-mutability (#20533)
  • Loading branch information
sparatala authored Sep 2, 2022
1 parent d4a7605 commit 9efa37b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1599,18 +1599,30 @@
"type": "array",
"items": {
"type": "string"
}
},
"x-ms-mutability": [
"create",
"read"
]
},
"emailAddresses": {
"description": "Specifies an array of e-mail addresses to which the alert is sent.",
"type": "array",
"items": {
"type": "string"
}
},
"x-ms-mutability": [
"create",
"read"
]
},
"emailAccountAdmins": {
"description": "Specifies that the alert is sent to the account administrators.",
"type": "boolean"
"type": "boolean",
"x-ms-mutability": [
"create",
"read"
]
},
"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.",
Expand All @@ -1623,7 +1635,11 @@
"retentionDays": {
"format": "int32",
"description": "Specifies the number of days to keep in the Threat Detection audit logs.",
"type": "integer"
"type": "integer",
"x-ms-mutability": [
"create",
"read"
]
},
"creationTime": {
"format": "date-time",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1603,18 +1603,30 @@
"type": "array",
"items": {
"type": "string"
}
},
"x-ms-mutability": [
"create",
"read"
]
},
"emailAddresses": {
"description": "Specifies an array of e-mail addresses to which the alert is sent.",
"type": "array",
"items": {
"type": "string"
}
},
"x-ms-mutability": [
"create",
"read"
]
},
"emailAccountAdmins": {
"description": "Specifies that the alert is sent to the account administrators.",
"type": "boolean"
"type": "boolean",
"x-ms-mutability": [
"create",
"read"
]
},
"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.",
Expand All @@ -1627,7 +1639,11 @@
"retentionDays": {
"format": "int32",
"description": "Specifies the number of days to keep in the Threat Detection audit logs.",
"type": "integer"
"type": "integer",
"x-ms-mutability": [
"create",
"read"
]
},
"creationTime": {
"format": "date-time",
Expand Down

0 comments on commit 9efa37b

Please sign in to comment.