Skip to content

Commit

Permalink
fixed parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu219 committed May 29, 2024
1 parent f93b231 commit efb8909
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AppendBlobReader/src/appendblobreaderdeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@
"WorkspaceResourceId": "[resourceId('Microsoft.OperationalInsights/workspaces', parameters('logAnalyticsWorkspaceName'))]"
},
"dependsOn": [
"[resourceId('Microsoft.OperationalInsights/workspaces', variables('logAnalyticsWorkspaceName'))]"
"[resourceId('Microsoft.OperationalInsights/workspaces', parameters('logAnalyticsWorkspaceName'))]"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion BlockBlobReader/src/blobreaderdeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@
"WorkspaceResourceId": "[resourceId('Microsoft.OperationalInsights/workspaces', parameters('logAnalyticsWorkspaceName'))]"
},
"dependsOn": [
"[resourceId('Microsoft.OperationalInsights/workspaces', variables('logAnalyticsWorkspaceName'))]"
"[resourceId('Microsoft.OperationalInsights/workspaces', parameters('logAnalyticsWorkspaceName'))]"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion BlockBlobReader/src/blobreaderdeploywithPremiumPlan.json
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@
"WorkspaceResourceId": "[resourceId('Microsoft.OperationalInsights/workspaces', parameters('logAnalyticsWorkspaceName'))]"
},
"dependsOn": [
"[resourceId('Microsoft.OperationalInsights/workspaces', variables('logAnalyticsWorkspaceName'))]"
"[resourceId('Microsoft.OperationalInsights/workspaces', parameters('logAnalyticsWorkspaceName'))]"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion EventHubs/src/azuredeploy_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"WorkspaceResourceId": "[resourceId('Microsoft.OperationalInsights/workspaces', parameters('logAnalyticsWorkspaceName'))]"
},
"dependsOn": [
"[resourceId('Microsoft.OperationalInsights/workspaces', variables('logAnalyticsWorkspaceName'))]"
"[resourceId('Microsoft.OperationalInsights/workspaces', parameters('logAnalyticsWorkspaceName'))]"
]
}
]
Expand Down

0 comments on commit efb8909

Please sign in to comment.