File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/azure-monitor/logs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,6 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
259
259
"location" : " [parameters('location')]" ,
260
260
"apiVersion" : " 2021-09-01-preview" ,
261
261
"properties" : {
262
- "dataCollectionEndpointId" : " [parameters('endpointResourceId')]" ,
263
262
"streamDeclarations" : {
264
263
"Custom-MyTableRawData" : {
265
264
"columns" : [
@@ -358,6 +357,7 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
358
357
"location" : " [parameters('location')]" ,
359
358
"apiVersion" : " 2021-09-01-preview" ,
360
359
"properties" : {
360
+ "dataCollectionEndpointId" : " [parameters('endpointResourceId')]" ,
361
361
"streamDeclarations" : {
362
362
"Custom-MyTableRawData" : {
363
363
"columns" : [
You can’t perform that action at this time.
0 commit comments