Skip to content

Commit 4685b90

Browse files
authored
Storage STG 93 GA Release (Azure#44007)
1 parent b716566 commit 4685b90

File tree

13 files changed

+20
-69
lines changed

13 files changed

+20
-69
lines changed

sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
# Release History
22

3-
## 12.17.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 12.17.0 (2024-05-13)
4+
- Includes all features from 12.17.0-beta.1 and 12.17.0-beta.2.
125

136
## 12.17.0-beta.2 (2024-04-15)
147
- Added support for service version 2023-05-04.

sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs.Batch client library</AssemblyTitle>
7-
<Version>12.17.0-beta.3</Version>
7+
<Version>12.17.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.16.1</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
# Release History
22

3-
## 12.0.0-preview.44 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 12.0.0-preview.44 (2024-05-13)
4+
- This release contains bug fixes to improve quality.
125

136
## 12.0.0-preview.43 (2024-04-15)
147
- Added support for service version 2024-05-04.

sdk/storage/Azure.Storage.Blobs/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# Release History
22

3-
## 12.20.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 12.20.0 (2024-05-13)
4+
- Includes all features from 12.20.0-beta.1 and 12.20.0-beta.2.
105
- Fixed bug where `BlobContainerClient` and `BlobBaseClient` did not throw an exception on empty/null container names and blob names, respectively, when constructing a client.
116

12-
### Other Changes
13-
147
## 12.20.0-beta.2 (2024-04-15)
158
- Added support for service version 2024-05-04.
169
- Fixed bug where BlockBlobClient.Upload() and .UploadAsync() would throw an exception if BlobUploadOptions was null.

sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
7-
<Version>12.20.0-beta.3</Version>
7+
<Version>12.20.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.19.1</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Common/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
# Release History
22

3-
## 12.19.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 12.19.0 (2024-05-13)
4+
- This release contains bug fixes to improve quality.
125

136
## 12.19.0-beta.2 (2024-04-15)
147
- This release contains bug fixes to improve quality.

sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Common client library</AssemblyTitle>
7-
<Version>12.19.0-beta.3</Version>
7+
<Version>12.19.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.18.1</ApiCompatVersion>
1010
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# Release History
22

3-
## 12.18.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 12.18.0 (2024-05-13)
4+
- Includes all features from 12.18.0-beta.1 and 12.18.0-beta.2.
105
- Fixed bug where `DataLakeFileSystemClient` and `DatalakeFileClient` did not throw an exception on empty/null filesystem names and file names, respectively, when constructing a client.
116

12-
### Other Changes
13-
147
## 12.18.0-beta.2 (2024-04-15)
158
- Added support for service version 2024-05-04.
169
- Added ability to retrieve path ACL with DataLakePath/File/DirectoryClient.GetProperties(), .GetPropertiesAsync(), DataLakeFileClient.Read(), and .ReadAsync().

sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Files.DataLake client library</AssemblyTitle>
7-
<Version>12.18.0-beta.3</Version>
7+
<Version>12.18.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.17.1</ApiCompatVersion>
1010
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# Release History
22

3-
## 12.18.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 12.18.0 (2024-05-13)
4+
- Includes all features from 12.18.0-beta.1 and 12.18.0-beta.2.
105
- Fixed bug where `ShareClient` and `ShareFileClient` did not throw an exception on empty/null share container names and file names, respectively, when constructing a client.
116

12-
### Other Changes
13-
147
## 12.18.0-beta.2 (2024-04-15)
158
- Added support for service version 2024-05-04.
169
- Added ability to retrieve file handle client name with ShareFile/DirectoryClient.GetHandles() and .GetHandlesAsync().

0 commit comments

Comments
 (0)