Storage STG100 Beta Release (#6846)

This commit is contained in:
microzchang 2025-11-27 14:06:15 +08:00 committed by GitHub
parent 72c2c981be
commit 0da325f0c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 27 additions and 28 deletions

View File

@ -1,14 +1,14 @@
# Release History
## 12.16.0-beta.1 (Unreleased)
## 12.16.0-beta.1 (2025-11-27)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Bumped up API version to `2026-02-06`.
- Added new field `StartFrom` parameter in `ListBlobsOptions`.
- Added support for Principal-Bound Identity User Delegation SAS.
- Added new Sas parameter `DelegatedUserObjectId` in `BlobSasBuilder` which means the object id of the user in Azure AD to which the SAS is delegated.
- Added support for conditional headers in `SetBlobTagsOptions` and `GetBlobTagsOptions`.
## 12.15.0 (2025-10-15)

View File

@ -1,14 +1,10 @@
# Release History
## 12.12.0-beta.1 (Unreleased)
## 12.12.0-beta.1 (2025-11-27)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Bumped up Account SAS version to `2026-02-06`.
## 12.11.0 (2025-10-15)

View File

@ -1,14 +1,13 @@
# Release History
## 12.14.0-beta.1 (Unreleased)
## 12.14.0-beta.1 (2025-11-27)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Bumped up API version to `2026-02-06`.
- Added new field `StartFrom` parameter in `ListPathsOptions`.
- Added support for Principal-Bound Identity User Delegation SAS.
- Added new Sas parameter `DelegatedUserObjectId` in `DataLakeSasBuilder` which means the object id of the user in Azure AD to which the SAS is delegated.
## 12.13.0 (2025-10-15)

View File

@ -1,16 +1,21 @@
# Release History
## 12.16.0-beta.1 (Unreleased)
## 12.16.0-beta.1 (2025-11-27)
### Features Added
- Bumped up API version to `2026-02-06`.
- Added support for User Delegation SAS.
- Added support for Principal-Bound Identity User Delegation SAS.
- Added new Sas parameter `DelegatedUserObjectId` in `ShareSasBuilder` which means the object id of the user in Azure AD to which the SAS is delegated.
- Added support for `EncryptionInTransit` on `ShareServiceClient::SetProperties()`.
- Added new field `NfsSettings` in `ShareServiceProperties.Protocol`.
- Added new field `EncryptionInTransit` in `ShareServiceProperties.Protocol.Settings` and `ShareServiceProperties.Protocol.NfsSettings`.
### Breaking Changes
- 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.
- 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.
### Bugs Fixed
### Other Changes
## 12.15.0 (2025-10-15)

View File

@ -1,14 +1,13 @@
# Release History
## 12.6.0-beta.1 (Unreleased)
## 12.6.0-beta.1 (2025-11-27)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Bumped up API version to `2026-02-06`.
- Added support for User Delegation SAS.
- Added support for Principal-Bound Identity User Delegation SAS.
- Added new Sas parameter `DelegatedUserObjectId` in `QueueSasBuilder` which means the object id of the user in Azure AD to which the SAS is delegated.
## 12.5.0 (2025-10-15)