Skip to content

Commit ada652d

Browse files
authored
Stg99/Add test records and update change logs (#6620)
* Update test records and change logs * update change log
1 parent 0203323 commit ada652d

File tree

7 files changed

+14
-29
lines changed

7 files changed

+14
-29
lines changed

sdk/storage/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "cpp",
44
"TagPrefix": "cpp/storage",
5-
"Tag": "cpp/storage_3ffcbad2f5"
5+
"Tag": "cpp/storage_7f9ca72801"
66
}

sdk/storage/azure-storage-blobs/CHANGELOG.md

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

3-
## 12.14.0-beta.2 (Unreleased)
3+
## 12.15.0-beta.1 (2025-06-11)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
128

139
## 12.14.0-beta.1 (2025-05-13)
1410

sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ namespace Azure { namespace Storage { namespace Test {
22652265
EXPECT_TRUE(blobProperties.HasLegalHold);
22662266
}
22672267

2268-
TEST_F(BlockBlobClientTest, InvalidVersionMessage_LIVEONLY_)
2268+
TEST_F(BlockBlobClientTest, InvalidVersionMessage)
22692269
{
22702270
Blobs::BlobClientOptions options;
22712271
options.ApiVersion = "3015-11-11";

sdk/storage/azure-storage-common/CHANGELOG.md

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

3-
## 12.11.0-beta.1 (Unreleased)
3+
## 12.12.0-beta.1 (2025-06-11)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
108

119
### Other Changes
1210

sdk/storage/azure-storage-files-datalake/CHANGELOG.md

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

3-
## 12.13.0-beta.1 (Unreleased)
3+
## 12.13.0-beta.1 (2025-06-11)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
128

139
## 12.12.0 (2024-09-17)
1410

sdk/storage/azure-storage-files-shares/CHANGELOG.md

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

3-
## 12.14.0-beta.2 (Unreleased)
3+
## 12.15.0-beta.1 (2025-06-11)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- `ShareClient::DeleteIfExists()` will return `false` when error code is `ShareSnapshotNotFound`.
8+
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
129

1310
## 12.14.0-beta.1 (2025-05-13)
1411

sdk/storage/azure-storage-queues/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 12.5.0-beta.1 (Unreleased)
3+
## 12.5.0-beta.1 (2025-06-11)
44

55
### Features Added
66

7+
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
8+
79
### Breaking Changes
810

911
- `QueueProperties.ApproximateMessageCount` is deprecated. The value is `-1` if the value exceeds `INT32_MAX`. Use `QueueProperties.ApproximateMessageCountLong` instead.
1012

11-
### Bugs Fixed
12-
13-
### Other Changes
14-
1513
## 12.4.0 (2024-09-17)
1614

1715
### Features Added

0 commit comments

Comments
 (0)