Skip to content

Commit 21d2c2b

Browse files
Update Set-AzSqlDatabaseAudit.md (#26858)
1 parent 0e12d1a commit 21d2c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sql/Sql/help/Set-AzSqlDatabaseAudit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ RECEIVE
110110
REFERENCES
111111
The general form for defining an action to be audited is:
112112
[action] ON [object] BY [principal]
113-
Note that [object] in the above format can refer to an object like a table, view, or stored procedure, or an entire database or schema. For the latter cases, the forms DATABASE::[dbname] and SCHEMA::[schemaname] are used, respectively.
113+
Note that [object] in the above format can refer to an object like a table, view, or stored procedure, or an entire database or schema.if the reference object is dropped and recreated ,audit configuration should be resaved. For the latter cases, the forms DATABASE::[dbname] and SCHEMA::[schemaname] are used, respectively.
114114
For example:
115115
SELECT on dbo.myTable by public
116116
SELECT on DATABASE::myDatabase by public
117117
SELECT on SCHEMA::mySchema by public
118-
For more information, see https://learn.microsoft.com/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-actions.
118+
For more information, see https://learn.microsoft.com/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-actions.
119119

120120
```yaml
121121
Type: System.String[]

0 commit comments

Comments
 (0)