Azure Purview Scanning Sample Issue #18878
Labels
Client
This issue points to a problem in the data-plane of the library.
dev-tool
Issues related to the Azure SDK for JS dev-tool
Docs
Purview
test-manual-pass
Milestone
Section link:
Reason:
Cannot use both
import
andrequire
in a.js
fileSuggestion:
Update
import PurviewScanning, { paginate } from "@azure-rest/purview-scanning";
to
const {default:PurviewScanning, paginate } = require("@azure-rest/purview-scanning");
@ramya-rao-a , @mikekistler, @lmazuel and @qiaozha for notification.
The text was updated successfully, but these errors were encountered: