Skip to content

Commit 467afcf

Browse files
azdatalake preview stg82 (#22227)
1 parent fbe326d commit 467afcf

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

sdk/storage/azdatalake/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# Release History
22

3-
## 1.0.1 (Unreleased)
3+
## 1.1.0-beta.1 (2024-01-10)
44

55
### Features Added
66
* Encryption Scope For SAS
77
* CPK for Datalake
88
* Create SubDirectory Client
99
* Service Version upgrade to 2021-06-08
1010

11-
### Breaking Changes
12-
1311
### Bugs Fixed
1412

1513
* Block `SharedKeyCredential` authentication mode for non TLS protected endpoints. Fixes [#21841](https://github.com/Azure/azure-sdk-for-go/issues/21841).
1614

1715
### Other Changes
18-
* Updated version of azblob to 1.2.1
16+
* Updated version of azblob to `1.3.0-beta.1`
1917
* Updated azcore version to `1.9.1` and azidentity version to `1.4.0`.
2018

2119
## 1.0.0 (2023-10-18)
@@ -28,4 +26,4 @@
2826

2927
### Features Added
3028

31-
* This is the initial preview release of the `azdatalake` library
29+
* This is the initial preview release of the `azdatalake` library

sdk/storage/azdatalake/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1
77
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
88
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1
9-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.1
9+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0-beta.1
1010
github.com/stretchr/testify v1.8.4
1111
)
1212

sdk/storage/azdatalake/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0/go.mod h1:1fXstnBMas5kzG
55
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 h1:6oNBlSdi1QqM1PNW7FPA6xOGA5UNsXnkaYZz9vdPGhA=
66
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1/go.mod h1:s4kgfzA0covAXNicZHDMN58jExvcng2mC/DepXiF1EI=
77
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.5.0 h1:AifHbc4mg0x9zW52WOpKbsHaDKuRhlI7TVl47thgQ70=
8-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.1 h1:AMf7YbZOZIW5b66cXNHMWWT/zkjhz5+a+k/3x40EO7E=
9-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.1/go.mod h1:uwfk06ZBcvL/g4VHNjurPfVln9NMbsk2XIZxJ+hu81k=
8+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0-beta.1 h1:tAJ+HBDRqjXv0TC2qVCk/FWezBU8OKifQ19cUeNXM9M=
9+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0-beta.1/go.mod h1:uwfk06ZBcvL/g4VHNjurPfVln9NMbsk2XIZxJ+hu81k=
1010
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 h1:WpB/QDNLpMw72xHJc34BNNykqSOeEJDAWkhf0u12/Jk=
1111
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
1212
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

sdk/storage/azdatalake/internal/exported/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ package exported
88

99
const (
1010
ModuleName = "azdatalake"
11-
ModuleVersion = "v1.0.1"
11+
ModuleVersion = "v1.1.0-beta.1"
1212
)

0 commit comments

Comments
 (0)