From f4ab3aa08d94ee323f1db5dd7840b6c5f11951a2 Mon Sep 17 00:00:00 2001 From: Charles Lowell <10964656+chlowell@users.noreply.github.com> Date: Fri, 7 Apr 2023 12:52:53 -0700 Subject: [PATCH] Remove arm/ClientOptions.AuxiliaryTenants (#20573) --- sdk/azcore/arm/policy/policy.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sdk/azcore/arm/policy/policy.go b/sdk/azcore/arm/policy/policy.go index 99e1c7353343..7a700d661e9e 100644 --- a/sdk/azcore/arm/policy/policy.go +++ b/sdk/azcore/arm/policy/policy.go @@ -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 }