Skip to content

Commit

Permalink
Merge branch 'main' into 3774-fix-missing-required-field-should-not-t…
Browse files Browse the repository at this point in the history
…hrow-error
  • Loading branch information
marrobi authored Feb 20, 2024
2 parents ff7c322 + b40e4e7 commit 0ce2235
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy_tre_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ jobs:
BUNDLE_DIR: "./templates/workspace_services/guacamole"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/azureml"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/innereye"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/gitea"}
- {BUNDLE_TYPE: "workspace_service",
Expand Down Expand Up @@ -546,8 +544,6 @@ jobs:
BUNDLE_DIR: "./templates/workspace_services/guacamole"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/azureml"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/innereye"}
- {BUNDLE_TYPE: "workspace_service",
BUNDLE_DIR: "./templates/workspace_services/gitea"}
- {BUNDLE_TYPE: "workspace_service",
Expand Down
2 changes: 1 addition & 1 deletion api_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.0
aiohttp==3.9.3
azure-core==1.29.5
azure-cosmos==4.5.1
azure-eventgrid==4.15.0
Expand Down
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pygments==2.16.1
PyJWT==2.8.0
azure-cli-core==2.50.0
azure-identity==1.14.1
aiohttp==3.9.0
aiohttp==3.9.3
4 changes: 2 additions & 2 deletions cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

PROJECT = 'azure-tre-cli'
VERSION = '0.2.0'
VERSION = '0.2.1'

try:
long_description = open('README.md', 'rt').read()
Expand Down Expand Up @@ -49,7 +49,7 @@
"PyJWT==2.8.0",
"azure-cli-core==2.50.0",
"azure-identity==1.14.1",
"aiohttp==3.9.0"
"aiohttp==3.9.3"
],

namespace_packages=[],
Expand Down
1 change: 0 additions & 1 deletion e2e_tests/resources/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
AIRLOCK_IMPORT_REVIEW_WORKSPACE = "tre-workspace-airlock-import-review"

AZUREML_SERVICE = "tre-service-azureml"
INNEREYE_SERVICE = "tre-service-innereye"
GUACAMOLE_SERVICE = "tre-service-guacamole"
GITEA_SERVICE = "tre-workspace-service-gitea"
MLFLOW_SERVICE = "tre-service-mlflow"
Expand Down
1 change: 0 additions & 1 deletion e2e_tests/test_workspace_service_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
workspace_service_templates = [
(strings.AZUREML_SERVICE),
(strings.GUACAMOLE_SERVICE),
(strings.INNEREYE_SERVICE),
(strings.GITEA_SERVICE)
]

Expand Down
1 change: 0 additions & 1 deletion e2e_tests/test_workspace_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

workspace_services = [
strings.AZUREML_SERVICE,
# strings.INNEREYE_SERVICE,
strings.GITEA_SERVICE,
strings.MLFLOW_SERVICE,
strings.MYSQL_SERVICE,
Expand Down
2 changes: 1 addition & 1 deletion resource_processor/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.8.3"
2 changes: 1 addition & 1 deletion resource_processor/vmss_porter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.0
aiohttp==3.9.3
azure-cli-core==2.50.0
azure-identity==1.14.1
azure-monitor-opentelemetry==1.1.1
Expand Down

0 comments on commit 0ce2235

Please sign in to comment.