Skip to content

Commit ebcc4ec

Browse files
authored
STG90 Beta Release (Azure#36283)
1 parent f2a2747 commit ebcc4ec

File tree

15 files changed

+23
-63
lines changed

15 files changed

+23
-63
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.20.0-beta.1 (Unreleased)
3+
## 12.20.0-beta.1 (2023-08-08)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added support for service versions 2023-05-03 and 2023-08-03.
127

138
## 12.19.0 (2023-07-11)
149

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
5555
<dependency>
5656
<groupId>com.azure</groupId>
5757
<artifactId>azure-storage-blob-batch</artifactId>
58-
<version>12.19.0</version>
58+
<version>12.20.0-beta.1</version>
5959
</dependency>
6060
```
6161
[//]: # ({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.23.0-beta.1 (Unreleased)
3+
## 12.23.0-beta.1 (2023-08-08)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added support for service versions 2023-05-03 and 2023-08-03.
127

138
## 12.22.0 (2023-07-11)
149

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

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

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

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

3-
## 12.24.0-beta.1 (Unreleased)
3+
## 12.24.0-beta.1 (2023-08-08)
44

55
### Features Added
6+
- Added support for service versions 2023-05-03 and 2023-08-03.
67
- Added RehydratePendingToCold value to ArchiveStatus enum.
78

8-
### Breaking Changes
9-
10-
### Bugs Fixed
11-
12-
### Other Changes
13-
149
## 12.23.0 (2023-07-11)
1510

1611
### Features Added

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

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

sdk/storage/azure-storage-common/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.23.0-beta.1 (Unreleased)
3+
## 12.23.0-beta.1 (2023-08-08)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added support for service versions 2023-05-03 and 2023-08-03.
127

138
## 12.22.0 (2023-07-11)
149

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ add the direct dependency to your project as follows.
5252
<dependency>
5353
<groupId>com.azure</groupId>
5454
<artifactId>azure-storage-common</artifactId>
55-
<version>12.22.0</version>
55+
<version>12.23.0-beta.1</version>
5656
</dependency>
5757
```
5858
[//]: # ({x-version-update-end})

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

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

3-
## 12.17.0-beta.1 (Unreleased)
3+
## 12.17.0-beta.1 (2023-08-08)
44

55
### Features Added
6+
- Added support for service versions 2023-05-03 and 2023-08-03.
67
- Added `DataLakeDirectoryClient.deleteRecursively()` which allows users to delete a directory and all of its contents recursively.
78
- Added support for paginated directory delete when using AAD authentication. Note that this feature only applies to HNS storage accounts and when using token authentication.
89

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
1510
## 12.16.0 (2023-07-11)
1611

1712
### Features Added

sdk/storage/azure-storage-file-datalake/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-file-datalake</artifactId>
59-
<version>12.16.0</version>
59+
<version>12.17.0-beta.1</version>
6060
</dependency>
6161
```
6262
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)