Skip to content

Commit

Permalink
AU: 2 updated - azure-developer-cli sqltoolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Oct 22, 2022
1 parent e82994f commit bad2504
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
19 changes: 15 additions & 4 deletions azure-developer-cli/azure-developer-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>azure-developer-cli</id>
<version>0.3.0-beta2</version>
<version>0.3.0-beta3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/azure-developer-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>Azure Developer CLI</title>
Expand All @@ -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.
</description><releaseNotes><![CDATA[#### Bugs Fixed
</description><releaseNotes><![CDATA[### 0.3.0-beta.3 (2022-10-21)
- [[#795]](https://github.com/Azure/azure-dev/pull/795) Fix cases where clicking the Azure deployment progress link provided in `azd provision` might result in a 404 NotFound error page due to timing.
- [[#755]](https://github.com/Azure/azure-dev/pull/755) Fix cases where `azd pipeline config` might fail in pushing the repository due to cached credentials.]]></releaseNotes>
#### 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.
]]></releaseNotes>

<dependencies>
<dependency id="git" version="2.37.1" />
Expand Down
4 changes: 2 additions & 2 deletions azure-developer-cli/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sqltoolbelt</id>
<version>2022.10.19</version>
<version>2022.10.20</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bad2504

Please sign in to comment.