Skip to content

Commit 3885e39

Browse files
committed
Merge pull request #193 from jtlibing/build
Update the help content for the New-AzureDataFactoryEncryptValue
2 parents 284befe + 1fe188f commit 3885e39

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/ResourceManager/DataFactories/Commands.DataFactories/Microsoft.Azure.Commands.DataFactories.dll-Help.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,14 +2123,14 @@
21232123
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="7" aliases="">
21242124
<maml:name>NonCredentialValue</maml:name>
21252125
<maml:description>
2126-
<maml:para>Specifies the non-credential part of the connection string value. It is only for ODBC connection string.</maml:para>
2126+
<maml:para>Specifies the non-credential part of the ODBC connection string. This parameter is applicable only for the ODBC linked service.</maml:para>
21272127
</maml:description>
21282128
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
21292129
</command:parameter>
21302130
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="8" aliases="">
21312131
<maml:name>AuthenticationType</maml:name>
21322132
<maml:description>
2133-
<maml:para>Specifies the authentication type. Allowed values: Windows, Basic, Anonymous.</maml:para>
2133+
<maml:para>Specifies the type of authentication to be used to connect to the data source. Allowed values: Windows, Basic, or Anonymous.</maml:para>
21342134
</maml:description>
21352135
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
21362136
</command:parameter>
@@ -2175,14 +2175,14 @@
21752175
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="7" aliases="">
21762176
<maml:name>NonCredentialValue</maml:name>
21772177
<maml:description>
2178-
<maml:para>Specifies the non-credential part of the connection string value. It is only for ODBC connection string.</maml:para>
2178+
<maml:para>Specifies the non-credential part of the ODBC connection string. This parameter is applicable only for the ODBC linked service.</maml:para>
21792179
</maml:description>
21802180
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
21812181
</command:parameter>
21822182
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="8" aliases="">
21832183
<maml:name>AuthenticationType</maml:name>
21842184
<maml:description>
2185-
<maml:para>Specifies the authentication type. Allowed values: Windows, Basic, Anonymous.</maml:para>
2185+
<maml:para>Specifies the type of authentication to be used to connect to the data source. Allowed values: Windows, Basic, or Anonymous.</maml:para>
21862186
</maml:description>
21872187
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
21882188
</command:parameter>
@@ -2276,7 +2276,7 @@
22762276
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="7" aliases="">
22772277
<maml:name>NonCredentialValue</maml:name>
22782278
<maml:description>
2279-
<maml:para>Specifies the non-credential part of the connection string value. It is only for ODBC connection string.</maml:para>
2279+
<maml:para>Specifies the non-credential part of the ODBC connection string. This parameter is applicable only for the ODBC linked service.</maml:para>
22802280
</maml:description>
22812281
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
22822282
<dev:type>
@@ -2288,7 +2288,7 @@
22882288
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="8" aliases="">
22892289
<maml:name>AuthenticationType</maml:name>
22902290
<maml:description>
2291-
<maml:para>Specifies the authentication type. Allowed values: Windows, Basic, Anonymous.</maml:para>
2291+
<maml:para>Specifies the type of authentication to be used to connect to the data source. Allowed values: Windows, Basic, or Anonymous.</maml:para>
22922292
</maml:description>
22932293
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
22942294
<dev:type>
@@ -2331,7 +2331,7 @@
23312331
<maml:para></maml:para>
23322332
</maml:introduction>
23332333
<dev:code>
2334-
PS C:\&gt;$Value = ConvertTo-SecureString 'Data Source=ContosoServer;Initial Catalog=catelog;user id =user123;password=password123' -AsPlainText -ForcePS
2334+
PS C:\&gt;$Value = ConvertTo-SecureString 'Data Source=ContosoServer;Initial Catalog=catelog;user id =user123;password=password123' -AsPlainText -Force
23352335
</dev:code>
23362336
<dev:code>
23372337
PS C:\&gt;New-AzureDataFactoryEncryptValue -DataFactoryName "UncycloADF" -GatewayName "UncycloGateway" -ResourceGroupName "ADF" -Value $Value -Type OnPremisesSqlLinkedService
@@ -2348,7 +2348,7 @@
23482348
</command:commandLines>
23492349
</command:example>
23502350
<command:example>
2351-
<maml:title>Example 2: Encrypt a windows authentication non-ODBC connection string</maml:title>
2351+
<maml:title>Example 2: Encrypt a non-ODBC connection string that uses Windows authentication.</maml:title>
23522352
<maml:introduction>
23532353
<maml:para></maml:para>
23542354
</maml:introduction>
@@ -2374,7 +2374,7 @@
23742374
</command:commandLines>
23752375
</command:example>
23762376
<command:example>
2377-
<maml:title>Example 3: Encrypt the server name and credentials for File system linked service</maml:title>
2377+
<maml:title>Example 3: Encrypt server name and credentials for File system linked service</maml:title>
23782378
<maml:introduction>
23792379
<maml:para></maml:para>
23802380
</maml:introduction>
@@ -2401,7 +2401,7 @@
24012401
<maml:para></maml:para>
24022402
</maml:introduction>
24032403
<dev:code>
2404-
PS C:\&gt;$Value = ConvertTo-SecureString 'UID=user123;PWD=password123;AuthMode=mode1;Token=token1' -AsPlainText -ForcePS
2404+
PS C:\&gt;$Value = ConvertTo-SecureString 'UID=user123;PWD=password123;AuthMode=mode1;Token=token1' -AsPlainText -Force
24052405
</dev:code>
24062406
<dev:code>
24072407
PS C:\&gt;New-AzureDataFactoryEncryptValue -DataFactoryName "UncycloADF" -GatewayName "UncycloGateway" -ResourceGroupName "ADF" -Value $Value -Type OnPremisesOdbcLinkedService -nonCredentialValue "Driver=CustomizedDriver;Server=ContosoServer;Database=ContosoDatabase;" -AuthenticationType "Basic"

0 commit comments

Comments
 (0)