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

This commit is contained in:
Paul Meyer 2025-05-05 11:24:28 +02:00 committed by GitHub
commit 3e7a0529cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,9 +16,9 @@
{
application-insights = mkAzExtension rec {
pname = "application-insights";
version = "1.2.3";
version = "2.0.0b1";
url = "https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-${version}-py2.py3-none-any.whl";
hash = "sha256-yUHCMtBDZmNuE1TP4AcIUhAT+IpbHnR0DYBH7EbZBZk=";
hash = "sha256-4akS+zbaKxFrs0x0uKP/xX28WyK5KLduOkgZaBYeANM=";
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 ];