Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions Parameters/workspace-sentinel-eco-test-nazang-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
},
"workspaceName": {
"value": "sentinel-eco-test-nazang"
},
"ADXvsLA-WorkbookId": {
"value": "8dd3bb4d-62fd-4b40-939c-64edf3d2fdff"
},
"AMAMigrationTracker-WorkbookId": {
"value": "56dbbdde-991b-4fe1-ad01-5c72f84d9200"
}
}
}
21 changes: 21 additions & 0 deletions Parameters/workspace-sentinel-eco-test-nazang2-parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"subscriptionId": {
"value": "419581d6-4853-49bd-83b6-d94bb8a77887"
},
"resourcegroupName": {
"value": "sentinel-eco-test-nazang"
},
"workspaceName": {
"value": "sentinel-eco-test-nazang2"
},
"ADXvsLA-WorkbookId": {
"value": "9af7013f-5c80-4c3e-8b0a-ad69a8c35063"
},
"AMAMigrationTracker-WorkbookId": {
"value": "43e29093-8cdd-4568-b2a0-503a7737ffbc"
}
}
}
2 changes: 1 addition & 1 deletion Workbooks/workbook_ADXvsLA.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"description": "The id of resource instance to which the workbook will be associate."
}
},
"workbookId": {
"ADXvsLA-WorkbookId": {
"type": "string",
"defaultValue": "[newGuid()]",
"metadata": {
Expand Down
69 changes: 69 additions & 0 deletions Workbooks/workbook_AMA_migration_tracker.json

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion sentinel-deployment.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
],
"parameterfilemappings": {
"40d1b346-fe1b-4503-8f8e-cfbbf4d7f4b3": {
"Workbooks/workbook_ADXvsLA.json": "Parameters/workspace-sentinel-eco-test-nazang-parameters.json"
"Workbooks/workbook_ADXvsLA.json": "Parameters/workspace-sentinel-eco-test-nazang-parameters.json",
"workbook_AMA_migration_tracker.json": "Parameters/workspace-sentinel-eco-test-nazang-parameters.json"
},
"a2c3834b-49dd-410b-87aa-99f878346c91": {
"Workbooks/workbook_ADXvsLA.json": "Parameters/workspace-sentinel-eco-test-nazang2-parameters.json",
"workbook_AMA_migration_tracker.json": "Parameters/workspace-sentinel-eco-test-nazang-parameters.json"
}
},
"DummySection": "This shouldn't impact deployment"
Expand Down