Skip to content

Commit 24ca71f

Browse files
committed
add qs package dependency
1 parent 54dcdaf commit 24ca71f

File tree

22 files changed

+4484
-0
lines changed

22 files changed

+4484
-0
lines changed

reverse_engineering/api.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const async = require('async');
44
const _ = require('lodash');
55
const { CosmosClient } = require('@azure/cosmos');
66
const axios = require('axios');
7+
const qs = require('qs');
78
const gremlinHelper = require('./gremlinHelper');
89
let client;
910

@@ -98,6 +99,9 @@ module.exports = {
9899
const modelInfo = {
99100
defaultConsistency: accountInfo.consistencyPolicy,
100101
preferredLocation: accountInfo.writableLocations[0] ? accountInfo.writableLocations[0].name : '',
102+
tenant: data.tenantId,
103+
resGrp: data.resourceGroupName,
104+
subscription: data.subscriptionId,
101105
...additionalAccountInfo,
102106
};
103107

reverse_engineering/node_modules/qs/.editorconfig

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reverse_engineering/node_modules/qs/.eslintignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reverse_engineering/node_modules/qs/.eslintrc

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reverse_engineering/node_modules/qs/.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reverse_engineering/node_modules/qs/.github/workflows/rebase.yml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reverse_engineering/node_modules/qs/CHANGELOG.md

Lines changed: 345 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reverse_engineering/node_modules/qs/LICENSE.md

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)