Added ChangeLog/Readme for file service. (#573)

This commit is contained in:
Kan Tang 2020-09-03 13:31:07 -07:00 committed by GitHub
parent d9b58fd935
commit d12db7f413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -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:

View File

@ -1 +1 @@
1.0.0-beta.1
1.0.0-beta.2