azure-cli-extensions.compute-diagnostic-rp: init at 1.0.0b1

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-04-26 16:21:51 +02:00
parent 37650e2f12
commit dfa9b50457

View File

@ -202,6 +202,13 @@
sha256 = "9ea6162d37fc3390be4dce64cb05c5c588070104f3e92a701ab475473565a8a9";
description = "Translate ARM template to executable Azure CLI scripts";
};
compute-diagnostic-rp = mkAzExtension rec {
pname = "compute-diagnostic-rp";
version = "1.0.0b1";
url = "https://azcliprod.blob.core.windows.net/cli-extensions/compute_diagnostic_rp-${version}-py3-none-any.whl";
sha256 = "810e93ce00c7d03df6da9a0faf57b966fb6da582311f9cae74b2b7e1e3c41423";
description = "Microsoft Azure Command-Line Tools ComputeDiagnosticRp Extension";
};
confidentialledger = mkAzExtension rec {
pname = "confidentialledger";
version = "1.0.0";