We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238e651 commit fa7b5b9Copy full SHA for fa7b5b9
src/azure-cli/azure/cli/command_modules/keyvault/_help.py
@@ -581,9 +581,9 @@
581
az keyvault network-rule add --ip-address 1.2.3.4 --name cli-mock-kv-nr --resource-group cli_mock_keyvault_network_rule
582
"""
583
584
-helps['keyvault network-rule add'] = """
+helps['keyvault network-rule remove'] = """
585
type: command
586
-short-summary: Remove a network rule to the network ACLs for a Key Vault or a Managed HSM.
+short-summary: Remove a network rule from the network ACLs for a Key Vault or a Managed HSM.
587
examples:
588
- name: Remove a specific IP address to the network access rules of a Key Vault in a specified resource group.
589
text: |
0 commit comments