Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00cb1c6

Browse files
authoredJan 19, 2022
Update public-ip-upgrade-classic.md
Modified PowerShell validation slightly ------- cc: @asudbring
1 parent 6e82b59 commit 00cb1c6

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)
Please sign in to comment.