Skip to content

Commit 44c48a0

Browse files
authored
Commit uninstall script
1 parent 62510f8 commit 44c48a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

install/uninstall.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#/bin/bash
2+
3+
# uninstall azure-mgmt-compute
4+
pip uninstall azure_mgmt_compute
5+
6+
# uninstall azure-mgmt-resource
7+
pip uninstall azure_mgmt_resource
8+
9+
# uninstall azure-mgmt-network
10+
pip uninstall azure_mgmt_network

0 commit comments

Comments
 (0)