Skip to content

Commit

Permalink
Enable whole summary upload for azure-client (#7495)
Browse files Browse the repository at this point in the history
This enables support for the new version Azure Fluid Relay being deployed for Public Preview.
  • Loading branch information
skylerjokiel authored Sep 16, 2021
1 parent d41d815 commit 41cc433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framework/azure-client/src/AzureClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export class AzureClient {
constructor(private readonly props: AzureClientProps) {
this.documentServiceFactory = new RouterliciousDocumentServiceFactory(
this.props.connection.tokenProvider,
{ enableWholeSummaryUpload: true },
);
}

Expand Down

0 comments on commit 41cc433

Please sign in to comment.