Skip to content

Commit

Permalink
Allow workspace App Service Plan SKU to be updated microsoft#4331
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyry committed Feb 7, 2025
1 parent a73cf2f commit 729ac91
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ BUG FIXES:
* Windows R version must be 4.1.2 otherwise post install script doesn't update package mirror URL ([#4288](https://github.com/microsoft/AzureTRE/issues/4288))
* Recreate tre_output.json if empty. ([[#4292](https://github.com/microsoft/AzureTRE/issues/4292)])
* Ensure R directory is present before attempting to update package mirror URL ([#4332](https://github.com/microsoft/AzureTRE/pull/4332))
* Allow workspace App Service Plan SKU to be updated ([#4331](https://github.com/microsoft/AzureTRE/issues/4331))

COMPONENTS:

Expand Down
2 changes: 1 addition & 1 deletion templates/workspaces/airlock-import-review/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-workspace-airlock-import-review
version: 0.14.2
version: 0.14.3
description: "A workspace to do Airlock Data Import Reviews for Azure TRE"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"title": "App Service Plan SKU",
"description": "The SKU that will be used when deploying an Azure App Service Plan.",
"default": "P1v3",
"updateable": true,
"enum": [
"P0v3",
"P1v3",
Expand Down
2 changes: 1 addition & 1 deletion templates/workspaces/base/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-workspace-base
version: 1.9.2
version: 1.9.3
description: "A base Azure TRE workspace"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
1 change: 1 addition & 0 deletions templates/workspaces/base/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"title": "App Service Plan SKU",
"description": "The SKU that will be used when deploying an Azure App Service Plan.",
"default": "P1v3",
"updateable": true,
"enum": [
"P0v3",
"P1v3",
Expand Down
2 changes: 1 addition & 1 deletion templates/workspaces/unrestricted/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-workspace-unrestricted
version: 0.13.2
version: 0.13.3
description: "A base Azure TRE workspace"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
1 change: 1 addition & 0 deletions templates/workspaces/unrestricted/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"title": "App Service Plan SKU",
"description": "The SKU that will be used when deploying an Azure App Service Plan.",
"default": "P1v3",
"updateable": true,
"enum": [
"P0v3",
"P1v3",
Expand Down

0 comments on commit 729ac91

Please sign in to comment.