|
2082 | 2082 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2083 | 2083 | </command:parameter>
|
2084 | 2084 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4" aliases="">
|
2085 |
| - <maml:name>WindowsCredential</maml:name> |
| 2085 | + <maml:name>Credential</maml:name> |
2086 | 2086 | <maml:description>
|
2087 |
| - <maml:para>Specifies the windows authentication credential user name and password. This cmdlet encrypts the credential data that this parameter specifies.</maml:para> |
| 2087 | + <maml:para>Specifies the Windows authentication credentials (user name and password) to be used. This cmdlet encrypts the credential data you specify here.</maml:para> |
2088 | 2088 | </maml:description>
|
2089 | 2089 | <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
|
2090 | 2090 | </command:parameter>
|
|
2120 | 2120 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2121 | 2121 | </command:parameter>
|
2122 | 2122 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5" aliases="">
|
2123 |
| - <maml:name>WindowsCredential</maml:name> |
| 2123 | + <maml:name>Credential</maml:name> |
2124 | 2124 | <maml:description>
|
2125 |
| - <maml:para>Specifies the windows authentication credential user name and password. This cmdlet encrypts the credential data that this parameter specifies.</maml:para> |
| 2125 | + <maml:para>Specifies the Windows authentication credentials (user name and password) to be used. This cmdlet encrypts the credential data you specify here.</maml:para> |
2126 | 2126 | </maml:description>
|
2127 | 2127 | <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
|
2128 | 2128 | </command:parameter>
|
|
2190 | 2190 | <dev:defaultValue></dev:defaultValue>
|
2191 | 2191 | </command:parameter>
|
2192 | 2192 | <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="5" aliases="">
|
2193 |
| - <maml:name>WindowsCredential</maml:name> |
| 2193 | + <maml:name>Credential</maml:name> |
2194 | 2194 | <maml:description>
|
2195 |
| - <maml:para>Specifies the windows authentication credential user name and password. This cmdlet encrypts the credential data that this parameter specifies.</maml:para> |
| 2195 | + <maml:para>Specifies the Windows authentication credentials (user name and password) to be used. This cmdlet encrypts the credential data you specify here.</maml:para> |
2196 | 2196 | </maml:description>
|
2197 | 2197 | <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
|
2198 | 2198 | <dev:type>
|
|
2277 | 2277 | <dev:code>
|
2278 | 2278 | PS C:\> $Value = ConvertTo-SecureString "Data Source=ContosoServer;Initial Catalog=catelog;Integrated Security=True" -AsPlainText -Force
|
2279 | 2279 | PS C:\> $Credential = Get-Credential
|
2280 |
| - PS C:\> New-AzureDataFactoryEncryptValue -DataFactoryName "UncycloADF" -GatewayName "UncycloGateway" -ResourceGroupName "ADF" -Value $Value -WindowsCredential $Credential |
| 2280 | + PS C:\> New-AzureDataFactoryEncryptValue -DataFactoryName "UncycloADF" -GatewayName "UncycloGateway" -ResourceGroupName "ADF" -Value $Value -Credential $Credential |
2281 | 2281 | data source=ContosoServer;initial catalog=catelog;EncryptedCredential=KAAAAAABAAAQAAAAQUU5MUVBNzY4QkFCQkI3MEUwRTMxOUNFNkM0MjRDOTVDNDk3RTcyRi8XAXyE/H+f3JydTkdg5t2g1eC/VtyF3NAD3idYnhrAphPJmO0pCaG5nH2IY48L3XJi7wabrlrGF+ieiWh1bwdgdxrW+t2jWPnLvT/ENUXtcevpx/dmTGKagH8TU9HLcoL1CAanb7Vkpga1B/uzRxBnVdsdtfvBzxG2M810tj1WzL8lFzA1mO5GbB0+ge116y0scL1vxjerjl5Muv0r0scG3lhj+IF0sXUMITFvhQwOIqweR052E6JlfJu+mTNFLCCkpw1iV+rhRhKqJF752dBuWjzI1EoyQUE17oK4OevkquuhUbfJmzj9BhGKQ+VkndAZiSw19FEGSC7JzoUe/XWEs/FJYrQCCXIeNS94J9/VzN6KPYJR1pzAYCtnhq+p8Q==
|
2282 | 2282 | </dev:code>
|
2283 | 2283 | <dev:remarks>
|
|
0 commit comments