azure-cli-extensions.application-insights: 1.2.2 -> 1.2.3 (#390354)

This commit is contained in:
Weijia Wang
2025-03-29 23:53:52 +01:00
committed by GitHub
@@ -16,9 +16,9 @@
{
application-insights = mkAzExtension rec {
pname = "application-insights";
version = "1.2.2";
version = "1.2.3";
url = "https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-${version}-py2.py3-none-any.whl";
hash = "sha256-ijmPj8jG+s+855jly3m5wEz5myS8pxU/Scf7lRP2VvI=";
hash = "sha256-yUHCMtBDZmNuE1TP4AcIUhAT+IpbHnR0DYBH7EbZBZk=";
description = "Support for managing Application Insights components and querying metrics, events, and logs from such components";
propagatedBuildInputs = with python3Packages; [ isodate ];
meta.maintainers = with lib.maintainers; [ andreasvoss ];