Open
Description
Description
As a TRE Administrator
I want to avoid getting a bearer token in TRE PS scripts
So that the code is easier to read and maintain.
Acceptance criteria
- Sample start and stop scripts at https://microsoft.github.io/AzureTRE/latest/tre-admins/start-stop/ use
Invoke-AzRestMethod
without explicitly the Bearer token forInvoke-RestMethod
. - Where possible, execute commands in parallel.
Activity