Skip to content

Commit 2e20664

Browse files
committed
Fix examples in md file
Fix examples in md file
1 parent 603268f commit 2e20664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/Sql/Commands.Sql/help/Set-AzureRmSqlDatabaseAuditing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ PS C:\>Set-AzureRmSqlDatabaseAuditing -State Disabled -ResourceGroupName "Resour
5757
### Example 3: Enable the auditing policy of an Azure SQL database using a storage account from a different subscription
5858
```
5959
PS C:\>Set-AzureRmSqlDatabaseAuditing -State Enabled -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -StorageAccountName "Storage22" -StorageAccountSubscriptionId "7fe3301d-31d3-4668-af5e-211a890ba6e3"
60+
```
6061

6162
## PARAMETERS
6263

0 commit comments

Comments
 (0)