-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Updates and adds Storage Queue functions (#154)
* chore: updates blob storage to use blob specific Shared Key Credentials * fix: updates queue related functions - use storage queue specific key credentials - updates for changed response formats * feat: new list queue function Can list queues from teh specific storage account * chore: docblock for list queues function * feat!: returns the send message response rather than console output `sendMessageToQueue()` now returns the response from the API rather than writing to the console. BREAKING CHANGE * feat: checks for required options when generating a SAS URL * ci: unit test for sending message to queue * ci: skipped unit tests for storage queue functions * adds TODOs for future queue functions * feat(queues): get queue properties This can be used to get the queue length `approximateMessagesCount` to see if there are any messages to process includes unit test * feat(queue): gets messages from queue * chore: lintfix
- Loading branch information
1 parent
50f26b0
commit 7301e37
Showing
3 changed files
with
219 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters