Skip to content

Tags: a8m/documentdb

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Azure AD - improvements (#34)

Use an interface for the SP provider object to avoid adding "github.com/Azure/go-autorest/autorest/adal" as a dependency to this module
Also, fixed test that was leftover from before.
Improves upon #33

v1.2.0

Toggle v1.2.0's commit message
Delete* methods were missing the opts parameter (#25)

v1.1.0

Toggle v1.1.0's commit message
Add MIT license to LICENSE file (#24)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from jeryanders/master

Changed type for PartitionKey on RequestOptions to interface{}

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from felipecruz91/feature/query-with-partition…

…-key

Query documents using partition key.

v0.1.0

Toggle v0.1.0's commit message
test(documentdb): test executeSporc