Skip to content

Commit 68daf39

Browse files
committed
linter clean
1 parent 4b20d47 commit 68daf39

File tree

1 file changed

+0
-16
lines changed
  • src/azure-cli/azure/cli/command_modules/network

1 file changed

+0
-16
lines changed

src/azure-cli/azure/cli/command_modules/network/_help.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6239,19 +6239,3 @@
62396239
--resource-type vpnConnection --storage-account MyStorageAccount \\
62406240
--storage-path https://{storageAccountName}.blob.core.windows.net/{containerName}
62416241
"""
6242-
6243-
helps['network virtual-appliance create'] = """
6244-
type: command
6245-
short-summary: Create a Network Virtual Appliance (NVA) in a Virtual Network.
6246-
long-summary: >
6247-
Supports providing either a Virtual Hub or an interface configuration file for VNet deployment.
6248-
parameters:
6249-
- name: --interface-config
6250-
short-summary: Path to a JSON file specifying NIC configurations for the NVA.
6251-
examples:
6252-
- name: Create an NVA in a VNet with two NICs using an interface configuration file.
6253-
text: |
6254-
az network virtual-appliance create -n MyNva -g MyRG --vendor barracudasdwanrelease \\
6255-
--scale-unit 2 --version latest --asn 10000 \\
6256-
--interface-config @nva-interface-config-example.json
6257-
"""

0 commit comments

Comments
 (0)