Skip to content

Commit 0da325f

Browse files
authored
Storage STG100 Beta Release (#6846)
1 parent 72c2c98 commit 0da325f

File tree

5 files changed

+27
-28
lines changed

5 files changed

+27
-28
lines changed

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

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

3-
## 12.16.0-beta.1 (Unreleased)
3+
## 12.16.0-beta.1 (2025-11-27)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Bumped up API version to `2026-02-06`.
8+
- Added new field `StartFrom` parameter in `ListBlobsOptions`.
9+
- Added support for Principal-Bound Identity User Delegation SAS.
10+
- Added new Sas parameter `DelegatedUserObjectId` in `BlobSasBuilder` which means the object id of the user in Azure AD to which the SAS is delegated.
11+
- Added support for conditional headers in `SetBlobTagsOptions` and `GetBlobTagsOptions`.
1212

1313
## 12.15.0 (2025-10-15)
1414

sdk/storage/azure-storage-common/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.12.0-beta.1 (Unreleased)
3+
## 12.12.0-beta.1 (2025-11-27)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Bumped up Account SAS version to `2026-02-06`.
128

139
## 12.11.0 (2025-10-15)
1410

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

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

3-
## 12.14.0-beta.1 (Unreleased)
3+
## 12.14.0-beta.1 (2025-11-27)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Bumped up API version to `2026-02-06`.
8+
- Added new field `StartFrom` parameter in `ListPathsOptions`.
9+
- Added support for Principal-Bound Identity User Delegation SAS.
10+
- Added new Sas parameter `DelegatedUserObjectId` in `DataLakeSasBuilder` which means the object id of the user in Azure AD to which the SAS is delegated.
1211

1312
## 12.13.0 (2025-10-15)
1413

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

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

3-
## 12.16.0-beta.1 (Unreleased)
3+
## 12.16.0-beta.1 (2025-11-27)
44

55
### Features Added
66

7+
- Bumped up API version to `2026-02-06`.
8+
- Added support for User Delegation SAS.
9+
- Added support for Principal-Bound Identity User Delegation SAS.
10+
- Added new Sas parameter `DelegatedUserObjectId` in `ShareSasBuilder` which means the object id of the user in Azure AD to which the SAS is delegated.
11+
- Added support for `EncryptionInTransit` on `ShareServiceClient::SetProperties()`.
12+
- Added new field `NfsSettings` in `ShareServiceProperties.Protocol`.
13+
- Added new field `EncryptionInTransit` in `ShareServiceProperties.Protocol.Settings` and `ShareServiceProperties.Protocol.NfsSettings`.
14+
715
### Breaking Changes
816

917
- Changed the type of `MultiChannel` from `SmbMultichannel` to `Nullable<SmbMultichannel>` in `ShareServiceProperties`. This allows the property to be unset, which is useful for accounts that do not support Multi-Channel.
1018
- Changed the type of `Settings` from `SmbSettings` to `Nullable<SmbSettings>` in `ShareServiceProperties`. This allows the property to be unset, which is useful for accounts that do not need to set SmbSettings.
11-
### Bugs Fixed
12-
13-
### Other Changes
1419

1520
## 12.15.0 (2025-10-15)
1621

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

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

3-
## 12.6.0-beta.1 (Unreleased)
3+
## 12.6.0-beta.1 (2025-11-27)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Bumped up API version to `2026-02-06`.
8+
- Added support for User Delegation SAS.
9+
- Added support for Principal-Bound Identity User Delegation SAS.
10+
- Added new Sas parameter `DelegatedUserObjectId` in `QueueSasBuilder` which means the object id of the user in Azure AD to which the SAS is delegated.
1211

1312
## 12.5.0 (2025-10-15)
1413

0 commit comments

Comments
 (0)