Skip to content

Commit

Permalink
Remove arm/ClientOptions.AuxiliaryTenants (#20573)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell committed Apr 7, 2023
1 parent a554ef0 commit f4ab3aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sdk/azcore/arm/policy/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ type RegistrationOptions struct {
type ClientOptions struct {
policy.ClientOptions

// AuxiliaryTenants are additional tenant IDs for authenticating cross-tenant requests.
// The client will add a token from each of these tenants to every request. The
// authenticating user or service principal must be a guest in these tenants, and the
// client's credential must support multitenant authentication.
AuxiliaryTenants []string

// DisableRPRegistration disables the auto-RP registration policy. Defaults to false.
DisableRPRegistration bool
}
Expand Down

0 comments on commit f4ab3aa

Please sign in to comment.