Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/network-manager/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Azure CLI network Extension #
This is the extension for network
# Azure CLI virtual network manager Extension #
This is the extension for virtual network manager

### How to use ###
Install this extension using the below CLI command
```
az extension add --name network-manager
az extension add --name virtual-network-manager
```

Then, call it as you would any other az command:
Expand Down
2 changes: 1 addition & 1 deletion src/network-manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
HISTORY = f.read()

setup(
name='network',
name='virtual-network-manager',
version=VERSION,
description='Microsoft Azure Command-Line Tools NetworkManagementClient Extension',
author='Microsoft Corporation',
Expand Down