mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
azure-cli-extensions.vm-repair: remove
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
92ceff55c9
commit
0a0d962db0
|
@ -1023,13 +1023,6 @@
|
|||
sha256 = "0ef7b4bf9ffd0aa1ad5c50e15a343276636bcfe0296e52d2ee5f0b75ce70633d";
|
||||
description = "Manage virtual WAN, hubs, VPN gateways and VPN sites";
|
||||
};
|
||||
vm-repair = mkAzExtension rec {
|
||||
pname = "vm-repair";
|
||||
version = "1.0.7";
|
||||
url = "https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-${version}-py2.py3-none-any.whl";
|
||||
sha256 = "989b15053fe19f1dbb37fd4a31720e2a1ca622ecadaaa4b5c568c44e44c20fa6";
|
||||
description = "Auto repair commands to fix VMs";
|
||||
};
|
||||
vmware = mkAzExtension rec {
|
||||
pname = "vmware";
|
||||
version = "6.0.1";
|
||||
|
|
|
@ -62,4 +62,5 @@
|
|||
|
||||
# Removed extensions
|
||||
blockchain = throw "The 'blockchain' extension for azure-cli was deprecated upstream"; # Added 2024-04-26
|
||||
vm-repair = throw "The 'vm-repair' extension for azure-cli was deprecated upstream"; # Added 2024-08-06
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue