Skip to content

Commit

Permalink
v 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Jun 25, 2023
1 parent 7d7adbc commit 1e03baf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions ms-azure-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ and this project adheres to the

## Unreleased

MSAzureAPI.StorageServices.FileService : add listDirectoriesAndFilesC (stream all response pages from listDirectoriesAndFiles)

## 0.3.0.0

add 'conduit' as a dependency

add listDirectoriesAndFilesC

MSAzureAPI.MachineLearning.Compute
MSAzureAPI.MachineLearning.Jobs
MSAzureAPI.MachineLearning.Usages
Expand All @@ -23,9 +23,7 @@ MSAzureAPI.StorageServices.FileService. listDirectoriesAndFiles now has an extra

## 0.2.0.0

* MSAzureAPI.StorageServices.FileService

add listDirectoriesAndFiles
MSAzureAPI.StorageServices.FileService : add listDirectoriesAndFiles

Add XML support via `xeno` and `xmlbf` to parse `listDirectoriesAndFiles` response bodies

Expand Down
2 changes: 1 addition & 1 deletion ms-azure-api/src/MSAzureAPI/StorageServices/FileService.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module MSAzureAPI.StorageServices.FileService (
getFile
-- * Directories
, listDirectoriesAndFiles
, listDirectoriesAndFilesC
-- , listDirectoriesAndFilesC
, DirItems(..)
, DirItem(..)
) where
Expand Down

0 comments on commit 1e03baf

Please sign in to comment.