diff --git a/azure-developer-cli/azure-developer-cli.nuspec b/azure-developer-cli/azure-developer-cli.nuspec index 36f14519..1743a7bb 100644 --- a/azure-developer-cli/azure-developer-cli.nuspec +++ b/azure-developer-cli/azure-developer-cli.nuspec @@ -3,7 +3,7 @@ azure-developer-cli - 0.3.0-beta2 + 0.3.0-beta3 https://github.com/flcdrg/au-packages/tree/master/azure-developer-cli flcdrg Azure Developer CLI @@ -26,10 +26,21 @@ and the [Getting started](https://docs.microsoft.com/azure/developer/azure-devel ### Package notes This package installs and registers the `azd` command globally for all users. This contrasts with the original PowerShell script [https://aka.ms/install-azd.ps1](https://aka.ms/install-azd.ps1) that installs the CLI per-user. - +#### Features Added + +- [[#878]](https://github.com/Azure/azure-dev/pull/878) `azd down` supports purge of app configuration stores. + +#### Bugs Fixed + +- [[#925]](https://github.com/Azure/azure-dev/pull/925) Fix issues where running `azd infra create` with `--output==json` would emit invalid JSON. As part of this change, we now no longer emit multiple objects to `stdout` as part of an operation. Instead, progress messages are streamed in a structured way to `stderr`. + +#### Other Changes + +- [[#691]](https://github.com/Azure/azure-dev/pull/691) Rearrange Terraform templates by extracting common resources and using these common modules. +- [[#892]](https://github.com/Azure/azure-dev/pull/892) Simplify template bicep modules. +]]> diff --git a/azure-developer-cli/tools/chocolateyinstall.ps1 b/azure-developer-cli/tools/chocolateyinstall.ps1 index 08dc7bff..d3e9681a 100644 --- a/azure-developer-cli/tools/chocolateyinstall.ps1 +++ b/azure-developer-cli/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_0.3.0-beta.2/azd-windows-amd64.zip' -$checksum = 'e42478e91319c61b4c784815feb962c78053de9dfc0470bf4972672e17d19f7a' +$url = 'https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_0.3.0-beta.3/azd-windows-amd64.zip' +$checksum = '3a19c61e0cf7976c9e2d5d0dad4766f02a9901c996908fc75134d7b03a56fdac' $packageArgs = @{ packageName = $env:ChocolateyPackageName diff --git a/sqltoolbelt/sqltoolbelt.nuspec b/sqltoolbelt/sqltoolbelt.nuspec index 609d8d99..f6e97e0e 100644 --- a/sqltoolbelt/sqltoolbelt.nuspec +++ b/sqltoolbelt/sqltoolbelt.nuspec @@ -3,7 +3,7 @@ sqltoolbelt - 2022.10.19 + 2022.10.20 https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt kscelfo, flcdrg SQL Toolbelt diff --git a/sqltoolbelt/tools/chocolateyinstall.ps1 b/sqltoolbelt/tools/chocolateyinstall.ps1 index 5bdb203b..97d6868c 100644 --- a/sqltoolbelt/tools/chocolateyinstall.ps1 +++ b/sqltoolbelt/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://download.red-gate.com/installers/SQLToolbelt/2022-10-19/SQLToolbelt.exe' -$checksum = '8F16F72C254B49CEFC5B3DEFE08BD51F87B49C011137E66CF7E130CD63A23C23' +$url = 'https://download.red-gate.com/installers/SQLToolbelt/2022-10-20/SQLToolbelt.exe' +$checksum = 'F73F9C7314BBBF46C6770AD2B7006D25DBC98FD9638D119EA07FB00D9C085670' $validProductPackageNames = @( "SQL Compare",