Skip to content

Commit 2ca3246

Browse files
STG 101 Branch Setup (#43772)
1 parent 73158a0 commit 2ca3246

File tree

13 files changed

+29
-5
lines changed

13 files changed

+29
-5
lines changed

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

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

3+
## 12.29.0b1 (Unreleased)
4+
5+
### Features Added
6+
- Added support for service version 2026-04-06.
7+
38
## 12.28.0b1 (Unreleased)
49

510
### Features Added

sdk/storage/azure-storage-blob/azure/storage/blob/_serialize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
'2025-07-05',
6464
'2025-11-05',
6565
'2026-02-06',
66+
'2026-04-06',
6667
]
6768

6869

sdk/storage/azure-storage-blob/azure/storage/blob/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.28.0b1"
7+
VERSION = "12.29.0b1"

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

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

3+
## 12.24.0b1 (Unreleased)
4+
5+
### Features Added
6+
- Added support for service version 2026-04-06.
7+
38
## 12.23.0b1 (Unreleased)
49

510
### Features Added

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_serialize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
'2025-07-05',
5858
'2025-11-05',
5959
'2026-02-06',
60+
'2026-04-06',
6061
] # This list must be in chronological order!
6162

6263

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.23.0b1"
7+
VERSION = "12.24.0b1"

sdk/storage/azure-storage-file-datalake/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
python_requires=">=3.9",
7878
install_requires=[
7979
"azure-core>=1.30.0",
80-
"azure-storage-blob>=12.28.0b1",
80+
"azure-storage-blob>=12.29.0b1",
8181
"typing-extensions>=4.6.0",
8282
"isodate>=0.6.1"
8383
],

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

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

3+
## 12.25.0b1 (Unreleased)
4+
5+
### Features Added
6+
- Added support for service version 2026-04-06.
7+
38
## 12.24.0b1 (Unreleased)
49

510
### Features Added

sdk/storage/azure-storage-file-share/azure/storage/fileshare/_serialize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
'2025-07-05',
5252
'2025-11-05',
5353
'2026-02-06',
54+
'2026-04-06',
5455
]
5556

5657

sdk/storage/azure-storage-file-share/azure/storage/fileshare/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.24.0b1"
7+
VERSION = "12.25.0b1"

0 commit comments

Comments
 (0)