Skip to content

Commit 8b8554b

Browse files
authored
Merge pull request #101348 from msrini-MSFT/patch-91
(AzureCXP) fixes MicrosoftDocs/azure-docs#46254
2 parents c062b53 + 4d895ed commit 8b8554b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ It takes up to 30 minutes for feature registration to complete. You can check yo
3838
Check on the registration as follows:
3939
```azurepowershell
4040
Get-AzProviderFeature -FeatureName AllowIPv6VirtualNetwork -ProviderNamespace Microsoft.Network
41-
Get-AzProviderFeature -FeatureName AllowIPv6CAOnStandardLB -ProviderNamespace
41+
Get-AzProviderFeature -FeatureName AllowIPv6CAOnStandardLB -ProviderNamespace Microsoft.Network
4242
```
4343
After the registration is complete, run the following command:
4444

0 commit comments

Comments
 (0)