azure-cli-extensions.application-insights: 1.2.1 -> 1.2.2 (#379320)

authored by Paul Meyer and committed by GitHub 06f4b2f9 00769b05

+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.1"; 20 url = "https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-${version}-py2.py3-none-any.whl"; 21 - hash = "sha256-4fqCTrWH4r7H9MtNHEzhAzqz0/rGWvQt1iGPZzsBnO4="; 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 = "1.2.2"; 20 url = "https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-${version}-py2.py3-none-any.whl"; 21 + hash = "sha256-ijmPj8jG+s+855jly3m5wEz5myS8pxU/Scf7lRP2VvI="; 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 ];