Skip to content

Commit

Permalink
Merge branch 'hotfix/storage/april2021'
Browse files Browse the repository at this point in the history
  • Loading branch information
kasobol-msft committed Apr 9, 2021
2 parents 43c77ec + 05732b1 commit 5a109d7
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 16 deletions.
6 changes: 5 additions & 1 deletion sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release History

## 12.6.0-beta.3 (Unreleased)
## 12.6.0-beta.4 (Unreleased)


## 12.6.0-beta.3 (2021-04-09)
- This release contains bug fixes to improve quality.

## 12.5.1 (2021-03-29)
- Fixed bug where ClientDiagnostics's DiagnosticListener was leaking resources.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Blobs.Batch client library</AssemblyTitle>
<Version>12.6.0-beta.3</Version>
<Version>12.6.0-beta.4</Version>
<ApiCompatVersion>12.5.0</ApiCompatVersion>
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Storage Blobs Batching;Batch blob;Batch operation;BlobBatchClient;BlobBatch;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
Expand Down
5 changes: 4 additions & 1 deletion sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Release History

## 12.0.0-preview.11 (Unreleased)
## 12.0.0-preview.12 (Unreleased)


## 12.0.0-preview.11 (2021-04-09)
- This release contains bug fixes to improve quality.

## 12.0.0-preview.10 (2021-03-09)
- This release contains bug fixes to improve quality.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Blobs.ChangeFeed client library</AssemblyTitle>
<Version>12.0.0-preview.11</Version>
<Version>12.0.0-preview.12</Version>
<DefineConstants>ChangeFeedSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Change Feed;Microsoft;Azure;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
<Description>
Expand Down Expand Up @@ -53,4 +53,4 @@
<Compile Include="$(MSBuildThisFileDirectory)\..\..\Azure.Storage.Internal.Avro\src\AvroReader.cs" Link="Shared\%(RecursiveDir)\%(Filename)%(Extension)" />
<Compile Include="$(MSBuildThisFileDirectory)\..\..\Azure.Storage.Internal.Avro\src\StreamWithPosition.cs" Link="Shared\%(RecursiveDir)\%(Filename)%(Extension)" />
</ItemGroup>
</Project>
</Project>
5 changes: 4 additions & 1 deletion sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Release History

## 12.9.0-beta.3 (Unreleased)
## 12.9.0-beta.4 (Unreleased)
- Added support for service version 2020-08-04.
- Added support for Blob Query Parquet input format.
- Fixed bug where clients would sometimes throw a NullReferenceException when calling GenerateSas() with a BlobSasBuilder parameter.

## 12.9.0-beta.3 (2021-04-09)
- This release contains bug fixes to improve quality.

## 12.8.1 (2021-03-29)
- Fixed bug where ClientDiagnostics's DiagnosticListener was leaking resources.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
<Version>12.9.0-beta.3</Version>
<Version>12.9.0-beta.4</Version>
<ApiCompatVersion>12.8.0</ApiCompatVersion>
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Storage Blobs;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
Expand Down
4 changes: 3 additions & 1 deletion sdk/storage/Azure.Storage.Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Release History

## 12.8.0-beta.3 (Unreleased)
## 12.8.0-beta.4 (Unreleased)
- Added ability to specify server timeout.

## 12.8.0-beta.3 (2021-04-09)
- Fixed bug in SasQueryParameters causing services (ss) reorder when parsing externally provided URI.

## 12.7.2 (2021-04-02)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Common client library</AssemblyTitle>
<Version>12.8.0-beta.3</Version>
<Version>12.8.0-beta.4</Version>
<ApiCompatVersion>12.7.0</ApiCompatVersion>
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Storage Common, Microsoft, Azure, StorageScalable, azureofficial</PackageTags>
Expand Down
6 changes: 4 additions & 2 deletions sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Release History

## 12.7.0-beta.3 (Unreleased)
## 12.7.0-beta.4 (Unreleased)
- Added support for service version 2020-08-04.
- Added support for Soft Delete for Hierarchical-Namespace enabled accounts.
- Added support for File Query Parquet input format.
- Aligned storage URL parsing with other platforms.
- Fixed bug where clients would sometimes throw a NullReferenceException when calling GenerateSas() with a DataLakeSasBuilder parameter.

## 12.7.0-beta.3 (2021-04-09)
- Aligned storage URL parsing with other platforms.

## 12.6.1 (2021-03-29)
- Fixed bug where ClientDiagnostics's DiagnosticListener was leaking resources.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Files.DataLake client library</AssemblyTitle>
<Version>12.7.0-beta.3</Version>
<Version>12.7.0-beta.4</Version>
<ApiCompatVersion>12.6.0</ApiCompatVersion>
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Data Lake;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
Expand Down
5 changes: 4 additions & 1 deletion sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Release History

## 12.7.0-beta.3 (Unreleased)
## 12.7.0-beta.4 (Unreleased)
- Added support for service version 2020-08-04.
- Added support for Share and Share Snapshot Lease.
- Fixed bug where clients would sometimes throw a NullReferenceException when calling GenerateSas() with a ShareSasBuilder parameter.

## 12.7.0-beta.3 (2021-04-09)
- This release contains bug fixes to improve quality.

## 12.6.1 (2021-03-29)
- Fixed bug where ClientDiagnostics's DiagnosticListener was leaking resources.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Files.Shares client library</AssemblyTitle>
<Version>12.7.0-beta.3</Version>
<Version>12.7.0-beta.4</Version>
<ApiCompatVersion>12.6.0</ApiCompatVersion>
<DefineConstants>FileSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
Expand Down
5 changes: 4 additions & 1 deletion sdk/storage/Azure.Storage.Queues/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Release History

## 12.7.0-beta.3 (Unreleased)
## 12.7.0-beta.4 (Unreleased)
- Fixed bug where clients would sometimes throw a NullReferenceException when calling GenerateSas() with a QueueSasBuilder parameter.

## 12.7.0-beta.3 (2021-04-09)
- This preview contains bug fixes to improve quality.

## 12.6.1 (2021-03-29)
- Fixed bug where ClientDiagnostics's DiagnosticListener was leaking resources.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Queues client library</AssemblyTitle>
<Version>12.7.0-beta.3</Version>
<Version>12.7.0-beta.4</Version>
<ApiCompatVersion>12.6.0</ApiCompatVersion>
<DefineConstants>QueueSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Storage Queues;Microsoft;Azure;Queues;Queue;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
Expand Down

0 comments on commit 5a109d7

Please sign in to comment.