diff --git a/CHANGELOG.md b/CHANGELOG.md index 1598f929ea..076e54f2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,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) diff --git a/templates/workspace_services/azureml/porter.yaml b/templates/workspace_services/azureml/porter.yaml index 56ae1175fb..c6e4dbd5de 100644 --- a/templates/workspace_services/azureml/porter.yaml +++ b/templates/workspace_services/azureml/porter.yaml @@ -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 @@ -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