-
Notifications
You must be signed in to change notification settings - Fork 22
Use read-only AML workspace for tests and examples #23
Comments
API URL:
host <- "https
host <- "ussouthcentral.services.azureml.net
endpointId <- "b4caf0f0ebfd451bbc187741894e213b"
workspaceId <- "f5e8e9bc4eed4034b78567449cfca779" |
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 |
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 |
Hi Andrie, I'd like to be able to use this as a read-only workspace - mostly for things that derive from the 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 |
I don't see a problem with this. A |
Thanks! |
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.
The text was updated successfully, but these errors were encountered: