Skip to content

Commit

Permalink
Fix nested bullets in the history.
Browse files Browse the repository at this point in the history
  • Loading branch information
begoldsm committed Mar 3, 2017
1 parent 7d47579 commit b1dfcae
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions HISTORY.rst
Expand Up @@ -7,14 +7,17 @@ Release History
* Fix for downloader to ensure there is access to the source path before creating destination files
* Fix for credential objects to inherit from msrest.authentication for more universal authentication support
* Add support for the following:

* set_expiry: allows for setting expiration on files
* ACL management:
* set_acl: allows for the full replacement of an ACL on a file or folder
* set_acl_entries: allows for "patching" an existing ACL on a file or folder
* get_acl_status: retrieves the ACL information for a file or folder
* remove_acl_entries: removes the specified entries from an ACL on a file or folder
* remove_acl: removes all non-default ACL entries from a file or folder
* remove_default_acl: removes all default ACL entries from a folder

* set_acl: allows for the full replacement of an ACL on a file or folder
* set_acl_entries: allows for "patching" an existing ACL on a file or folder
* get_acl_status: retrieves the ACL information for a file or folder
* remove_acl_entries: removes the specified entries from an ACL on a file or folder
* remove_acl: removes all non-default ACL entries from a file or folder
* remove_default_acl: removes all default ACL entries from a folder

* Remove unsupported and unused "TRUNCATE" operation.
* Added API-Version support with a default of the latest api version (2016-11-01)

Expand Down

0 comments on commit b1dfcae

Please sign in to comment.