You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/DataFactories/Commands.DataFactories.Test/UnitTests/NewDataFactoryEncryptValueTests.cs
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ public void TestOnPremDatasourceEncryptionSQLAuth()
Copy file name to clipboardExpand all lines: src/ResourceManager/DataFactories/Commands.DataFactories/Encrypt/NewAzureDataFactoryEncryptValueCommand.cs
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,14 @@ public class NewAzureDataFactoryEncryptValueCommand : DataFactoryBaseCmdlet
46
46
[Parameter(ParameterSetName=ByFactoryName,Position=4,Mandatory=false,HelpMessage="The windows authentication credential.")]
47
47
publicPSCredentialCredential{get;set;}
48
48
49
-
[Parameter(ParameterSetName=ByFactoryObject,Position=4,Mandatory=false,HelpMessage="The linked service type.")]
50
-
[Parameter(ParameterSetName=ByFactoryName,Position=5,Mandatory=false,HelpMessage="The linked service type.")]
0 commit comments