scope_id string true The ID of the Subscription, Management Group or Resource group where the role is to be assigned. principal_ids string true A list of Object IDs that define the User, Group or ...
// a.js const c = require("./c"); console.log(c.foo); // c.js module.exports = {}; Object.assign(module.exports, { foo: 5, }); and get an error: a.js:11: WARNING ...