Skip to content

Commit 757c113

Browse files
Fix subscription setup.
1 parent 3efc8ac commit 757c113

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

subscription.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
"apiVersion": "2022-04-01",
354354
"name": "[guid(subscription().subscriptionId, variables('nestedDeploymentName'), variables('readerRoleId'))]",
355355
"dependsOn": [
356-
"[resourceId('Microsoft.Resources/deployments', variables('nestedDeploymentName'))]"
356+
"[variables('nestedDeploymentName')]"
357357
],
358358
"properties": {
359359
"roleDefinitionId": "[subscriptionResourceId('Microsoft.Authorization/roleDefinitions', variables('readerRoleId'))]",
@@ -366,7 +366,7 @@
366366
"apiVersion": "2021-05-01-preview",
367367
"name": "[concat('betterstack-activity-logs-', parameters('betterStackSourceId'), '-', parameters('location'))]",
368368
"dependsOn": [
369-
"[resourceId('Microsoft.Resources/deployments', variables('nestedDeploymentName'))]"
369+
"[variables('nestedDeploymentName')]"
370370
],
371371
"properties": {
372372
"eventHubAuthorizationRuleId": "[reference(variables('nestedDeploymentName')).outputs.sendRuleId.value]",

0 commit comments

Comments
 (0)