Skip to content

Commit

Permalink
switch to table
Browse files Browse the repository at this point in the history
  • Loading branch information
mamari90 committed Jan 25, 2024
1 parent b73be49 commit fa2ac2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/synthetic-monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ async function main() {
let tests = []
for (const tableConfiguration in monitoringConfigurations) {

console.log(`tableconfiguration: ${tableConfiguration}`)
//property names remap
let monitoringConfiguration = {...tableConfiguration}
monitoringConfiguration['appName'] = tableConfiguration.partitionKey
Expand Down

0 comments on commit fa2ac2d

Please sign in to comment.