Skip to content

Commit 6bd2806

Browse files
authored
Merge pull request #301626 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents af2fc8b + aabc021 commit 6bd2806

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/automation/shared-resources/modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ author: jasminemehndir
2121
2222
Azure Automation uses a number of PowerShell modules to enable cmdlets in runbooks and DSC resources in DSC configurations. Supported modules include:
2323

24-
* [Azure PowerShell Az.Automation](/powershell/azure/new-azureps-module-az).
24+
* [Azure PowerShell Az modules](/powershell/azure/new-azureps-module-az).
2525
* Other PowerShell modules.
26-
* Internal `Orchestrator.AssetManagement.Cmdlets` module.
27-
* Python 2 modules.
26+
* Internal `Orchestrator.AssetManagement.Cmdlets` module (not available on a Linux Hybrid Runbook Worker).
27+
* Python 2 and Python 3 modules.
2828
* Custom modules that you create.
2929

3030
When you create an Automation account, Azure Automation imports some modules by default. See [Default modules](#default-modules).

articles/operator-nexus/quickstarts-virtual-machine-deployment-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ VM_DISK_SIZE="64"
7878

7979
# Virtual Machine Image parameters
8080
VM_IMAGE="<VM image, example: myacr.azurecr.io/ubuntu:20.04>"
81-
ACR_URL="<Azure container registry URL, example: myacr.azurecr.io>"
82-
ACR_USERNAME="<Azure container registry username>"
83-
ACR_PASSWORD="<Azure container registry password>"
81+
ACR_URL="<Azure Container Registry URL, example: myacr.azurecr.io>"
82+
ACR_USERNAME="<Azure Container Registry username>"
83+
ACR_PASSWORD="<Azure Container Registry password>"
8484
```
8585

8686
> [!IMPORTANT]

articles/operator-nexus/quickstarts-virtual-machine-deployment-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ $VM_DISK_SIZE="64"
100100
101101
# Virtual Machine Image parameters
102102
$VM_IMAGE="<VM image, example: myacr.azurecr.io/ubuntu:20.04>"
103-
$ACR_URL="<Azure container registry URL, example: myacr.azurecr.io>"
104-
$ACR_USERNAME="<Azure container registry username>"
103+
$ACR_URL="<Azure Container Registry URL, example: myacr.azurecr.io>"
104+
$ACR_USERNAME="<Azure Container Registry username>"
105105
106106
$NETWORKATTACHMENT = New-AzNetworkCloudNetworkAttachmentObject `
107107
-AttachedNetworkId $L3_NETWORK_ID `

0 commit comments

Comments
 (0)