Skip to content

Commit

Permalink
Update Windows VM images (#4198)
Browse files Browse the repository at this point in the history
* Update VM images

* update changelog

---------

Co-authored-by: Tamir Kamara <[email protected]>
  • Loading branch information
tamirkamara and Tamir Kamara authored Dec 16, 2024
1 parent 6c7a450 commit df31985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ENHANCEMENTS:
* Move Github PR bot commands into main documentation ([#4167](https://github.com/microsoft/AzureTRE/pull/4167))
* Block Authentication with keys to CosmosDB SQL account ([#4175](https://github.com/microsoft/AzureTRE/pull/4175))
* Add support for customer-managed keys encryption in base workspace ([#4161](https://github.com/microsoft/AzureTRE/pull/4161))
* Update Windows VM Images ([#4198](https://github.com/microsoft/AzureTRE/pull/4198))

BUG FIXES:
- Update KeyVault references in API to use the version so Terraform cascades the update ([#4112](https://github.com/microsoft/AzureTRE/pull/4112))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole-windowsvm
version: 1.0.4
version: 1.0.6
description: "An Azure TRE User Resource Template for Guacamole (Windows 10)"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand All @@ -18,14 +18,14 @@ custom:
source_image_reference:
publisher: MicrosoftWindowsDesktop
offer: Windows-10
sku: win10-21h2-pro-g2
sku: win10-22h2-pro-g2
version: latest
conda_config: false
"Windows 11":
source_image_reference:
publisher: microsoftwindowsdesktop
offer: windows-11
sku: win11-23h2-pro
sku: win11-24h2-pro
version: latest
conda_config: false
"Server 2019 Data Science VM":
Expand Down

0 comments on commit df31985

Please sign in to comment.