-
Notifications
You must be signed in to change notification settings - Fork 19
Adding the SDK Binding Support for Storage Blob #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c3f43cc
Adding SDK Binding for BlobTrigger
d5ed6aa
Adding Supported Binding Types Enum
0541ff5
Adding MI support
4e6848d
Renaming and Creating a Factory for StorageBlobClient
4b154d0
Adding support for input binding
3e98a8b
Adding unit tests
bde73cd
Removing Log Statements
80b8618
Updating the package.json for sinon testing dependencies
0e7efad
Original Without Singleton
cd584ba
Moving the StorageClientFactory to extensions base
a50c485
Updating package.json
81f6c60
Removing extra log
caa39e1
Adding generic call to support deferred binding
d1332ec
Code Review Comments
4dca789
Adding thje logs for Dashboard at function start
057e790
Fixing Package-loc.json
a5cc33b
Fixing Linting issue and tests
2c81f81
Ensure the release version is in the constant file
ebbc2ea
Adding SDK Binding for BlobTrigger
580212a
Adding Supported Binding Types Enum
380c3dd
Adding MI support
cf1be60
Renaming and Creating a Factory for StorageBlobClient
dfdafd9
Package.json conflict resolution
e2d7acb
Merge branch 'swapnil/SdkBindingBlob' of https://github.com/Azure/azu…
1d8c6f5
Removing the unecessory log
8c85817
Removing unecessory changes
326454d
Removing AzuriteConfig
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright (c) .NET Foundation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
export const version = '4.7.0'; | ||
export const version = '4.7.1-preview'; | ||
|
||
export const returnBindingKey = '$return'; |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.