You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/azidentity/client_assertion_credential.go
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ type ClientAssertionCredential struct {
32
32
// ClientAssertionCredentialOptions contains optional parameters for ClientAssertionCredential.
33
33
typeClientAssertionCredentialOptionsstruct {
34
34
azcore.ClientOptions
35
+
36
+
// DisableInstanceDiscovery allows disconnected cloud solutions to skip instance discovery for unknown authority hosts.
37
+
DisableInstanceDiscoverybool
35
38
}
36
39
37
40
// NewClientAssertionCredential constructs a ClientAssertionCredential. The getAssertion function must be thread safe. Pass nil for options to accept defaults.
0 commit comments