Describe the bug
When register a template, such as azureml_devtestlabs using https://xxx.cloudapp.azure.com/api/workspace-templates and then retrieve with https:/xxx.cloudapp.azure.com/api/workspace-templates/tre-workspace-azureml_devtestlabs get:
{
"errors": [
"Workspace template does not exist"
]
}
Steps to reproduce
cd /workspaces/azureml_devtestlabs
../../devops/scripts/publish_register_bundle.sh -u https://xxx.cloudapp.azure.com -r xxx -t workspace -i
curl -X 'GET' \ 'https://xxx.cloudapp.azure.com/api/workspace-templates/tre-workspace-azureml_devtestlabs' \ -H 'accept: application/json'
@TessFerrandez can you have a look at this. Thanks.
Describe the bug
When register a template, such as
azureml_devtestlabsusinghttps://xxx.cloudapp.azure.com/api/workspace-templatesand then retrieve withhttps:/xxx.cloudapp.azure.com/api/workspace-templates/tre-workspace-azureml_devtestlabsget:Steps to reproduce
cd /workspaces/azureml_devtestlabs../../devops/scripts/publish_register_bundle.sh -u https://xxx.cloudapp.azure.com -r xxx -t workspace -icurl -X 'GET' \ 'https://xxx.cloudapp.azure.com/api/workspace-templates/tre-workspace-azureml_devtestlabs' \ -H 'accept: application/json'@TessFerrandez can you have a look at this. Thanks.