|
2123 | 2123 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="7" aliases="">
|
2124 | 2124 | <maml:name>NonCredentialValue</maml:name>
|
2125 | 2125 | <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> |
2127 | 2127 | </maml:description>
|
2128 | 2128 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2129 | 2129 | </command:parameter>
|
2130 | 2130 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="8" aliases="">
|
2131 | 2131 | <maml:name>AuthenticationType</maml:name>
|
2132 | 2132 | <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> |
2134 | 2134 | </maml:description>
|
2135 | 2135 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2136 | 2136 | </command:parameter>
|
|
2175 | 2175 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="7" aliases="">
|
2176 | 2176 | <maml:name>NonCredentialValue</maml:name>
|
2177 | 2177 | <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> |
2179 | 2179 | </maml:description>
|
2180 | 2180 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2181 | 2181 | </command:parameter>
|
2182 | 2182 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="8" aliases="">
|
2183 | 2183 | <maml:name>AuthenticationType</maml:name>
|
2184 | 2184 | <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> |
2186 | 2186 | </maml:description>
|
2187 | 2187 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2188 | 2188 | </command:parameter>
|
|
2276 | 2276 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="7" aliases="">
|
2277 | 2277 | <maml:name>NonCredentialValue</maml:name>
|
2278 | 2278 | <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> |
2280 | 2280 | </maml:description>
|
2281 | 2281 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2282 | 2282 | <dev:type>
|
|
2288 | 2288 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="8" aliases="">
|
2289 | 2289 | <maml:name>AuthenticationType</maml:name>
|
2290 | 2290 | <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> |
2292 | 2292 | </maml:description>
|
2293 | 2293 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2294 | 2294 | <dev:type>
|
|
2331 | 2331 | <maml:para></maml:para>
|
2332 | 2332 | </maml:introduction>
|
2333 | 2333 | <dev:code>
|
2334 |
| - PS C:\>$Value = ConvertTo-SecureString 'Data Source=ContosoServer;Initial Catalog=catelog;user id =user123;password=password123' -AsPlainText -ForcePS |
| 2334 | + PS C:\>$Value = ConvertTo-SecureString 'Data Source=ContosoServer;Initial Catalog=catelog;user id =user123;password=password123' -AsPlainText -Force |
2335 | 2335 | </dev:code>
|
2336 | 2336 | <dev:code>
|
2337 | 2337 | PS C:\>New-AzureDataFactoryEncryptValue -DataFactoryName "UncycloADF" -GatewayName "UncycloGateway" -ResourceGroupName "ADF" -Value $Value -Type OnPremisesSqlLinkedService
|
|
2348 | 2348 | </command:commandLines>
|
2349 | 2349 | </command:example>
|
2350 | 2350 | <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> |
2352 | 2352 | <maml:introduction>
|
2353 | 2353 | <maml:para></maml:para>
|
2354 | 2354 | </maml:introduction>
|
|
2374 | 2374 | </command:commandLines>
|
2375 | 2375 | </command:example>
|
2376 | 2376 | <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> |
2378 | 2378 | <maml:introduction>
|
2379 | 2379 | <maml:para></maml:para>
|
2380 | 2380 | </maml:introduction>
|
|
2401 | 2401 | <maml:para></maml:para>
|
2402 | 2402 | </maml:introduction>
|
2403 | 2403 | <dev:code>
|
2404 |
| - PS C:\>$Value = ConvertTo-SecureString 'UID=user123;PWD=password123;AuthMode=mode1;Token=token1' -AsPlainText -ForcePS |
| 2404 | + PS C:\>$Value = ConvertTo-SecureString 'UID=user123;PWD=password123;AuthMode=mode1;Token=token1' -AsPlainText -Force |
2405 | 2405 | </dev:code>
|
2406 | 2406 | <dev:code>
|
2407 | 2407 | PS C:\>New-AzureDataFactoryEncryptValue -DataFactoryName "UncycloADF" -GatewayName "UncycloGateway" -ResourceGroupName "ADF" -Value $Value -Type OnPremisesOdbcLinkedService -nonCredentialValue "Driver=CustomizedDriver;Server=ContosoServer;Database=ContosoDatabase;" -AuthenticationType "Basic"
|
|
0 commit comments