Skip to content

Commit e53dcea

Browse files
committed
Update doc
1 parent 0321a14 commit e53dcea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/api-review/auth.api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,8 +798,8 @@ export function signOut(auth: Auth): Promise<void>;
798798

799799
// @public
800800
export interface TenantConfig {
801-
location?: string;
802-
tenantId?: string;
801+
location: string;
802+
tenantId: string;
803803
}
804804

805805
// @public

0 commit comments

Comments
 (0)