Skip to content

Commit b9d2fa2

Browse files
authored
fix keyvault doc (Azure#12048)
1 parent 289ccc5 commit b9d2fa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/KeyVault/KeyVault/help/Add-AzKeyVaultNetworkRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Add-AzKeyVaultNetworkRule [-ResourceId] <String> [-IpAddressRange <String[]>]
3636
## DESCRIPTION
3737
The **Add-AzKeyVaultNetworkRule** cmdlet grants or restricts access to a key vault to a set of caller designated by their IP addresses or the virtual network to which they belong. The rule has the potential to restrict access for other users, applications, or security groups which have been granted permissions via the access policy.
3838

39+
Please note that any IP range inside `10.0.0.0–10.255.255.255` (private IP addresses) cannot be used to add network rules.
40+
3941
## EXAMPLES
4042

4143
### Example 1

0 commit comments

Comments
 (0)