Skip to content

Commit

Permalink
STG 83 GA release prep (#29694)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft committed Jul 7, 2022
1 parent 99c39fe commit 276daf3
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 55 deletions.
11 changes: 2 additions & 9 deletions sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Release History

## 12.10.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
## 12.10.0 (2022-07-07)
- Includes all features from 12.10.0-beta.1.

## 12.10.0-beta.1 (2022-06-15)
- Added support for service version 2021-08-06.
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.10.0-beta.2</Version>
<Version>12.10.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.9.0</ApiCompatVersion>
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
Expand Down
11 changes: 2 additions & 9 deletions sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Release History

## 12.0.0-preview.27 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
## 12.0.0-preview.27 (2022-07-07)
- This release contains bug fixes to improve quality.

## 12.0.0-preview.26 (2022-06-15)
- Added support for service version 2021-08-06.
Expand Down
11 changes: 2 additions & 9 deletions sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Release History

## 12.13.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
## 12.13.0 (2022-07-07)
- Includes all features from 12.13.0-beta.1.

## 12.13.0-beta.1 (2022-06-15)
- Added support for service version 2021-08-06.
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.13.0-beta.2</Version>
<Version>12.13.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion Condition="'$(TargetFramework)' != 'netstandard2.1'">12.12.0</ApiCompatVersion>
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
Expand Down
11 changes: 2 additions & 9 deletions sdk/storage/Azure.Storage.Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Release History

## 12.12.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
## 12.12.0 (2022-07-07)
- Includes all features from 12.12.0-beta.1.

## 12.12.0-beta.1 (2022-06-15)
- 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.Common client library</AssemblyTitle>
<Version>12.12.0-beta.2</Version>
<Version>12.12.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.11.0</ApiCompatVersion>
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>
Expand Down
5 changes: 3 additions & 2 deletions sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 12.11.0-beta.2 (Unreleased)
- Fixed bug where DataLakePathClient.Rename() was not passing the AzureSasCredential to the source
## 12.11.0 (2022-07-07)
- Includes all features from 12.11.0-beta.1.
- Fixed bug where DataLakePathClient.Rename() was not passing the AzureSasCredential to the source.

## 12.11.0-beta.1 (2022-06-15)
- Added support for service version 2021-08-06.
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.11.0-beta.2</Version>
<Version>12.11.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.10.0</ApiCompatVersion>
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>
Expand Down
5 changes: 3 additions & 2 deletions sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 12.11.0-beta.2 (Unreleased)
- Fixed bug where ShareFileClient and ShareDirectoryClient Rename() was not passing the AzureSasCredential to the source
## 12.11.0 (2022-07-07)
- Includes all features from 12.11.0-beta.1.
- Fixed bug where ShareFileClient and ShareDirectoryClient Rename() was not passing the AzureSasCredential to the source.

## 12.11.0-beta.1 (2022-06-15)
- Added support for service version 2021-08-06.
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.11.0-beta.2</Version>
<Version>12.11.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.10.0</ApiCompatVersion>
<DefineConstants>FileSDK;$(DefineConstants)</DefineConstants>
Expand Down
11 changes: 2 additions & 9 deletions sdk/storage/Azure.Storage.Queues/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Release History

## 12.11.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
## 12.11.0 (2022-07-07)
- Includes all features from 12.10.1-beta.1.

## 12.11.0-beta.1 (2022-06-15)
- 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.Queues client library</AssemblyTitle>
<Version>12.11.0-beta.2</Version>
<Version>12.11.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion Condition="'$(TargetFramework)' != 'netstandard2.1'">12.10.0</ApiCompatVersion>
<DefineConstants>QueueSDK;$(DefineConstants)</DefineConstants>
Expand Down

0 comments on commit 276daf3

Please sign in to comment.