12.27.0b1 (2026-08-10)
Features Added
- Added support for service version 2026-10-06.
- Added
list_rangesandlist_ranges_diffAPIs toShareFileClientwhich return an auto-paging iterable of
FileRangeand support continuation tokens andresults_per_pagefor enumerating file ranges across multiple
service responses.
Other Changes
- Deprecated
ShareFileClient'sget_rangesandget_ranges_diffAPIs in favor oflist_rangesand
list_ranges_diff. - Migrated generated code to use the new TypeSpec generator.
Bugs Fixed
- Return type of get_share_access_policies is now the publicly exposed SignedIdentifier model containing the publicly exposed AccessPolicy model. Previously we were leaking the internal generated SignedIdentifier model without exposing it in the api.
Other Changes
- Custom transports that use legacy azure-core Request/Response types will not be supported moving forward
- Removed support for Python 3.9, Python 3.10 or later is required to use this package