Skip to content

Commit 4d895ed

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#46254
Missing Provider namespace is fixed
1 parent 7fd3b88 commit 4d895ed

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)