azure-cli-extensions.blockchain: remove

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-04-26 16:21:13 +02:00
parent 0301d0487d
commit 37650e2f12
2 changed files with 3 additions and 7 deletions

View File

@ -181,13 +181,6 @@
sha256 = "f71250d1c26690cc0e175cd5c9bcd59e76c7b701bb3a47c8273e4cf8bcca878e";
description = "Microsoft Azure Command-Line Tools BillingBenefits Extension";
};
blockchain = mkAzExtension rec {
pname = "blockchain";
version = "0.1.1";
url = "https://azcliprod.blob.core.windows.net/cli-extensions/blockchain-${version}-py3-none-any.whl";
sha256 = "95a4788ab10052f6c1b4122db6ab140705db528e5cb3db3358580d703a2a7204";
description = "Microsoft Azure Command-Line Tools BlockchainManagementClient Extension";
};
blueprint = mkAzExtension rec {
pname = "blueprint";
version = "0.3.2";

View File

@ -13,4 +13,7 @@
distro
];
};
# Removed extensions
blockchain = throw "The 'blockchain' extension for azure-cli was deprecated upstream"; # Added 2024-04-26
}