Unverified Commit 709e3b3e authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

azure-cli-extensions.connectedk8s: 1.9.3 -> 1.11.0 (#463602)

parents 6fc89036 bb713844
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -196,14 +196,15 @@

  connectedk8s = mkAzExtension rec {
    pname = "connectedk8s";
    version = "1.9.3";
    version = "1.11.0";
    url = "https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-${version}-py2.py3-none-any.whl";
    hash = "sha256-4OuN92PXzIWgOWhWu/S4ofQ4AbITH6XSG1soUOljY+8=";
    hash = "sha256-Hl/+mS1Aj5Vsq2VFWrJuYmhXglt/wCr0ld67tK+tMak=";
    description = "Microsoft Azure Command-Line Tools Connectedk8s Extension";
    propagatedBuildInputs = with python3Packages; [
      azure-graphrbac
      azure-mgmt-hybridcompute
      kubernetes
      oras
      pycryptodome
      pyyaml
    ];