From a126a58e00a6af37e16b6d3bb07db4e22b3b4aec Mon Sep 17 00:00:00 2001 From: Martin Peck <mpeck@microsoft.com> Date: Thu, 5 May 2022 20:10:51 +0000 Subject: [PATCH 1/3] fixes #1775 --- docs/tre-admins/auth.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tre-admins/auth.md b/docs/tre-admins/auth.md index c57956f7aa..251ad58964 100644 --- a/docs/tre-admins/auth.md +++ b/docs/tre-admins/auth.md @@ -6,6 +6,7 @@ AAD holds the identities of all the TRE/workspace users, including administrator ## Pre-requisites The following values are needed to be in place to run the script. (`/templates/core/.env`) + | Key | Description | | ----------- | ----------- | |TRE_ID|This is needed to build up the redirect URI for the Swagger App| From 26c83797026c7cb597c46032e764a879e4b01c34 Mon Sep 17 00:00:00 2001 From: Martin Peck <mpeck@microsoft.com> Date: Thu, 5 May 2022 20:11:32 +0000 Subject: [PATCH 2/3] remove unwanted cli prefix --- docs/tre-admins/setup-instructions/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tre-admins/setup-instructions/getting-started.md b/docs/tre-admins/setup-instructions/getting-started.md index a4ca123efc..89d65eb842 100644 --- a/docs/tre-admins/setup-instructions/getting-started.md +++ b/docs/tre-admins/setup-instructions/getting-started.md @@ -33,13 +33,13 @@ The files for the dev container are located in `/.devcontainer/` folder. ```cmd cd AzureTRE - AzureTRE> git checkout -b quickstartenv + git checkout -b quickstartenv ``` 1. Open the cloned repository in Visual Studio Code and connect to the development container. ```cmd - AzureTRE> code . + code . ``` !!! tip From 808e60f99dd7df903a6edcc54fec218644c787fe Mon Sep 17 00:00:00 2001 From: Martin Peck <mpeck@microsoft.com> Date: Tue, 10 May 2022 11:12:53 +0000 Subject: [PATCH 3/3] only ignore root index.html --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0436769bdf..e40719411e 100644 --- a/.gitignore +++ b/.gitignore @@ -208,4 +208,4 @@ pytest_api_unit.xml pytest_api_unit_failed validation.txt -index.html +/index.html