Skip to content

Commit

Permalink
fixed file name for saved search child resource (#3979)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadabdalla authored Sep 13, 2023
1 parent 11a0f58 commit db70410
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion modules/operational-insights/workspace/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ module logAnalyticsWorkspace_linkedStorageAccounts 'linked-storage-account/main.
}
}]

module logAnalyticsWorkspace_savedSearches 'saved-searche/main.bicep' = [for (savedSearch, index) in savedSearches: {
module logAnalyticsWorkspace_savedSearches 'saved-search/main.bicep' = [for (savedSearch, index) in savedSearches: {
name: '${uniqueString(deployment().name, location)}-LAW-SavedSearch-${index}'
params: {
logAnalyticsWorkspaceName: logAnalyticsWorkspace.name
Expand Down
40 changes: 20 additions & 20 deletions modules/operational-insights/workspace/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "15935041829541448463"
"version": "0.21.1.54444",
"templateHash": "10794410731370898440"
},
"name": "Log Analytics Workspaces",
"description": "This module deploys a Log Analytics Workspace.",
Expand Down Expand Up @@ -399,8 +399,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "5679144933666454393"
"version": "0.21.1.54444",
"templateHash": "6875862134545079569"
},
"name": "Log Analytics Workspace Storage Insight Configs",
"description": "This module deploys a Log Analytics Workspace Storage Insight Config.",
Expand Down Expand Up @@ -546,8 +546,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "6123492600831728521"
"version": "0.21.1.54444",
"templateHash": "7090165993767697446"
},
"name": "Log Analytics Workspace Linked Services",
"description": "This module deploys a Log Analytics Workspace Linked Service.",
Expand Down Expand Up @@ -683,8 +683,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "17235548432615830542"
"version": "0.21.1.54444",
"templateHash": "4972790707212258352"
},
"name": "Log Analytics Workspace Linked Storage Accounts",
"description": "This module deploys a Log Analytics Workspace Linked Storage Account.",
Expand Down Expand Up @@ -821,8 +821,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "10184551811647520122"
"version": "0.21.1.54444",
"templateHash": "8574189144245494701"
},
"name": "Log Analytics Workspace Saved Searches",
"description": "This module deploys a Log Analytics Workspace Saved Search.",
Expand Down Expand Up @@ -996,8 +996,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "6853475409424559635"
"version": "0.21.1.54444",
"templateHash": "13008977267947771049"
},
"name": "Log Analytics Workspace Data Exports",
"description": "This module deploys a Log Analytics Workspace Data Export.",
Expand Down Expand Up @@ -1146,8 +1146,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "526173230944614742"
"version": "0.21.1.54444",
"templateHash": "17869715776960241714"
},
"name": "Log Analytics Workspace Datasources",
"description": "This module deploys a Log Analytics Workspace Data Source.",
Expand Down Expand Up @@ -1376,8 +1376,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "761158132904084297"
"version": "0.21.1.54444",
"templateHash": "13305914804653693951"
},
"name": "Log Analytics Workspace Tables",
"description": "This module deploys a Log Analytics Workspace Table.",
Expand Down Expand Up @@ -1548,8 +1548,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "16708625392312836324"
"version": "0.21.1.54444",
"templateHash": "9052763253522380709"
},
"name": "Operations Management Solutions",
"description": "This module deploys an Operations Management Solution.",
Expand Down Expand Up @@ -1702,8 +1702,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "9516912265776834381"
"version": "0.21.1.54444",
"templateHash": "3735355062180278453"
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.20.4.51522",
"templateHash": "10184551811647520122"
"version": "0.21.1.54444",
"templateHash": "8574189144245494701"
},
"name": "Log Analytics Workspace Saved Searches",
"description": "This module deploys a Log Analytics Workspace Saved Search.",
Expand Down

0 comments on commit db70410

Please sign in to comment.