We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838842d commit 20b4dd8Copy full SHA for 20b4dd8
sdk/azcore/CHANGELOG.md
@@ -1,14 +1,10 @@
1
# Release History
2
3
-## 1.5.1 (Unreleased)
+## 1.6.0 (2023-05-04)
4
5
### Features Added
6
-
7
-### Breaking Changes
8
9
-### Bugs Fixed
10
11
-### Other Changes
+* Added support for ARM cross-tenant authentication. Set the `AuxiliaryTenants` field of `arm.ClientOptions` to enable.
+* Added `TenantID` field to `policy.TokenRequestOptions`.
12
13
## 1.5.0 (2023-04-06)
14
sdk/azcore/internal/shared/constants.go
@@ -32,5 +32,5 @@ const (
32
Module = "azcore"
33
34
// Version is the semantic version (see http://semver.org) of this module.
35
- Version = "v1.5.1"
+ Version = "v1.6.0"
36
)
0 commit comments