Skip to content

Commit 0ba2c35

Browse files
committed
Fix flows to use the correct subscription
1 parent 71e68fd commit 0ba2c35

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/server/api/src/app/benchmark/workflows-catalog/azure/Azure Benchmark - Advisor Idle App Service Plan.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
"dryRun": false,
609609
"commandToRun": "az resource show --ids \"{{step_d['item']['resourceMetadata']['resourceId']}}\" --query location -o tsv",
610610
"subscriptions": {
611-
"subDropdown": "3713fdce-ec3c-4060-a5ff-15c6364f2a10"
611+
"subDropdown": "{{step_1['item']}}"
612612
},
613613
"useHostSession": {}
614614
},
@@ -745,4 +745,4 @@
745745
"@openops/block-http"
746746
],
747747
"categories": []
748-
}
748+
}

packages/server/api/src/app/benchmark/workflows-catalog/azure/Azure Benchmark - Advisor Idle VMs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
"dryRun": false,
609609
"commandToRun": "az resource show --ids \"{{step_d['item']['resourceMetadata']['resourceId']}}\" --query location -o tsv",
610610
"subscriptions": {
611-
"subDropdown": "3713fdce-ec3c-4060-a5ff-15c6364f2a10"
611+
"subDropdown": "{{step_1['item']}}"
612612
},
613613
"useHostSession": {}
614614
},
@@ -745,4 +745,4 @@
745745
"@openops/block-http"
746746
],
747747
"categories": []
748-
}
748+
}

0 commit comments

Comments
 (0)