Skip to content

Commit

Permalink
Cannot delete AML workspace
Browse files Browse the repository at this point in the history
Fixes #2451
  • Loading branch information
marrobi committed Aug 11, 2022
1 parent 40b2d52 commit 89b4428
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BUG FIXES:
* Azure monitor resourced provided by Terraform and don't allow ingestion over internet ([#2375](https://github.com/microsoft/AzureTRE/pull/2375)).
* Enable route table on the Airlock Processor subnet ([#2414](https://github.com/microsoft/AzureTRE/pull/2414))
* Support for _Standard_ app service plan SKUs ([#2415](https://github.com/microsoft/AzureTRE/pull/2415))
* Fix Azure ML Workspace deletion ([#2452](https://github.com/microsoft/AzureTRE/pull/2452))

## 0.4.1 (August 03, 2022)

Expand Down
14 changes: 13 additions & 1 deletion templates/workspace_services/azureml/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: tre-service-azureml
version: 0.4.2
version: 0.4.3
description: "An Azure TRE service for Azure Machine Learning"
registry: azuretre
dockerfile: Dockerfile.tmpl
Expand Down Expand Up @@ -46,12 +46,24 @@ parameters:
outputs:
- name: azureml_workspace_name
type: string
applyTo:
- install
- upgrade
- name: azureml_acr_id
type: string
applyTo:
- install
- upgrade
- name: azureml_storage_account_id
type: string
applyTo:
- install
- upgrade
- name: connection_uri
type: string
applyTo:
- install
- upgrade

mixins:
- exec
Expand Down

0 comments on commit 89b4428

Please sign in to comment.