Skip to content

Commit 52c14d2

Browse files
authored
Fixing extra dashes in cmlet names
1 parent 9964146 commit 52c14d2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/relational-databases/security/encryption/transparent-data-encryption-azure-sql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Transparent data encryption for Azure SQL Database and Data Warehouse | Microsoft Docs"
33
description: "An overview of transparent data encryption for SQL Database and Data Warehouse. The document covers its benefits and the options for configuration, which includes service-managed transparent data encryption and Bring Your Own Key."
44
keywords:
5-
author: "becczhang"
5+
author: "aliceku"
66
manager: craigg
77
editor: ""
88
ms.prod:
@@ -13,8 +13,8 @@ ms.service: "sql-database"
1313
ms.component: "security"
1414
ms.tgt_pltfrm:
1515
ms.topic: conceptual
16-
ms.date: "05/08/2018"
17-
ms.author: "rebeccaz"
16+
ms.date: "08/10/2018"
17+
ms.author: "aliceku"
1818
monikerRange: "= azuresqldb-current || = sqlallproducts-allversions"
1919
---
2020
# Transparent data encryption for SQL Database and Data Warehouse
@@ -82,8 +82,8 @@ To configure transparent data encryption through PowerShell, you must be connect
8282
| Cmdlet | Description |
8383
| --- | --- |
8484
| [Set-AzureRmSqlDatabaseTransparentDataEncryption](/powershell/module/azurerm.sql/set-azurermsqldatabasetransparentdataencryption) |Enables or disables transparent data encryption for a database|
85-
| [Get-Azure-Rm-Sql-Database-Transparent-Data-Encryption](/powershell/module/azurerm.sql/get-azurermsqldatabasetransparentdataencryption) |Gets the transparent data encryption state for a database |
86-
| [Get-Azure-Rm-Sql-Database-Transparent-Data-Encryption-Activity](/powershell/module/azurerm.sql/get-azurermsqldatabasetransparentdataencryptionactivity) |Checks the encryption progress for a database |
85+
| [Get-AzureRmSqlDatabaseTransparentDataEncryption](/powershell/module/azurerm.sql/get-azurermsqldatabasetransparentdataencryption) |Gets the transparent data encryption state for a database |
86+
| [Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity](/powershell/module/azurerm.sql/get-azurermsqldatabasetransparentdataencryptionactivity) |Checks the encryption progress for a database |
8787
| [Add-AzureRmSqlServerKeyVaultKey](/powershell/module/azurerm.sql/add-azurermsqlserverkeyvaultkey) |Adds a Key Vault key to a SQL Server instance |
8888
| [Get-AzureRmSqlServerKeyVaultKey](/powershell/module/azurerm.sql/get-azurermsqlserverkeyvaultkey) |Gets the Key Vault keys for a SQL server instance |
8989
| [Set-AzureRmSqlServerTransparentDataEncryptionProtector](/powershell/module/azurerm.sql/set-azurermsqlservertransparentdataencryptionprotector) |Sets the transparent data encryption protector for a SQL Server instance |

0 commit comments

Comments
 (0)