Packmanager9

Results 1 comments of Packmanager9

Sure, here's the snippet I was using. msRestNodeAuth.interactiveLogin().then((creds) => { const client = new LogicManagementClient(creds, subscriptionId); const top = 1; const filter = "testfilter"; client.workflows.listBySubscription(top, filter).then((result) => { console.log("The result...