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
The createCreateNewRequest function should be replaced with createOdspCreateContainerRequest function in odsp-driver package.
Proposed Solution
There are few instances where the createCreateNewRequest function is used in Fluid Framework repository. The function is not being used in other internal repositories (FluidExamples, Bohemia, OneNote). The function can be replaced with createOdspCreateContainerRequest function and updated in BREAKING.md.
Methodology
The createCreateNewRequest function is removed from the following files:
sonalivdeshpande
changed the title
Replace createCreateNewRequest with createOdspCreateContainerRequest
Replace createCreateNewRequest with createOdspCreateContainerRequest
Nov 10, 2021
In order to remove from webpack-fluid-loader, you might need to update multiResolver.ts to use the real ODSP url resolver (from odsp-driver). It might be easiest to do this as two separate PRs, one that only touches the odsp-driver files, and a second that modernizes multiResolver.
Overview
The
createCreateNewRequest
function should be replaced withcreateOdspCreateContainerRequest
function inodsp-driver
package.Proposed Solution
There are few instances where the
createCreateNewRequest
function is used in Fluid Framework repository. The function is not being used in other internal repositories (FluidExamples, Bohemia, OneNote). The function can be replaced withcreateOdspCreateContainerRequest
function and updated in BREAKING.md.Methodology
The
createCreateNewRequest
function is removed from the following files:The
createCreateNewRequest
function is replaced withcreateOdspCreateContainerRequest
in the following files:The text was updated successfully, but these errors were encountered: