-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Microsoft.OperationalInsights: Preview version 2023-01-01-preview #28945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ec301cc
Copy files from stable/2023-09-01
dulikvor 549cb10
Update version to preview/2023-01-01-preview
dulikvor 0dfd0cf
Added tag for 2023-01-01-preview in readme file
dulikvor 77406bf
Summary logs support.
dulikvor 2a90e65
Start support.
dulikvor 4e5fcd9
Removing un supported resources.
dulikvor dd455dd
Description changes.
dulikvor b5ba5ca
Update readme.md
dulikvor 19d6cc4
Update SummaryLogs.json
dulikvor c845909
Prettier fix.
dulikvor f592d34
more fixes.
dulikvor 37141f7
Update SummaryLogsUpsert.json
dulikvor 6ba0eab
Model fixes.
dulikvor 22e6fca
More fixes.
dulikvor a871064
more fixes.
dulikvor 06078e1
PR review fixes.
dulikvor cdc4ff6
Create sdk-suppressions.yaml
msyyc 472aa23
add azure-sdk-for-go suppression
Alancere 0c34215
Update sdk-suppressions.yaml
kazrael2119 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
561 changes: 561 additions & 0 deletions
561
...esource-manager/Microsoft.OperationalInsights/preview/2023-01-01-preview/SummaryLogs.json
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
.../Microsoft.OperationalInsights/preview/2023-01-01-preview/examples/SummaryLogsDelete.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "oiautorest6685", | ||
"workspaceName": "oiautorest6685", | ||
"api-version": "2023-01-01-preview", | ||
"subscriptionId": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"summaryLogsName": "summarylogs1" | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"azure-asyncoperation": "https://management.azure.com/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/providers/Microsoft.OperaitonalInsights/locations/eastus/operationstatuses/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-01-01-preview" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...ger/Microsoft.OperationalInsights/preview/2023-01-01-preview/examples/SummaryLogsGet.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "oiautorest6685", | ||
"workspaceName": "oiautorest6685", | ||
"api-version": "2023-01-01-preview", | ||
"subscriptionId": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"summaryLogsName": "summarylogs1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"systemData": { | ||
"createdBy": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"createdAt": "2020-02-03T04:05:06Z" | ||
}, | ||
"properties": { | ||
"ruleType": "User", | ||
"ruleDefinition": { | ||
"query": "MyTable_CL", | ||
"binSize": 180, | ||
"binDelay": 10, | ||
"binStartTime": "2020-02-03T04:05:06Z", | ||
"destinationTable": "MyDestinationTable_CL" | ||
}, | ||
"provisioningState": "Succeeded", | ||
"isActive": false, | ||
"statusCode": "UserAction" | ||
}, | ||
"id": "/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/summaryLogs/summarylogs1", | ||
"name": "summarylogs1" | ||
} | ||
} | ||
} | ||
} |
67 changes: 67 additions & 0 deletions
67
...er/Microsoft.OperationalInsights/preview/2023-01-01-preview/examples/SummaryLogsList.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "oiautorest6685", | ||
"workspaceName": "oiautorest6685", | ||
"api-version": "2023-01-01-preview", | ||
"subscriptionId": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"systemData": { | ||
"createdBy": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"createdAt": "2023-02-03T04:05:06Z" | ||
}, | ||
"properties": { | ||
"ruleType": "User", | ||
"ruleDefinition": { | ||
"query": "MyTable_CL", | ||
"binSize": 180, | ||
"binDelay": 10, | ||
"binStartTime": "2020-02-03T04:05:06Z", | ||
"destinationTable": "MyDestinationTable_CL" | ||
}, | ||
"provisioningState": "Succeeded", | ||
"isActive": false, | ||
"statusCode": "UserAction" | ||
}, | ||
"id": "/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/summaryLogs/summarylogs1", | ||
"name": "summarylogs1" | ||
}, | ||
{ | ||
"systemData": { | ||
"createdBy": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"createdAt": "2023-04-03T04:05:06Z" | ||
}, | ||
"properties": { | ||
"ruleType": "User", | ||
"ruleDefinition": { | ||
"query": "MyTable2_CL", | ||
"binSize": 720, | ||
"binDelay": 60, | ||
"destinationTable": "MyDestinationTable2_CL" | ||
}, | ||
"provisioningState": "Updating", | ||
"isActive": true | ||
}, | ||
"id": "/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/summaryLogs/summaryLogs2", | ||
"name": "summaryLogs2" | ||
}, | ||
{ | ||
"systemData": { | ||
"createdBy": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"createdAt": "2023-04-06T04:05:06Z" | ||
}, | ||
"properties": { | ||
"ruleType": "System" | ||
}, | ||
"id": "/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/summaryLogs/microsoftSystemRule", | ||
"name": "microsoftSystemRule" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...r/Microsoft.OperationalInsights/preview/2023-01-01-preview/examples/SummaryLogsStart.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "oiautorest6685", | ||
"workspaceName": "oiautorest6685", | ||
"api-version": "2023-01-01-preview", | ||
"subscriptionId": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"summaryLogsName": "summarylogs1" | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"azure-asyncoperation": "https://management.azure.com/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/providers/Microsoft.OperaitonalInsights/locations/eastus/operationstatuses/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-01-01-preview" | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...er/Microsoft.OperationalInsights/preview/2023-01-01-preview/examples/SummaryLogsStop.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "oiautorest6685", | ||
"workspaceName": "oiautorest6685", | ||
"api-version": "2023-01-01-preview", | ||
"subscriptionId": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"summaryLogsName": "summarylogs1" | ||
}, | ||
"responses": { | ||
"200": {} | ||
} | ||
} |
75 changes: 75 additions & 0 deletions
75
.../Microsoft.OperationalInsights/preview/2023-01-01-preview/examples/SummaryLogsUpsert.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "oiautorest6685", | ||
"workspaceName": "oiautorest6685", | ||
"api-version": "2023-01-01-preview", | ||
"subscriptionId": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"summaryLogsName": "summarylogs1", | ||
"parameters": { | ||
"properties": { | ||
"ruleType": "User", | ||
"ruleDefinition": { | ||
"query": "MyTable_CL", | ||
"binSize": 180, | ||
"binDelay": 10, | ||
"binStartTime": "2020-02-03T04:05:06Z", | ||
"destinationTable": "MyDestinationTable_CL" | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"azure-asyncoperation": "https://management.azure.com/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/providers/Microsoft.OperaitonalInsights/locations/eastus/operationstatuses/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-01-01-preview", | ||
"location": "https://management.azure.com/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/summarylogs/summarylogs1/operationresults/7fb7ae54-18a3-44ed-9604-139df1c7568e?api-version=2023-01-01-preview" | ||
}, | ||
"body": { | ||
"systemData": { | ||
"createdBy": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"createdAt": "2020-02-03T04:05:06Z" | ||
}, | ||
"properties": { | ||
"ruleType": "User", | ||
"ruleDefinition": { | ||
"query": "MyTable_CL", | ||
"binSize": 180, | ||
"binDelay": 10, | ||
"binStartTime": "2020-02-03T04:05:06Z", | ||
"destinationTable": "MyDestinationTable_CL" | ||
}, | ||
"provisioningState": "Updating", | ||
"isActive": false | ||
}, | ||
"id": "/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/summaryLogs/summarylogs1", | ||
"name": "summarylogs1" | ||
} | ||
}, | ||
"201": { | ||
"headers": { | ||
"azure-asyncoperation": "https://management.azure.com/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/providers/Microsoft.OperaitonalInsights/locations/eastus/operationstatuses/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-01-01-preview", | ||
"location": "https://management.azure.com/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/summarylogs/summarylogs1/operationresults/7fb7ae54-18a3-44ed-9604-139df1c7568e?api-version=2023-01-01-preview" | ||
}, | ||
"body": { | ||
"systemData": { | ||
"createdBy": "a6822126-b54e-4e38-b9d0-a3de5fbf5db1", | ||
"createdAt": "2020-02-03T04:05:06Z" | ||
}, | ||
"properties": { | ||
"ruleType": "User", | ||
"ruleDefinition": { | ||
"query": "MyTable_CL", | ||
"binSize": 180, | ||
"binDelay": 10, | ||
"binStartTime": "2020-02-03T04:05:06Z", | ||
"destinationTable": "MyDestinationTable_CL" | ||
}, | ||
"provisioningState": "Updating", | ||
"isActive": false | ||
}, | ||
"id": "/subscriptions/a6822126-b54e-4e38-b9d0-a3de5fbf5db1/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/summaryLogs/summarylogs1", | ||
"name": "summarylogs1" | ||
} | ||
} | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
specification/operationalinsights/resource-manager/sdk-suppressions.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
suppressions: | ||
azure-sdk-for-python: | ||
- package: azure-mgmt-loganalytics | ||
breaking-changes: | ||
- Model Table no longer has parameter is_troubleshoot_enabled | ||
- Model Table no longer has parameter is_troubleshooting_allowed | ||
- Model Table no longer has parameter last_troubleshoot_date | ||
- Model Workspace no longer has parameter e_tag | ||
- Removed operation TablesOperations.create | ||
- Renamed operation TablesOperations.update to TablesOperations.begin_update | ||
azure-sdk-for-go: | ||
- package: sdk/resourcemanager/operationalinsights/armoperationalinsights | ||
breaking-changes: | ||
- Operation `*TablesClient.Update` has been changed to LRO, use `*TablesClient.BeginUpdate` instead. | ||
- Type of `Cluster.Identity` has been changed from `*Identity` to `*ManagedServiceIdentity` | ||
- Type of `ClusterPatch.Identity` has been changed from `*Identity` to `*ManagedServiceIdentity` | ||
azure-sdk-for-js: | ||
- package: '@azure/arm-operationalinsights' | ||
breaking-changes: | ||
- Type of parameter createdByType of interface SystemData is changed from IdentityType to CreatedByType | ||
- Type of parameter createdByType of interface SystemDataAutoGenerated is changed from CreatedByType to IdentityType | ||
- Type of parameter identity of interface Cluster is changed from Identity to ManagedServiceIdentity | ||
- Type of parameter identity of interface ClusterPatch is changed from Identity to ManagedServiceIdentity | ||
- Type of parameter lastModifiedByType of interface SystemData is changed from IdentityType to CreatedByType | ||
- Type of parameter lastModifiedByType of interface SystemDataAutoGenerated is changed from CreatedByType to IdentityType | ||
- Type of parameter systemData of interface AzureResourceProperties is changed from SystemData to SystemDataAutoGenerated | ||
- Type of parameter systemData of interface Table is changed from SystemDataAutoGenerated to SystemData | ||
- Type of parameter systemData of interface Workspace is changed from SystemDataAutoGenerated to SystemData |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see there is a stable version 2023-09-01, shouldn't the preview version be 2024-01-01? #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Work on that preview version started before the stable one. it was also at private preview up until this point. when switching from private preview to public usually the same preview version is kept. one of the reasons why the old privatepreview post fix was deprecated in favor of using the same preview version. when we will switch to stable version in the future it will have a different future date.