From 69f4571c7f63589e864a11f1f6dc2aee36a676e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 23 Jun 2020 13:36:01 +0200 Subject: [PATCH] azure-ps: Update to version 4.3.0.33052 --- bucket/azure-ps.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/azure-ps.json b/bucket/azure-ps.json index 6c61f44f24..ad84cb0bc4 100644 --- a/bucket/azure-ps.json +++ b/bucket/azure-ps.json @@ -1,16 +1,16 @@ { - "version": "4.2.0.32962", + "version": "4.3.0.33052", "description": "PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications.", "homepage": "https://aka.ms/azpsdocs", "license": "Apache-2.0", "architecture": { - "32bit": { - "url": "https://github.com/Azure/azure-powershell/releases/download/v4.2.0-June2020/Az-Cmdlets-4.2.0.32962-x86.msi", - "hash": "8531a5b9aaac94054e021e917d964b0d4464d9bada3a7982d2e10d49da82a42d" - }, "64bit": { - "url": "https://github.com/Azure/azure-powershell/releases/download/v4.2.0-June2020/Az-Cmdlets-4.2.0.32962-x64.msi", - "hash": "140339368f06ad5a8f003e5d35c727908dc4062755805c05e49059095109d53e" + "url": "https://github.com/Azure/azure-powershell/releases/download/v4.3.0-June2020/Az-Cmdlets-4.3.0.33052-x64.msi", + "hash": "e540c403c8be08edddc9845c553c21947a792c90b7707997a847515a9bdf8c9b" + }, + "32bit": { + "url": "https://github.com/Azure/azure-powershell/releases/download/v4.3.0-June2020/Az-Cmdlets-4.3.0.33052-x86.msi", + "hash": "b9026dbbc6af854203086aa208cde79b56688837a12d86c5b29b2b7fda3d58d8" } }, "extract_dir": "WindowsPowerShell\\Modules", @@ -23,11 +23,11 @@ }, "autoupdate": { "architecture": { - "32bit": { - "url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x86.msi" - }, "64bit": { "url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x64.msi" + }, + "32bit": { + "url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x86.msi" } } }