Skip to content

Commit f2cc08a

Browse files
authored
Update articles/virtual-machines/windows/image-builder-powershell.md
1 parent c7d4337 commit f2cc08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/image-builder-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
2626
If you choose to use PowerShell locally, this article requires that you install the Azure PowerShell
2727
module and connect to your Azure account by using the [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) cmdlet. For more information, see [Install Azure PowerShell](/powershell/azure/install-az-ps).
2828

29-
Note that some of the steps require cmdlets from the [Az.ImageBuilder](https://www.powershellgallery.com/packages/Az.ImageBuilder) module, which needs to be installed separately by
29+
Some of the steps require cmdlets from the [Az.ImageBuilder](https://www.powershellgallery.com/packages/Az.ImageBuilder) module. Install separately by using the following command.
3030

3131
```azurepowershell-interactive
3232
Install-Module -Name Az.ImageBuilder

0 commit comments

Comments
 (0)