Skip to content

Commit

Permalink
rename network manager by virtual network manager (#3980)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairu-ms committed Oct 19, 2021
1 parent 4ecb837 commit 304ca0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 304ca0a

Please sign in to comment.