Skip to content

Commit 76adfe9

Browse files
authored
Merge pull request #102993 from MGoedtel/task6114277
updated note in article
2 parents 9e79002 + 3c95b2b commit 76adfe9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/automation/shared-resources/modules.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: automation
55
ms.service: automation
66
author: mgoedtel
77
ms.author: magoedte
8-
ms.date: 12/03/2019
8+
ms.date: 01/31/2020
99
ms.topic: conceptual
1010
manager: carmonm
1111
---
@@ -55,11 +55,11 @@ You can also import modules from the PowerShell Gallery directly from your Autom
5555

5656
## Delete modules
5757

58-
If you have issues with a module or you need to roll back to a previous version of a module, you can delete it from your Automation Account. You can not delete the original version of the [default modules](#default-modules) that are imported when you create an Automation Account. If the module you want to delete is a newer version of one of the [default modules](#default-modules) installed, it will roll-back to the version that was installed with your Automation Account. Otherwise, any module you delete from your Automation Account will be removed.
58+
If you have issues with a module or you need to roll back to a previous version of a module, you can delete it from your Automation Account. You cannot delete the original version of the [default modules](#default-modules) that are imported when you create an Automation Account. If the module you want to delete is a newer version of one of the [default modules](#default-modules) installed, it will roll back to the version that was installed with your Automation Account. Otherwise, any module you delete from your Automation Account will be removed.
5959

6060
### Azure portal
6161

62-
In the Azure portal, navigate to your Automation Account and select **Modules** under **Shared Resources**. Select the module you want to remove. On the **Module** page, clcick **Delete**. If this module is one of the [default modules](#default-modules), it will be rolled back to the version that was present when the Automation Account was created.
62+
In the Azure portal, navigate to your Automation Account and select **Modules** under **Shared Resources**. Select the module you want to remove. On the **Module** page, select **Delete**. If this module is one of the [default modules](#default-modules), it will be rolled back to the version that was present when the Automation Account was created.
6363

6464
### PowerShell
6565

@@ -74,7 +74,7 @@ Remove-AzureRmAutomationModule -Name <moduleName> -AutomationAccountName <automa
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

7676
>[!NOTE]
77-
>These internal cmdlets are not available on a Hybrid Runbook Worker, they are only accessible from runbooks running in Azure. Use the corresponding [AzureRM.Automation](https://docs.microsoft.com/powershell/module/AzureRM.Automation/?view=azurermps-6.13.0) or [Az modules](../az-modules.md) for runbooks running directly on the computer or against resources in your environment.
77+
>These internal cmdlets are available on a Windows Hybrid Runbook Worker, they are not available on a Linux 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) for runbooks running directly on the computer or against resources in your environment.
7878
>
7979
8080
|Name|Description|
@@ -245,7 +245,7 @@ Add `[OutputType([<MyOutputType>])]` where MyOutputType is a valid type. To lear
245245

246246
## Default modules
247247

248-
The following table lists the modules that are imported by default when an Automation Account is created. The modules listed below can have newer versions of them imported, but the original version can not be removed from your Automation Account even if you delete a newer version of them.
248+
The following table lists the modules that are imported by default when an Automation Account is created. The modules listed below can have newer versions of them imported, but the original version cannot be removed from your Automation Account even if you delete a newer version of them.
249249

250250
|Module name|Version|
251251
|---|---|

0 commit comments

Comments
 (0)