diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/readme.go.md b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/readme.go.md index 9ce63c7c5b40..363cc559a69b 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/readme.go.md +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/readme.go.md @@ -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 diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/stable/2025-07-01/SummaryLogs.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/stable/2025-07-01/SummaryLogs.json index 3ea5ff699043..23d87b05e02f 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/stable/2025-07-01/SummaryLogs.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/stable/2025-07-01/SummaryLogs.json @@ -468,7 +468,6 @@ } }, "destinationTable": { - "readOnly": true, "type": "string", "description": "The destination table used for the Summary rule results." } diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/stable/2025-07-01/examples/SummaryLogsUpsert.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/stable/2025-07-01/examples/SummaryLogsUpsert.json index 28254da0a082..d538c44d2757 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/stable/2025-07-01/examples/SummaryLogsUpsert.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/stable/2025-07-01/examples/SummaryLogsUpsert.json @@ -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" } } } @@ -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 @@ -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