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: articles/automation/shared-resources/credentials.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,14 @@ An Automation credential asset holds an object, which contains security credenti
21
21
22
22
## Azure PowerShell Az cmdlets
23
23
24
-
For Azure PowerShell Az module, the cmdlets in the following table are used to create and manage automation credential assets with Windows PowerShell. They ship as part of the [AzureAz.Automation module](/powershell/azure/new-azureps-module-az), which is available for use in Automation runbooks and DSC configurations.
24
+
For Azure PowerShell Az module, the cmdlets in the following table are used to create and manage automation credential assets with Windows PowerShell. They ship as part of the [AzureAz.Automation module](/powershell/azure/new-azureps-module-az?view=azps-1.1.0), which is available for use in Automation runbooks and DSC configurations.
25
25
26
26
| Cmdlets | Description |
27
27
|:--- |:--- |
28
-
|[Get-AzAutomationCredential](/powershell/module/az.automation/get-azautomationcredential)|Retrieves information about a credential asset. This does not return a PSCredential object. |
29
-
|[New-AzAutomationCredential](/powershell/module/az.automation/new-azautomationcredential)|Creates a new Automation credential. |
30
-
|[Remove-AzAutomationCredential](/powershell/module/az.automation/remove-azautomationcredential)|Removes an Automation credential. |
31
-
|[Set-AzAutomationCredential](/powershell/module/az.automation/set-azautomationcredential)|Sets the properties for an existing Automation credential. |
28
+
|[Get-AzAutomationCredential](/powershell/module/az.automation/get-azautomationcredential?view=azps-3.3.0)|Retrieves information about a credential asset. This does not return a PSCredential object. |
29
+
|[New-AzAutomationCredential](/powershell/module/az.automation/new-azautomationcredential?view=azps-3.3.0)|Creates a new Automation credential. |
30
+
|[Remove-AzAutomationCredential](/powershell/module/az.automation/remove-azautomationcredential?view=azps-3.3.0)|Removes an Automation credential. |
31
+
|[Set-AzAutomationCredential](/powershell/module/az.automation/set-azautomationcredential?view=azps-3.3.0)|Sets the properties for an existing Automation credential. |
You can also use a credential to authenticate to Azure with [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount). Under most circumstances, you should use a [Run As account](../manage-runas-account.md) and retrieve it with [Get-AzAutomationConnection](../automation-connections.md).
95
+
You can also use a credential to authenticate to Azure with [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount?view=azps-3.3.0). Under most circumstances, you should use a [Run As account](../manage-runas-account.md) and retrieve it with [Get-AzAutomationConnection](../automation-connections.md).
0 commit comments