Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These settings apply only when `--go` is specified on the command line.

``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/operationalinsights/armoperationalinsights
module-name: sdk/resourcemanager/operationalinsights/armoperationalinsights/v2
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@
}
},
"destinationTable": {
"readOnly": true,
"type": "string",
"description": "The destination table used for the Summary rule results."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"query": "MyTable_CL",
"binSize": 180,
"binDelay": 10,
"binStartTime": "2020-02-03T04:05:06Z"
"binStartTime": "2020-02-03T04:05:06Z",
"destinationTable": "MyDestinationTable_CL"
}
}
}
Expand All @@ -34,7 +35,8 @@
"query": "MyTable_CL",
"binSize": 180,
"binDelay": 10,
"binStartTime": "2024-02-03T04:00:00Z"
"binStartTime": "2024-02-03T04:00:00Z",
"destinationTable": "MyDestinationTable_CL"
},
"provisioningState": "Updating",
"isActive": false
Expand All @@ -59,7 +61,8 @@
"query": "MyTable_CL",
"binSize": 180,
"binDelay": 10,
"binStartTime": "2020-02-03T04:05:06Z"
"binStartTime": "2020-02-03T04:05:06Z",
"destinationTable": "MyDestinationTable_CL"
},
"provisioningState": "Updating",
"isActive": false
Expand Down
Loading