diff --git a/sdk/storage/README.md b/sdk/storage/README.md index afb1f9e63..40fec457d 100644 --- a/sdk/storage/README.md +++ b/sdk/storage/README.md @@ -11,6 +11,10 @@ The Azure Storage Client Library for C++ allows you to build applications agains - Create/Delete File Systems - Create/Delete Directories - Create/Read/Append/Flush/Delete Files +- File Shares + - Create/Delete Shares + - Create/Delete Directories + - Create/Read/Delete Files # Getting started @@ -112,3 +116,4 @@ TODO when ready. To get started with the coding, please visit the following code samples: - [How to use Blob Storage from C++](azure-storage-blobs/sample/blob_getting_started.cpp) - [How to use DataLake Gen 2 Storage from C++](azure-storage-files-datalake/sample/datalake_getting_started.cpp) +- [How to use File Storage from C++](azure-storage-files-shares/sample/file_share_getting_started.cpp) diff --git a/sdk/storage/azure-storage-files-shares/CHANGELOG.md b/sdk/storage/azure-storage-files-shares/CHANGELOG.md index c7e800176..729e5729e 100644 --- a/sdk/storage/azure-storage-files-shares/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-shares/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.0-beta.2 + - Added File SAS generation support. + ## 1.0.0-preview.1 (Unreleased) * Added support for File features: diff --git a/sdk/storage/azure-storage-files-shares/version.txt b/sdk/storage/azure-storage-files-shares/version.txt index ebb5fbf54..d22846d6d 100644 --- a/sdk/storage/azure-storage-files-shares/version.txt +++ b/sdk/storage/azure-storage-files-shares/version.txt @@ -1 +1 @@ -1.0.0-beta.1 \ No newline at end of file +1.0.0-beta.2 \ No newline at end of file