Feature: Add Azure SQL to the Microsoft Defender for Cloud Azure CLI commands
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Related command**
[az security atp cosmosdb](https://learn.microsoft.com/en-us/cli/azure/security/atp/cosmosdb?view=azure-cli-latest)
**Describe the solution you'd like**
Essentially what I would like to be able to do is list and update Microsoft Defender for Cloud settings for Azure SQL Servers and their databases
**Describe alternatives you've considered**
This is possible with Azure Powershell but not Azure CLI [Get-AzSqlServerAdvancedThreatProtectionSetting (Az.Sql)](https://learn.microsoft.com/en-us/powershell/module/az.sql/get-azsqlserveradvancedthreatprotectionsetting)
[Update-AzSqlServerAdvancedThreatProtectionSetting (Az.Sql)](https://learn.microsoft.com/en-us/powershell/module/az.sql/update-azsqlserveradvancedthreatprotectionsetting)
Contributor guide
Assessment
This issue has not been assessed yet.