Skip to content

Commit fcc8bd0

Browse files
authored
readme and changelog updates (#42445)
1 parent c4f28a7 commit fcc8bd0

File tree

19 files changed

+29
-75
lines changed

19 files changed

+29
-75
lines changed

sdk/storage/azure-storage-blob-batch/CHANGELOG.md

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

3-
## 12.25.0-beta.1 (Unreleased)
3+
## 12.25.0-beta.1 (2024-10-17)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added support for service version 2025-01-05.
127

138
## 12.24.0 (2024-09-17)
149

sdk/storage/azure-storage-blob-batch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
5656
<dependency>
5757
<groupId>com.azure</groupId>
5858
<artifactId>azure-storage-blob-batch</artifactId>
59-
<version>12.24.0</version>
59+
<version>12.25.0-beta.1</version>
6060
</dependency>
6161
```
6262
[//]: # ({x-version-update-end})

sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md

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

3-
## 12.0.0-beta.26 (Unreleased)
3+
## 12.0.0-beta.26 (2024-10-17)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added support for service version 2025-01-05.
127

138
## 12.0.0-beta.25 (2024-09-17)
149

sdk/storage/azure-storage-blob-changefeed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ process change events that occur in your Blob Storage account at a low cost.
2121
<dependency>
2222
<groupId>com.azure</groupId>
2323
<artifactId>azure-storage-blob-changefeed</artifactId>
24-
<version>12.0.0-beta.25</version>
24+
<version>12.0.0-beta.26</version>
2525
</dependency>
2626
```
2727
[//]: # ({x-version-update-end})

sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md

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

3-
## 12.28.0-beta.1 (Unreleased)
3+
## 12.28.0-beta.1 (2024-10-17)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added support for service version 2025-01-05.
127

138
## 12.27.1 (2024-10-08)
149

sdk/storage/azure-storage-blob-cryptography/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ add the direct dependency to your project as follows.
5858
<dependency>
5959
<groupId>com.azure</groupId>
6060
<artifactId>azure-storage-blob-cryptography</artifactId>
61-
<version>12.27.0</version>
61+
<version>12.28.0-beta.1</version>
6262
</dependency>
6363
```
6464
[//]: # ({x-version-update-end})

sdk/storage/azure-storage-blob-nio/CHANGELOG.md

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

3-
## 12.0.0-beta.27 (Unreleased)
3+
## 12.0.0-beta.27 (2024-10-17)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added support for service version 2025-01-05.
127

138
## 12.0.0-beta.26 (2024-09-17)
149

sdk/storage/azure-storage-blob-nio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package allows you to interact with Azure Blob Storage through the standard
2020
<dependency>
2121
<groupId>com.azure</groupId>
2222
<artifactId>azure-storage-blob-nio</artifactId>
23-
<version>12.0.0-beta.26</version>
23+
<version>12.0.0-beta.27</version>
2424
</dependency>
2525
```
2626
[//]: # ({x-version-update-end})

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

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

3-
## 12.29.0-beta.1 (Unreleased)
3+
## 12.29.0-beta.1 (2024-10-17)
44

55
### Features Added
66
- Added BlobErrorCode BlobAccessTierNotSupportedForAccountType value.
7-
8-
### Breaking Changes
7+
- Added support for service version 2025-01-05.
98

109
### Bugs Fixed
1110
- Fixed an issue where you couldn't set an immutability policy on a blob version or blob snapshot.
1211
- Fixed an issue where you couldn't set a legal hold on a blob version.
1312

14-
### Other Changes
15-
1613
## 12.28.1 (2024-10-08)
1714

1815
### Bugs Fixed

sdk/storage/azure-storage-blob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
5656
<dependency>
5757
<groupId>com.azure</groupId>
5858
<artifactId>azure-storage-blob</artifactId>
59-
<version>12.28.0</version>
59+
<version>12.29.0-beta.1</version>
6060
</dependency>
6161
```
6262
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)