Loading pkgs/by-name/az/azure-cli/extensions-manual.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ # Checkout ./README.md for more information. { config, lib, mkAzExtension, mycli, Loading Loading @@ -83,6 +84,8 @@ meta.maintainers = with lib.maintainers; [ katexochen ]; }; } // lib.optionalAttrs config.allowAliases { # 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 Loading Loading
pkgs/by-name/az/azure-cli/extensions-manual.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ # Checkout ./README.md for more information. { config, lib, mkAzExtension, mycli, Loading Loading @@ -83,6 +84,8 @@ meta.maintainers = with lib.maintainers; [ katexochen ]; }; } // lib.optionalAttrs config.allowAliases { # 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 Loading