Skip to content

Commit c2765af

Browse files
author
Maddie Clayton
authored
Merge pull request #7148 from FonsecaSergio/patch-1
Update Remove-AzureRmSqlServerAuditing.md
2 parents bb4d8e9 + 79a8f66 commit c2765af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Sql/Commands.Sql/help/Remove-AzureRmSqlServerAuditing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Server identifiers include the **ResourceGroupName** and **ServerName**.
2929

3030
### Example 1: Remove the auditing of an Azure SQL server
3131
```
32-
PS C:\>Remove-AzureRmSqlDatabaseAuditing -ResourceGroupName "ResourceGroup01" -ServerName "Server01"
32+
PS C:\>Remove-AzureRmSqlServerAuditing -ResourceGroupName "ResourceGroup01" -ServerName "Server01"
3333
```
3434

3535
This command removes the auditing of all the databases located on Server01 in resource group.

0 commit comments

Comments
 (0)