You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-files-datalake/CHANGELOG.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# Release History
2
2
3
-
## 12.14.0-beta.1 (Unreleased)
3
+
## 12.14.0-beta.1 (2025-11-27)
4
4
5
5
### Features Added
6
6
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.
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-files-shares/CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,21 @@
1
1
# Release History
2
2
3
-
## 12.16.0-beta.1 (Unreleased)
3
+
## 12.16.0-beta.1 (2025-11-27)
4
4
5
5
### Features Added
6
6
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
+
7
15
### Breaking Changes
8
16
9
17
- 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.
10
18
- 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.
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-queues/CHANGELOG.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# Release History
2
2
3
-
## 12.6.0-beta.1 (Unreleased)
3
+
## 12.6.0-beta.1 (2025-11-27)
4
4
5
5
### Features Added
6
6
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.
0 commit comments