Skip to content

Commit 7234890

Browse files
committed
added note to article
1 parent 832baf2 commit 7234890

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/automation/shared-resources/modules.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Manage Modules in Azure Automation
33
description: This article describes how to manage modules in Azure Automation
44
services: automation
55
ms.service: automation
6-
author: bobbytreed
7-
ms.author: robreed
8-
ms.date: 06/05/2019
6+
author: mgoedtel
7+
ms.author: magoedte
8+
ms.date: 12/03/2019
99
ms.topic: conceptual
1010
manager: carmonm
1111
---
@@ -73,6 +73,10 @@ Remove-AzureRmAutomationModule -Name <moduleName> -AutomationAccountName <automa
7373

7474
The following is a listing of cmdlets in the internal `Orchestrator.AssetManagement.Cmdlets` module that is imported into every Automation Account. These cmdlets are accessible in your runbooks and DSC configurations and allow you to interact with your assets within your Automation Account. Additionally, the internal cmdlets allow you to retrieve secrets from encrypted **Variable** values, **Credentials**, and encrypted **Connection** fields. The Azure PowerShell cmdlets are not able to retrieve these secrets. These cmdlets do not require you to implicitly connect to Azure when using them, such as using a Run As Account to authenticate to Azure.
7575

76+
>[!NOTE]
77+
>These cmdlets are not available on a Hybrid Runbook Worker. Use the corresponding [AzureRM.Automation](https://docs.microsoft.com/powershell/module/AzureRM.Automation/?view=azurermps-6.13.0) or [Az modules](../az-modules.md).
78+
>
79+
7680
|Name|Description|
7781
|---|---|
7882
|Get-AutomationCertificate|`Get-AutomationCertificate [-Name] <string> [<CommonParameters>]`|

0 commit comments

Comments
 (0)