Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Use read-only AML workspace for tests and examples #23

Open
andrie opened this issue Oct 22, 2015 · 6 comments
Open

Use read-only AML workspace for tests and examples #23

andrie opened this issue Oct 22, 2015 · 6 comments
Labels

Comments

@andrie
Copy link
Contributor

andrie commented Oct 22, 2015

Since we are using private workspaces for testing, we can't run tests or examples on CRAN.

If we can use a read-only workspace, we can include tests on CRAN as well as Travis.

@andrie andrie added the tests label Nov 2, 2015
@andrie
Copy link
Contributor Author

andrie commented Nov 2, 2015

API URL:

https://ussouthcentral.services.azureml.net/workspaces/f5e8e9bc4eed4034b78567449cfca779/services/b4caf0f0ebfd451bbc187741894e213b/execute?api-version=2.0&details=true

host <- "https
host <- "ussouthcentral.services.azureml.net
endpointId <- "b4caf0f0ebfd451bbc187741894e213b"
workspaceId <- "f5e8e9bc4eed4034b78567449cfca779"

@ijlyttle
Copy link

I am putting together a package called AzureMLPlus (https://github.com/ijlyttle/AzureMLPlus), which I am thinking to use as an incubator for pull requests to this package.

Would it be ok for me to piggyback on this workspace for my own examples/tests?

Thanks,

Ian

@andrie
Copy link
Contributor Author

andrie commented Dec 13, 2016

Ian

How do you mean? You won't be able to write to this workspace, since you don't have the necessary keys. Or am I missing something?

Andrie

@ijlyttle
Copy link

Hi Andrie,

I'd like to be able to use this as a read-only workspace - mostly for things that derive from the consume() function.

I don't plan to write anything to the space, just to be able to use the endpoints that are already exposed, as if I were CRAN or Travis.

Does this make the question clearer?

Thanks,

Ian

@andrie
Copy link
Contributor Author

andrie commented Dec 14, 2016

I don't see a problem with this.

A

@ijlyttle
Copy link

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants