Skip to content

Commit

Permalink
add in image to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 9, 2024
1 parent 33d14be commit 30ecfa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole-linuxvm
version: 0.6.10
version: 0.6.11
description: "An Azure TRE User Resource Template for Guacamole (Linux)"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"description": "Select Linux image to use for VM",
"enum": [
"Ubuntu 22.04 LTS",
"Ubuntu 22.04 LTS Data Science VM"
"Ubuntu 20.04 LTS",
"Ubuntu 20.04 LTS Data Science VM"
]
},
"vm_size": {
Expand Down

0 comments on commit 30ecfa2

Please sign in to comment.