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 May 11, 2022
1 parent 30f34bb commit 878f15e
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.10</version>
<version>20.3.11</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.10.msi'
url = 'https://download.microsoft.com/download/f/f/f/fffaa914-d4f7-4885-89c7-696bbfe7670a/azdata-cli-20.3.11.msi'
fileType = "msi"

softwareName = 'Microsoft Data CLI'
checksum = 'f5ff2fd67c1813725f448b4ac2ff259a83b81d5802efebc1fba3d804940947fd'
checksum = 'e7084b857db856ef99c08f73c77073021d41168d49b4974dfc4499b1dab02908'
checksumType = 'sha256'

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

0 comments on commit 878f15e

Please sign in to comment.