Merge pull request #335765 from katexochen/azure-cli-extensions-storage-preview/init

azure-cli-extensions.storage-preview: init at 1.0.0b2
This commit is contained in:
superherointj
2024-08-19 11:09:25 -03:00
committed by GitHub
@@ -60,6 +60,16 @@
meta.maintainers = with lib.maintainers; [ obreitwi ];
};
storage-preview = mkAzExtension rec {
pname = "storage-preview";
version = "1.0.0b2";
url = "https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-${version}-py2.py3-none-any.whl";
sha256 = "2de8fa421622928a308bb70048c3fdf40400bad3b34afd601d0b3afcd8b82764";
description = "Provides a preview for upcoming storage features";
propagatedBuildInputs = with python3Packages; [ azure-core ];
meta.maintainers = with lib.maintainers; [ katexochen ];
};
# 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