You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a TRE service integrator
I want to publish my newly created workspace bundle to the bundle registry and have the resource spec created for it
So that API clients can see the resource spec and instantiate workspaces based of it
Acceptance criteria
Workspace Bundles can be registered by a TRE service integrator
Registered bundles show up as workspace-templates through API.
The newly created workspace template can be referenced and successfully used in a new workspace request (POST /workspaces)
One way of implementing this could be to listen for ACR events via Event Grid, have a function do the explain on the newly added bundle and add the parameters to the state store.
Description
As a TRE service integrator
I want to publish my newly created workspace bundle to the bundle registry and have the resource spec created for it
So that API clients can see the resource spec and instantiate workspaces based of it
Acceptance criteria
workspace-templates
through API.POST /workspaces
)Related tasks
The text was updated successfully, but these errors were encountered: