We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a554ef0 commit f4ab3aaCopy full SHA for f4ab3aa
sdk/azcore/arm/policy/policy.go
@@ -44,12 +44,6 @@ type RegistrationOptions struct {
44
type ClientOptions struct {
45
policy.ClientOptions
46
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
-
53
// DisableRPRegistration disables the auto-RP registration policy. Defaults to false.
54
DisableRPRegistration bool
55
}
0 commit comments