Open kazrael2119 opened 2 weeks ago
@timovv could you help take a look at this issue.
With the 2.0.0 version of @azure-rest/core-client
, createFile
and createFileFromStream
are no longer necessary, and the package doesn't support them. Generally for newly generated RLCs createFile
and createFileFromStream
would not be available anyway since they are not re-exported from core-rest-pipeline.
Since there is a breaking change here anyway with the 2.0.0 upgrade, I think the ideal path forward would be to just remove the re-export of createFile
and createFileFromStream
from the public API. That would resolve this issue since the helpers would no longer be available.
can't use createFile() as a body property for a mfd test case error message:
steps to repro: 1 checkout to https://github.com/Azure/azure-sdk-for-js/pull/31356 2 rush update and rush build -t @azure-rest/purview-datamap 3 change this line as
4 use this endpoint: https://jssdktest.purview.azure.com/ and run test with record mode