Skip to content

Commit

Permalink
[Windows] Fix AzCli Signature and Install Azure CosmosDb Emulator thu…
Browse files Browse the repository at this point in the history
…mbprint (actions#11004)

* Fix azcli,cosmosdb and remove vscomponent

* Update visual studio signature

* revert toolset-2022.json changes
  • Loading branch information
kishorekumar-anchala authored Nov 20, 2024
1 parent b205509 commit cb9e366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/windows/scripts/build/Install-AzureCli.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ New-Item -ItemType 'Directory' -Path $azureCliExtensionPath | Out-Null

Install-Binary -Type MSI `
-Url 'https://aka.ms/installazurecliwindowsx64' `
-ExpectedSignature '245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D'
-ExpectedSignature '8F985BE8FD256085C90A95D3C74580511A1DB975'

Update-Environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

Install-Binary -Type MSI `
-Url "https://aka.ms/cosmosdb-emulator" `
-ExpectedSHA256Sum "DB9D5E496C5FDAE17C12C03385D2BAC973DA61C280023D9FDC9A6020220BEE41"
-ExpectedSHA256Sum "1EF64CF9CD13C611AAC394113A703AF6F525C7C39BFB6B4C3F884D57F6F1D1CF"

Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator"

0 comments on commit cb9e366

Please sign in to comment.