Skip to content

Commit 0ad42a8

Browse files
authored
Merge pull request #22403 from MashaMSFT/2022_atpdep
removed auditing & threat detection scripts
2 parents 7e2ce65 + 8c9a1b9 commit 0ad42a8

6 files changed

Lines changed: 11 additions & 130 deletions

.openpublishing.redirection.azure-sql.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,17 @@
517517
},
518518
{
519519
"source_path_from_root": "/azure-sql/database/scripts/sql-database-auditing-and-threat-detection-cli.md",
520-
"redirect_url": "/azure/azure-sql/database/scripts/auditing-threat-detection-cli",
520+
"redirect_url": "/azure/defender-for-cloud/defender-for-sql-introduction",
521+
"redirect_document_id": false
522+
},
523+
{
524+
"source_path_from_root": "/azure-sql/database/scripts/auditing-threat-detection-cli.md",
525+
"redirect_url": "/azure/defender-for-cloud/defender-for-sql-introduction",
526+
"redirect_document_id": false
527+
},
528+
{
529+
"source_path_from_root": "/azure-sql/database/scripts/auditing-threat-detection-powershell-configure.md",
530+
"redirect_url": "/azure/defender-for-cloud/defender-for-sql-introduction",
521531
"redirect_document_id": false
522532
},
523533
{

azure-sql/database/az-cli-script-samples-content-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ The following table includes links to Azure CLI script examples to manage single
5959
| [Configure failover group](scripts/setup-geodr-failover-group-cli.md) | Configures a failover group for a group of databases and failover over databases to the secondary server. |
6060
| [Single database](scripts/add-database-to-failover-group-cli.md)| Creates a database and a failover group, adds the database to the failover group, then tests failover to the secondary server. |
6161
| [Pooled database](scripts/add-elastic-pool-to-failover-group-cli.md) | Creates a database, adds it to an elastic pool, adds the elastic pool to the failover group, then tests failover to the secondary server. |
62-
| **Auditing and threat detection** |
63-
| [Configure auditing and threat-detection](scripts/auditing-threat-detection-cli.md)| Configures auditing and threat detection policies for a database in Azure SQL Database. |
6462
| **Back up, restore, copy, and import a database**||
6563
| [Back up a database](scripts/backup-database-cli.md)| Backs up a database in SQL Database to an Azure storage backup. |
6664
| [Restore a database](scripts/restore-database-cli.md)| Restores a database in SQL Database to a specific point in time. |

azure-sql/database/powershell-script-content-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ The following table includes links to sample Azure PowerShell scripts for Azure
4444
|**Scale a single database and an elastic pool**||
4545
| [Scale a single database](scripts/monitor-and-scale-database-powershell.md?toc=%2fpowershell%2fmodule%2ftoc.json) | This PowerShell script monitors the performance metrics of a single database, scales it to a higher compute size, and creates an alert rule on one of the performance metrics. |
4646
| [Scale an elastic pool](scripts/monitor-and-scale-pool-powershell.md?toc=%2fpowershell%2fmodule%2ftoc.json) | This PowerShell script monitors the performance metrics of an elastic pool, scales it to a higher compute size, and creates an alert rule on one of the performance metrics. |
47-
| **Auditing and threat detection** |
48-
| [Configure auditing and threat-detection](scripts/auditing-threat-detection-powershell-configure.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script configures auditing and threat-detection policies for a database. |
4947
| **Restore, copy, and import a database**||
5048
| [Restore a database](scripts/restore-database-powershell.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script restores a database from a geo-redundant backup and restores a deleted database to the latest backup. |
5149
| [Copy a database to a new server](scripts/copy-database-to-new-server-powershell.md?toc=%2fpowershell%2fmodule%2ftoc.json)| This PowerShell script creates a copy of an existing database in a new server. |

azure-sql/database/scripts/auditing-threat-detection-cli.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

azure-sql/database/scripts/auditing-threat-detection-powershell-configure.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

azure-sql/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -871,10 +871,6 @@
871871
href: database/scripts/add-database-to-failover-group-cli.md
872872
- name: Pooled database
873873
href: database/scripts/add-elastic-pool-to-failover-group-cli.md
874-
- name: Auditing and threat detection
875-
items:
876-
- name: Configure auditing and threat-detection
877-
href: database/scripts/auditing-threat-detection-cli.md
878874
- name: Database back up, restore, copy, and import
879875
items:
880876
- name: Back up a database

0 commit comments

Comments
 (0)