Skip to content

Update documentation of old Auditing Cmdlets. #9817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Aug 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Sql/Sql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update documentation of old Auditing cmdlets.

## Version 1.14.0
* Add Azure Sql Instance pools cmdlets
Expand Down
2 changes: 2 additions & 0 deletions src/Sql/Sql/help/Get-AzSqlDatabaseAuditing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ schema: 2.0.0
# Get-AzSqlDatabaseAuditing

## SYNOPSIS
**Important: This cmdlet is deprecated, [Get-AzSqlDatbaseAudit](https://docs.microsoft.com/en-us/powershell/module/az.sql/get-azsqldatabaseaudit) is replacing it.**

Gets the auditing settings of an Azure SQL database.

## SYNTAX
Expand Down
2 changes: 2 additions & 0 deletions src/Sql/Sql/help/Get-AzSqlServerAuditing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ schema: 2.0.0
# Get-AzSqlServerAuditing

## SYNOPSIS
**Important: This cmdlet is deprecated, [Get-AzSqlServerAudit](https://docs.microsoft.com/en-us/powershell/module/az.sql/get-azsqlserveraudit) is replacing it.**

Gets the auditing settings of an Azure SQL server.

## SYNTAX
Expand Down
2 changes: 2 additions & 0 deletions src/Sql/Sql/help/Set-AzSqlDatabaseAuditing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ schema: 2.0.0
# Set-AzSqlDatabaseAuditing

## SYNOPSIS
**Important: This cmdlet is deprecated, [Set-AzSqlDatabaseAudit](https://docs.microsoft.com/en-us/powershell/module/az.sql/set-azsqldatabaseaudit) is replacing it.**

Changes the auditing settings for an Azure SQL database.

## SYNTAX
Expand Down
2 changes: 2 additions & 0 deletions src/Sql/Sql/help/Set-AzSqlServerAuditing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ schema: 2.0.0
# Set-AzSqlServerAuditing

## SYNOPSIS
**Important: This cmdlet is deprecated, [Set-AzSqlServerAudit](https://docs.microsoft.com/en-us/powershell/module/az.sql/set-azsqlserveraudit) is replacing it.**

Changes the auditing settings of an Azure SQL server.

## SYNTAX
Expand Down