Skip to content

Commit

Permalink
azure-cli-extensions.ssh: init at 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon-BP committed Aug 20, 2024
1 parent 6b4c53f commit 8ce923e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/by-name/az/azure-cli/extensions-manual.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@
meta.maintainers = with lib.maintainers; [ obreitwi ];
};

ssh = mkAzExtension rec {
pname = "ssh";
version = "2.0.5";
url = "https://azcliprod.blob.core.windows.net/cli-extensions/ssh-${version}-py3-none-any.whl";
sha256 = "80c98b10d7bf1ce4005b7694aedd05c47355456775ba6125308be65fb0fefc93";
description = "SSH into Azure VMs using RBAC and AAD OpenSSH Certificates";
propagatedBuildInputs = (
with python3Packages;
[
oras
oschmod
]
);
meta.maintainers = with lib.maintainers; [ gordon-bp ];
};

storage-preview = mkAzExtension rec {
pname = "storage-preview";
version = "1.0.0b2";
Expand Down

0 comments on commit 8ce923e

Please sign in to comment.