File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.3.2 (Unreleased)
3+ ## 1.4.0 (2023-03-02)
4+ > This release doesn't include features added in v1.4.0-beta.1. They will return in v1.5.0-beta.1.
45
56### Features Added
67* Add ` Clone() ` method for ` arm/policy.ClientOptions ` .
78
8- ### Breaking Changes
9-
109### Bugs Fixed
1110* ARM's RP registration policy will no longer swallow unrecognized errors.
1211* Fixed an issue in ` runtime.NewPollerFromResumeToken() ` when resuming a ` Poller ` with a custom ` PollingHandler ` .
1312* Fixed wrong policy copy in ` arm/runtime.NewPipeline() ` .
1413
15- ### Other Changes
14+ ## 1.4.0-beta.1 (2023-02-02)
15+
16+ ### Features Added
17+ * Added support for ARM cross-tenant authentication. Set the ` AuxiliaryTenants ` field of ` arm.ClientOptions ` to enable.
18+ * Added ` Claims ` and ` TenantID ` fields to ` policy.TokenRequestOptions ` .
19+ * ARM bearer token policy handles CAE challenges.
1620
1721## 1.3.1 (2023-02-02)
1822
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ const (
3131 Module = "azcore"
3232
3333 // Version is the semantic version (see http://semver.org) of this module.
34- Version = "v1.3.2 "
34+ Version = "v1.4.0 "
3535)
You can’t perform that action at this time.
0 commit comments