Skip to content

Commit 0e18970

Browse files
committed
adds note about encrypted table/column support
1 parent 4d567a6 commit 0e18970

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tools/sqlpackage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 198198e2-7cf4-4a21-bda4-51b36cb4284b
99
author: "pensivebrian"
1010
ms.author: "broneill"
1111
ms.reviewer: "drswkier; sstein"
12-
ms.date: 07/06/2020
12+
ms.date: 09/28/2020
1313
---
1414

1515
# SqlPackage.exe
@@ -131,7 +131,7 @@ A SqlPackage.exe publish operation incrementally updates the schema of a target
131131
|---|---|---|---|
132132
|**/Action:**|**/a**|Publish|Specifies the action to be performed. |
133133
|**/AccessToken:**|**/at**|{string}| Specifies the token based authentication access token to use when connect to the target database. |
134-
|**/AzureKeyVaultAuthMethod:**|**/akv**|{Interactive|ClientIdSecret}|Specifies what authentication method is used for accessing Azure KeyVault |
134+
|**/AzureKeyVaultAuthMethod:**|**/akv**|{Interactive|ClientIdSecret}|Specifies what authentication method is used for accessing Azure KeyVault if a publish operation includes modifications to an encrypted table/column. |
135135
|**/ClientId:**|**/cid**|{string}|Specifies the Client ID to be used in authenticating against Azure KeyVault, when necessary |
136136
|**/DeployScriptPath:**|**/dsp**|{string}|Specifies an optional file path to output the deployment script. For Azure deployments, if there are TSQL commands to create or modify the master database, a script will be written to the same path but with "Filename_Master.sql" as the output file name. |
137137
|**/DeployReportPath:**|**/drp**|{string}|Specifies an optional file path to output the deployment report xml file. |

0 commit comments

Comments
 (0)