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

Support accessing storage API without an azureActiveObject #76

Closed
Alanwe opened this issue Jun 12, 2017 · 1 comment
Closed

Support accessing storage API without an azureActiveObject #76

Alanwe opened this issue Jun 12, 2017 · 1 comment
Assignees
Milestone

Comments

@Alanwe
Copy link
Member

Alanwe commented Jun 12, 2017

Some functions such as the Storage BLOB API don't necessarily need AD permissions to use the API. We should ensure that we don't check for AD tokens if a StorageKey has been provided.

@andrie
Copy link
Contributor

andrie commented Jun 12, 2017

This is a duplicate of #44 and has already been implemented.

The usage is to pass azureActiveContext = NULL as the first argument of all the storage functions.

The documentation for this should be improved.

@andrie andrie changed the title Storage API Support accessing storage API without an azureActiveObject Jun 16, 2017
@andrie andrie self-assigned this Jun 16, 2017
@andrie andrie added this to the v0.2.6 milestone Jun 16, 2017
andrie added a commit that referenced this issue Jun 16, 2017
andrie added a commit that referenced this issue Jun 16, 2017
* dev:
  Bump version to 0.2.6
  Small changes in Azure Batch functions
  Split message into multiple lines.
  Fix bug in argument naming
  More fixes to vignettes #76
  Document how to use blob store functions without authentication #76
  Fix errors and typos in vignettes #75
@andrie andrie closed this as completed Jun 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants