We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb4d8e9 + 79a8f66 commit c2765afCopy full SHA for c2765af
src/ResourceManager/Sql/Commands.Sql/help/Remove-AzureRmSqlServerAuditing.md
@@ -29,7 +29,7 @@ Server identifiers include the **ResourceGroupName** and **ServerName**.
29
30
### Example 1: Remove the auditing of an Azure SQL server
31
```
32
-PS C:\>Remove-AzureRmSqlDatabaseAuditing -ResourceGroupName "ResourceGroup01" -ServerName "Server01"
+PS C:\>Remove-AzureRmSqlServerAuditing -ResourceGroupName "ResourceGroup01" -ServerName "Server01"
33
34
35
This command removes the auditing of all the databases located on Server01 in resource group.
0 commit comments