File tree Expand file tree Collapse file tree 14 files changed +21
-58
lines changed
Azure.ResourceManager.Storage/tests/Helpers
Azure.Storage.Blobs.Batch
Azure.Storage.Blobs.ChangeFeed
Azure.Storage.Files.DataLake
Azure.Storage.Files.Shares Expand file tree Collapse file tree 14 files changed +21
-58
lines changed Original file line number Diff line number Diff line change 14
14
15
15
namespace Azure . ResourceManager . Storage . Tests . Helpers
16
16
{
17
+ [ PlaybackOnly ( "https://github.com/Azure/azure-sdk-for-net/issues/23897" ) ]
17
18
[ ClientTestFixture ]
18
19
public class StorageTestBase : ManagementRecordedTestBase < StorageManagementTestEnvironment >
19
20
{
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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.
4
5
- Fixed bug where Batch Delete was not property parsing DeleteSnapshotsOption.
5
6
6
7
## 12.7.0-beta.2 (2021-07-23)
Original file line number Diff line number Diff line change 4
4
</PropertyGroup >
5
5
<PropertyGroup >
6
6
<AssemblyTitle >Microsoft Azure.Storage.Blobs.Batch client library</AssemblyTitle >
7
- <Version >12.7.0-beta.3 </Version >
7
+ <Version >12.7.0</Version >
8
8
<!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9
9
<ApiCompatVersion >12.6.0</ApiCompatVersion >
10
10
<DefineConstants >BlobSDK;$(DefineConstants)</DefineConstants >
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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.
12
5
13
6
## 12.0.0-preview.15 (2021-07-23)
14
7
- This release contains bug fixes to improve quality.
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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.
12
5
13
6
## 12.10.0-beta.2 (2021-07-23)
14
7
- This release contains bug fixes to improve quality.
Original file line number Diff line number Diff line change 4
4
</PropertyGroup >
5
5
<PropertyGroup >
6
6
<AssemblyTitle >Microsoft Azure.Storage.Blobs client library</AssemblyTitle >
7
- <Version >12.10.0-beta.3 </Version >
7
+ <Version >12.10.0</Version >
8
8
<!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9
9
<ApiCompatVersion >12.9.1</ApiCompatVersion >
10
10
<DefineConstants >BlobSDK;$(DefineConstants)</DefineConstants >
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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.
12
5
13
6
## 12.9.0-beta.2 (2021-07-23)
14
7
- This release changes the dependency on Azure.Core to v1.16.0
Original file line number Diff line number Diff line change 4
4
</PropertyGroup >
5
5
<PropertyGroup >
6
6
<AssemblyTitle >Microsoft Azure.Storage.Common client library</AssemblyTitle >
7
- <Version >12.9.0-beta.3 </Version >
7
+ <Version >12.9.0</Version >
8
8
<!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9
9
<ApiCompatVersion >12.8.0</ApiCompatVersion >
10
10
<DefineConstants >CommonSDK;$(DefineConstants)</DefineConstants >
19
19
<RootNamespace >Azure.Storage</RootNamespace >
20
20
</PropertyGroup >
21
21
<ItemGroup >
22
- <!-- TODO https://github.com/Azure/azure-sdk-for-net/issues/21875 - uncomment when Azure.Core ships
23
22
<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-->
28
23
</ItemGroup >
29
24
<ItemGroup >
30
25
<Compile Include =" $(AzureCoreSharedSources)Argument.cs" LinkBase =" Shared\Core" />
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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.
12
5
13
6
## 12.8.0-beta.2 (2021-07-23)
14
7
- This release contains bug fixes to improve quality.
Original file line number Diff line number Diff line change 4
4
</PropertyGroup >
5
5
<PropertyGroup >
6
6
<AssemblyTitle >Microsoft Azure.Storage.Files.DataLake client library</AssemblyTitle >
7
- <Version >12.8.0-beta.3 </Version >
7
+ <Version >12.8.0</Version >
8
8
<!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9
9
<ApiCompatVersion >12.7.0</ApiCompatVersion >
10
10
<DefineConstants >DataLakeSDK;$(DefineConstants)</DefineConstants >
You can’t perform that action at this time.
0 commit comments