Skip to content

Commit f4ab3aa

Browse files
authored
Remove arm/ClientOptions.AuxiliaryTenants (Azure#20573)
1 parent a554ef0 commit f4ab3aa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sdk/azcore/arm/policy/policy.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ type RegistrationOptions struct {
4444
type ClientOptions struct {
4545
policy.ClientOptions
4646

47-
// AuxiliaryTenants are additional tenant IDs for authenticating cross-tenant requests.
48-
// The client will add a token from each of these tenants to every request. The
49-
// authenticating user or service principal must be a guest in these tenants, and the
50-
// client's credential must support multitenant authentication.
51-
AuxiliaryTenants []string
52-
5347
// DisableRPRegistration disables the auto-RP registration policy. Defaults to false.
5448
DisableRPRegistration bool
5549
}

0 commit comments

Comments
 (0)