Skip to content

Commit c761e13

Browse files
authored
Storage STG 78 GA release prep (Azure#23818)
1 parent 85cf62e commit c761e13

File tree

14 files changed

+21
-58
lines changed

14 files changed

+21
-58
lines changed

sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
namespace Azure.ResourceManager.Storage.Tests.Helpers
1616
{
17+
[PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/23897")]
1718
[ClientTestFixture]
1819
public class StorageTestBase:ManagementRecordedTestBase<StorageManagementTestEnvironment>
1920
{

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

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

3-
## 12.7.0-beta.3 (Unreleased)
3+
## 12.7.0 (2021-09-08)
4+
- Includes all features from 12.7.0-beta.1 and 12.7.0-beta.2.
45
- Fixed bug where Batch Delete was not property parsing DeleteSnapshotsOption.
56

67
## 12.7.0-beta.2 (2021-07-23)

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.7.0-beta.3</Version>
7+
<Version>12.7.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.6.0</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.16 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 12.0.0-preview.16 (2021-09-08)
4+
- This release contains bug fixes to improve quality.
125

136
## 12.0.0-preview.15 (2021-07-23)
147
- This release contains bug fixes to improve quality.

sdk/storage/Azure.Storage.Blobs/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.10.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 12.10.0 (2021-09-08)
4+
- Includes all features from 12.10.0-beta.1 and 12.10.0-beta.2.
125

136
## 12.10.0-beta.2 (2021-07-23)
147
- This release contains bug fixes to improve quality.

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.10.0-beta.3</Version>
7+
<Version>12.10.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.9.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.9.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 12.9.0 (2021-09-08)
4+
- Includes all features from 12.9.0-beta.1 and 12.9.0-beta.2.
125

136
## 12.9.0-beta.2 (2021-07-23)
147
- This release changes the dependency on Azure.Core to v1.16.0

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

Lines changed: 1 addition & 6 deletions
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.9.0-beta.3</Version>
7+
<Version>12.9.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.8.0</ApiCompatVersion>
1010
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>
@@ -19,12 +19,7 @@
1919
<RootNamespace>Azure.Storage</RootNamespace>
2020
</PropertyGroup>
2121
<ItemGroup>
22-
<!-- TODO https://github.com/Azure/azure-sdk-for-net/issues/21875 - uncomment when Azure.Core ships
2322
<PackageReference Include="Azure.Core" />
24-
end TODO -->
25-
<!-- TODOhttps://github.com/Azure/azure-sdk-for-net/issues/21875 - revert when Azure.Core ships -->
26-
<ProjectReference Include="..\..\..\core\Azure.Core\src\Azure.Core.csproj" />
27-
<!-- end TODO-->
2823
</ItemGroup>
2924
<ItemGroup>
3025
<Compile Include="$(AzureCoreSharedSources)Argument.cs" LinkBase="Shared\Core" />

sdk/storage/Azure.Storage.Files.DataLake/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.8.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
3+
## 12.8.0 (2021-09-08)
4+
- Includes all features from 12.8.0-beta.1 and 12.8.0-beta.2.
125

136
## 12.8.0-beta.2 (2021-07-23)
147
- This release contains bug fixes to improve quality.

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.8.0-beta.3</Version>
7+
<Version>12.8.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.7.0</ApiCompatVersion>
1010
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)