Skip to content

Commit b9098a8

Browse files
committed
cleanup
1 parent 5a5f613 commit b9098a8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/virtual-network/ip-services/create-public-ip-prefix-terraform.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ When you create a public IP address resource, you can assign a static public IP
2222

2323
[!INCLUDE [Terraform abstract](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2424

25-
- This tutorial requires version 2.0.28 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
26-
2725
In this article, you learn how to:
2826

2927
> [!div class="checklist"]
@@ -138,8 +136,6 @@ Once you create a prefix, you can create static IP addresses from the prefix. In
138136

139137
# [IPv6 address](#tab/ipv6-address)
140138

141-
To create a IPv6 public IP prefix, enter **IPv6** in the `--version` parameter.
142-
143139
:::code language="terraform" source="~/terraform_samples/quickstart/101-virtual-network-public-ip-prefix/main.tf" range="130-138, 116-128" highlight="2,21":::
144140

145141
---
@@ -166,8 +162,8 @@ To delete a public IP prefix, use [az network public-ip prefix delete](/cli/azur
166162
To delete a public IP prefix, use [Remove-AzPublicIpPrefix](/powershell/module/az.network/remove-azpublicipprefix).
167163

168164
```azurepowershell
169-
Remove-AzPublicIpPrefix ResourceGroupName=<resource_group_name> `
170-
Name=<public_ip_prefix_name>
165+
Remove-AzPublicIpPrefix -ResourceGroupName <resource_group_name> `
166+
-Name <public_ip_prefix_name>
171167
```
172168

173169
>[!NOTE]

0 commit comments

Comments
 (0)