azure-cli-extensions.application-insights: 1.2.3 -> 2.0.0b1 (#401883)

authored by Paul Meyer and committed by GitHub 3e7a0529 3642d686

+2 -2
+2 -2
pkgs/by-name/az/azure-cli/extensions-manual.nix
··· 16 { 17 application-insights = mkAzExtension rec { 18 pname = "application-insights"; 19 - version = "1.2.3"; 20 url = "https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-${version}-py2.py3-none-any.whl"; 21 - hash = "sha256-yUHCMtBDZmNuE1TP4AcIUhAT+IpbHnR0DYBH7EbZBZk="; 22 description = "Support for managing Application Insights components and querying metrics, events, and logs from such components"; 23 propagatedBuildInputs = with python3Packages; [ isodate ]; 24 meta.maintainers = with lib.maintainers; [ andreasvoss ];
··· 16 { 17 application-insights = mkAzExtension rec { 18 pname = "application-insights"; 19 + version = "2.0.0b1"; 20 url = "https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-${version}-py2.py3-none-any.whl"; 21 + hash = "sha256-4akS+zbaKxFrs0x0uKP/xX28WyK5KLduOkgZaBYeANM="; 22 description = "Support for managing Application Insights components and querying metrics, events, and logs from such components"; 23 propagatedBuildInputs = with python3Packages; [ isodate ]; 24 meta.maintainers = with lib.maintainers; [ andreasvoss ];