Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage] Added features for STG77 #21216

Merged
merged 25 commits into from
May 7, 2021
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ab6c2da
updated service version (#20260)
rickle-msft Mar 30, 2021
ae40aa7
Merge branch 'master' into feature/storage/stg77
gapra-msft Apr 2, 2021
308b90d
Added back support to lease a share (#20327)
gapra-msft Apr 7, 2021
9de79b5
Merge branch 'master' into feature/storage/stg77
gapra-msft Apr 13, 2021
81190c2
Modified sas tests
gapra-msft Apr 13, 2021
01538ac
Added query parquet input serialization (#20305)
gapra-msft Apr 13, 2021
04dfc9e
Merge branch 'master' into feature/storage/stg77
gapra-msft Apr 19, 2021
3a0556b
Added support for HNS soft delete (#20353)
gapra-msft May 3, 2021
42f6398
Merge branch 'master' into feature/storage/stg77
gapra-msft May 4, 2021
4963f33
Merge remote-tracking branch 'upstream/master' into merge-master-to-77
kasobol-msft May 4, 2021
2ede20f
re-record.
kasobol-msft May 4, 2021
70a2fbe
fix that test.
kasobol-msft May 4, 2021
74dbd5f
Hid QQ Parquet from public API (#21152)
gapra-msft May 5, 2021
36099d4
purge recordings.
kasobol-msft May 5, 2021
239f461
Merge branch 'master' into feature/storage/stg77
kasobol-msft May 5, 2021
00e6a99
purge recordings.
kasobol-msft May 5, 2021
1ae90b7
Merge branch 'master' into feature/storage/stg77
kasobol-msft May 5, 2021
53cddaf
[Storage] Fix recordings. (#21172)
kasobol-msft May 5, 2021
ce51bb9
Merge branch 'master' into feature/storage/stg77
kasobol-msft May 5, 2021
1803e33
Fix recordings. (#21186)
kasobol-msft May 5, 2021
58c2b7b
purge recordings.
kasobol-msft May 6, 2021
b975b0b
Merge branch 'master' into feature/storage/stg77
kasobol-msft May 6, 2021
20fb55c
fix recordings. (#21208)
kasobol-msft May 6, 2021
119507f
Merge branch 'master' into feature/storage/stg77
kasobol-msft May 7, 2021
4d68a06
fix that test.
kasobol-msft May 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix that test.
  • Loading branch information
kasobol-msft committed May 7, 2021
commit 4d68a06d615992f7a7815b855d1f5d16b17c447e
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class ServiceAPITest extends APISpec {
@ResourceLock("ServiceProperties")
def "Set props error"() {
when:
getServiceClient(primaryCredential, "https://error.blob.core.windows.net")
getServiceClient(env.dataLakeAccount.credential, "https://error.blob.core.windows.net")
.setProperties(new DataLakeServiceProperties())

then:
Expand All @@ -202,7 +202,7 @@ class ServiceAPITest extends APISpec {
@ResourceLock("ServiceProperties")
def "Get props error"() {
when:
getServiceClient(primaryCredential, "https://error.blob.core.windows.net")
getServiceClient(env.dataLakeAccount.credential, "https://error.blob.core.windows.net")
.getProperties()

then:
Expand Down