Skip to content

Commit

Permalink
AU: 1 updated - azdata-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpaux committed Aug 12, 2022
1 parent 4799367 commit 946f39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azdata-cli/azdata-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>azdata-cli</id>
<version>20.3.12</version>
<version>20.3.13</version>
<title>Azure Data CLI</title>
<authors>Microsoft</authors>
<projectUrl>https://docs.microsoft.com/en-us/sql/azdata/install/deploy-install-azdata</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions azdata-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $packageName = 'azdata-cli'

$packageArgs = @{
packageName = $packageName
url = 'https://download.microsoft.com/download/f/f/f/fffaa914-d4f7-4885-89c7-696bbfe7670a/azdata-cli-20.3.12.msi'
url = 'https://download.microsoft.com/download/f/f/f/fffaa914-d4f7-4885-89c7-696bbfe7670a/azdata-cli-20.3.13.msi'
fileType = "msi"

softwareName = 'Microsoft Data CLI'
checksum = '98b2672002ec154966fd0d9751da92092e003f6d4a79f41eb176fd7529b3ccf0'
checksum = 'b54de2b1d7830c590f4135eccb4cf7ef297f8a29cbdefad182d4d075bb51e804'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 946f39b

Please sign in to comment.