Skip to content

Commit 280a7f9

Browse files
authored
Merge pull request #185393 from brianlehr/patch-49
Update public-ip-upgrade-classic.md
2 parents 611c422 + 00cb1c6 commit 280a7f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/ip-services/public-ip-upgrade-classic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ In this section, you'll use the Azure PowerShell Service Management module to mi
3434
3535
```azurepowershell-interactive
3636
$validate = Move-AzureReservedIP -ReservedIPName 'myReservedIP' -Validate
37-
$validate.ValidationMessages
37+
$validate
3838
3939
```
4040

41-
The previous command displays any warnings and errors that block migration. If validation is successful, you can continue with the following steps to **Prepare** and **Commit** the migration:
41+
The previous command displays the result of the operation or any warnings and errors that block migration. If validation is successful, you can continue with the following steps to **Prepare** and **Commit** the migration:
4242

4343
```azurepowershell-interactive
4444
Move-AzureReservedIP -ReservedIPName 'myReservedIP' -Prepare
@@ -71,4 +71,4 @@ A new resource group in Azure Resource Manager is created using the name of the
7171
For more information on public IP addresses in Azure, see:
7272

7373
- [Public IP addresses in Azure](public-ip-addresses.md)
74-
- [Create a public IP - Azure portal](./create-public-ip-portal.md)
74+
- [Create a public IP - Azure portal](./create-public-ip-portal.md)

0 commit comments

Comments
 (0)