We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
az acr network-rule add
1 parent edd9e48 commit 57b94ddCopy full SHA for 57b94dd
1 file changed
src/azure-cli/azure/cli/command_modules/acr/_help.py
@@ -364,6 +364,9 @@
364
- name: Add a rule to allow access for a specific IP address-range.
365
text: >
366
az acr network-rule add -n myregistry --ip-address 23.45.1.0/24
367
+ - name: Add a rule to allow access for a specific virtual network.
368
+ text: >
369
+ az acr network-rule add -n myregistry --subnet $subnetId
370
"""
371
372
helps['acr network-rule list'] = """
0 commit comments