We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd6bd96 + d0be6be commit 6ea69cdCopy full SHA for 6ea69cd
reverse_engineering/api.js
@@ -143,7 +143,7 @@ module.exports = {
143
accountID: data.accountKey,
144
defaultConsistency: accountInfo.consistencyPolicy,
145
preferredLocation: accountInfo.writableLocations[0] ? accountInfo.writableLocations[0].name : '',
146
- ...(includeAccountInformation && {
+ ...(data?.includeAccountInformation && {
147
resGrp: data.resourceGroupName,
148
tenant: data.tenantId,
149
subscription: data.subscriptionId,
0 commit comments