Skip to content

Commit

Permalink
[storage][stg74] address PR comments (#11520)
Browse files Browse the repository at this point in the history
* wip

* overload SASQueryParameters constructor

* api extract

* Rename leaseTime -> leaseTimeInSeconds

* share lease tests

* container restore test wip

* restore container test fixed

* fix CI

* make options optional and add comments
  • Loading branch information
ljian3377 authored Oct 9, 2020
1 parent 2ac4a95 commit c9886e5
Show file tree
Hide file tree
Showing 72 changed files with 7,081 additions and 285 deletions.
4 changes: 3 additions & 1 deletion sdk/storage/storage-blob/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ module.exports = function(config) {
"ENCRYPTION_SCOPE_1",
"ENCRYPTION_SCOPE_2",
"ORS_DEST_ACCOUNT_NAME",
"ORS_DEST_ACCOUNT_SAS"
"ORS_DEST_ACCOUNT_SAS",
"CONTAINER_SOFT_DELETE_ACCOUNT_NAME",
"CONTAINER_SOFT_DELETE_ACCOUNT_SAS"
],

// test results reporter to use
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9886e5

Please sign in to comment.