Merge pull request #327959 from katexochen/azure-cli/extensions-update
azure-cli-extensions: update package set
This commit is contained in:
commit
bf1ecbee10
@ -1,6 +1,13 @@
|
||||
# This file is automatically generated. DO NOT EDIT! Read README.md
|
||||
{ mkAzExtension }:
|
||||
{
|
||||
acat = mkAzExtension rec {
|
||||
pname = "acat";
|
||||
version = "1.0.0b1";
|
||||
url = "https://azcliprod.blob.core.windows.net/cli-extensions/acat-${version}-py3-none-any.whl";
|
||||
sha256 = "9c228e93fdda531137ba6e5abad2b48577cf58512e4be0dee51cef111267327a";
|
||||
description = "Microsoft Azure Command-Line Tools Acat Extension";
|
||||
};
|
||||
account = mkAzExtension rec {
|
||||
pname = "account";
|
||||
version = "0.2.5";
|
||||
@ -52,9 +59,9 @@
|
||||
};
|
||||
aks-preview = mkAzExtension rec {
|
||||
pname = "aks-preview";
|
||||
version = "5.0.0b3";
|
||||
version = "6.0.0b1";
|
||||
url = "https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-${version}-py2.py3-none-any.whl";
|
||||
sha256 = "ff3f4cb237c87040662306e3b46bfaabde9ea4e7d3c23be55f3a829baf8404d0";
|
||||
sha256 = "2e04cfef1cb404760006d73786c57259f8e5c92bc42b9eaca7314301ce0ba1a4";
|
||||
description = "Provides a preview for upcoming AKS features";
|
||||
};
|
||||
akshybrid = mkAzExtension rec {
|
||||
@ -164,9 +171,9 @@
|
||||
};
|
||||
bastion = mkAzExtension rec {
|
||||
pname = "bastion";
|
||||
version = "1.0.1";
|
||||
version = "1.0.2";
|
||||
url = "https://azcliprod.blob.core.windows.net/cli-extensions/bastion-${version}-py3-none-any.whl";
|
||||
sha256 = "dbeef63e7b5c45028b7362709f9b41b250fe8d611b21baa00b8839d86848dc3e";
|
||||
sha256 = "1637b37374e8956d555ee89e005ceb952aed4e754b93a8ec887a4f90ce4e36f8";
|
||||
description = "Microsoft Azure Command-Line Tools Bastion Extension";
|
||||
};
|
||||
billing-benefits = mkAzExtension rec {
|
||||
@ -554,6 +561,13 @@
|
||||
sha256 = "0680948362e12138c9582e68e471533482749bd660bfe3c8c2a4d856e90927b0";
|
||||
description = "Microsoft Azure Command-Line Tools StorageImportExport Extension";
|
||||
};
|
||||
informatica = mkAzExtension rec {
|
||||
pname = "informatica";
|
||||
version = "1.0.0b1";
|
||||
url = "https://azcliprod.blob.core.windows.net/cli-extensions/informatica-${version}-py3-none-any.whl";
|
||||
sha256 = "6166ae91c78e74c01af3bd1ead2d62832707e176ea0f7d5d30a5dd485f482462";
|
||||
description = "Microsoft Azure Command-Line Tools Informatica Extension";
|
||||
};
|
||||
init = mkAzExtension rec {
|
||||
pname = "init";
|
||||
version = "0.1.0";
|
||||
@ -668,9 +682,9 @@
|
||||
};
|
||||
monitor-control-service = mkAzExtension rec {
|
||||
pname = "monitor-control-service";
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
url = "https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-${version}-py3-none-any.whl";
|
||||
sha256 = "d155c671cd3ba0799c7ecba590804c557e832f3714f7ce247fc1e34fa61f2225";
|
||||
sha256 = "3151a341845d053a4be45d9b7c04e1e15b88503ab6b110163a12b9aee6fd3cd9";
|
||||
description = "Microsoft Azure Command-Line Tools MonitorClient Extension";
|
||||
};
|
||||
network-analytics = mkAzExtension rec {
|
||||
@ -794,9 +808,9 @@
|
||||
};
|
||||
redisenterprise = mkAzExtension rec {
|
||||
pname = "redisenterprise";
|
||||
version = "0.1.4";
|
||||
version = "1.0.0";
|
||||
url = "https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-${version}-py3-none-any.whl";
|
||||
sha256 = "cb59ab44eb12b51ecc62f8a5b6302d166be5d6388cf8ff21bc49f2829128d031";
|
||||
sha256 = "e43737fefbb1205970254f369b0f0c33fbfd5b82d64eb2025228eb3a07bed3e7";
|
||||
description = "Microsoft Azure Command-Line Tools RedisEnterprise Extension";
|
||||
};
|
||||
reservation = mkAzExtension rec {
|
||||
@ -1004,9 +1018,9 @@
|
||||
};
|
||||
vm-repair = mkAzExtension rec {
|
||||
pname = "vm-repair";
|
||||
version = "1.0.6";
|
||||
version = "1.0.7";
|
||||
url = "https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-${version}-py2.py3-none-any.whl";
|
||||
sha256 = "c3fe396c4c769095f68fe765505e40ff4671b192e1a6daee584749044a906ca7";
|
||||
sha256 = "989b15053fe19f1dbb37fd4a31720e2a1ca622ecadaaa4b5c568c44e44c20fa6";
|
||||
description = "Auto repair commands to fix VMs";
|
||||
};
|
||||
vmware = mkAzExtension rec {
|
||||
|
Loading…
Reference in New Issue
Block a user