-
Notifications
You must be signed in to change notification settings - Fork 39
Fix errors in vignettes #75
Comments
Thanks for flagging and assigning yourself. While you're at it, can you please try to write the examples in such a way the functions will run without errors in Azure? For example, illustrate the end-to-end flow of creating a resource, doing something with it, and then deleting the resource. In this way, we can run the tests automatically to detect errors as part of package building. As the examples are written now, mostly all of them will fail with errors, since the resources don't actually exist. |
Sure, already starting to do so. It used to work like that however it needs updating to reflect some of the changes. |
Hmm. As the tutorial stands, for most of the examples you needed to have an existing Azure resource with the name you gave it. If any other user doesn't have an existing resource with that name, then the example will fail. |
Error in azureResizeHDI. IsInteger assert.
* dev: Fixed errors in tutorial.Rmd #75 Error in azureResizeHDI. IsInteger assert. Fix documentation issues; add @family to roxygen Document cost functions in package documentation Added batch test Add Azure Batch functions to package documentation; fix some typos Update tutorial.R Replace calling with call_azure_sm function Renamed list batch accounts function Added List Batch Accounts function Added initial commit for Azure resource management for batch
Authentication vignette:
Walkthrough
Blob Storage Authentication - Could be clearer, Authentication without AD example
The text was updated successfully, but these errors were encountered: