Skip to content

Commit dd32146

Browse files
authored
Merge pull request #38596 from jlian/patch-10
Fix incorrect command name
2 parents ca80395 + 16f2e39 commit dd32146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/programmatically-create-subscription.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ Azure responds with a list of all enrollment accounts you have access to:
8585

8686
[!INCLUDE [cloud-shell-powershell.md](../../includes/cloud-shell-powershell.md)]
8787

88-
Use the [Get-EnrollmentAccount command](/powershell/module/azurerm.billing/get-azurermenrollmentaccount) to list all enrollment accounts you have access to.
88+
Use the [Get-AzureRmEnrollmentAccount command](/powershell/module/azurerm.billing/get-azurermenrollmentaccount) to list all enrollment accounts you have access to.
8989

9090
```azurepowershell-interactive
91-
Get-EnrollmentAccount
91+
Get-AzureRmEnrollmentAccount
9292
```
9393

9494
Azure responds with a list of the Object IDs and email addresses of accounts.

0 commit comments

Comments
 (0)