Skip to content

Commit 5d6c86f

Browse files
authored
Merge pull request #50 from SumoLogic/AzureBlobUpgrade
Azure blob Upgrade V2
2 parents 913513d + 4294cfa commit 5d6c86f

File tree

9,290 files changed

+6910
-1343196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,290 files changed

+6910
-1343196
lines changed

BlockBlobReader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Currently ARM template is integrated with github and for each functions
2424
`npm run build`
2525
This command copies required files in BlockBlobReader/target/ directory
2626

27-
Integrations tests are in BlockBlobReader/tests folder and unit tests are in sumo-function-utils/tests folder
27+
Integrations tests are in BlockBlobReader/tests folder and unit tests are in sumo-function-utils/tests folder

BlockBlobReader/src/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# CHANGELOG
2+
3+
All notable changes to this project will be documented in this file.
4+
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).
5+
6+
7+
8+
## Unreleased
9+
---
10+
11+
### New
12+
13+
### Changes
14+
15+
### Fixes
16+
17+
### Breaks
18+
19+
20+
## 2.0.0 - (2023-05-16)
21+
---
22+
23+
### New
24+
* Updated BlockBlob Reader with Azure Function Runtime 4.x
25+
26+
## 1.0.0 - (2018-05-25)
27+
---
28+
29+
### New
30+
* Initial release of BlockBlob Reader with Azure Function Runtime 1.x
31+
32+

BlockBlobReader/src/blobreaderdeploy.json

Lines changed: 667 additions & 572 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)