Skip to content

Commit e22856f

Browse files
Update sp_AzSQLDBPermissions.sql
Fix documentation error
1 parent 6784aaf commit e22856f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_AzSQLDBPermissions.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Parameters:
7676
reporting.
7777
CreateOnly - Only return the create scripts where they aren't NULL.
7878
DropOnly - Only return the drop scripts where they aren't NULL.
79-
ScriptsOnly - Return drop and create scripts where they aren't NULL.
79+
ScriptOnly - Return drop and create scripts where they aren't NULL.
8080
Report - Returns one output with one row per principal and a comma delimited list of
8181
roles the principal is a member of and a comma delimited list of the
8282
individual permissions they have.

0 commit comments

Comments
 (0)