Unverified Commit a0d1865a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

parents a08041e7 1b3fbe43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];