Skip to content

Commit

Permalink
AU: 1 updated - azure-developer-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Sep 15, 2022
1 parent c157398 commit 3aedb2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 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.1.0-beta5</version>
<version>0.2.0-beta1</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,13 +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[### 0.1.0-beta.5 (2022-08-25)
</description><releaseNotes><![CDATA[### 0.2.0-beta.1 (2022-09-14)
#### Bugs Fixed
#### Features Added
- [[#461]](https://github.com/Azure/azure-dev/pull/461) Fix for using a command output other than JSON.
- [[#480]](https://github.com/Azure/azure-dev/pull/480) Fix deploy error when using an environment name with capital letters.]]></releaseNotes>
- [[#172]](https://github.com/Azure/azure-dev/pull/172) Implement Infrastructure Provision Provider Model.
- [[#573]](https://github.com/Azure/azure-dev/pull/573) Add support for Terraform for infrastructure as code (IaC).
- [[#532]](https://github.com/Azure/azure-dev/pull/532) Add Terraform support for Python template.
- [[#646]](https://github.com/Azure/azure-dev/pull/646) Add Terraform support for Node.js template.
- [[#550]](https://github.com/Azure/azure-dev/pull/550) Add C## + Azure SQL template.
#### Breaking Changes
- [[#588]](https://github.com/Azure/azure-dev/pull/588) Update default view from `azd monitor` to overview dashboard.
]]></releaseNotes>

<dependencies>
<dependency id="git" version="2.37.1" />
<dependency id="gh" version="2.3.0" />
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.1.0-beta.5/azd-windows-amd64.zip'
$checksum = 'a4fa2fce8bf289d4c95d5f6c961d353903bbe15ddf96ac437cf47c5f3e99b82c'
$url = 'https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_0.2.0-beta.1/azd-windows-amd64.zip'
$checksum = '5e1811ca5c1e1e3c9242e364ad81ba923daef0f8035b9632a9896b3ad3c629bc'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 3aedb2d

Please sign in to comment.