Skip to content

Commit 23ca45b

Browse files
dulikvorDudi Likvornik
andauthored
Microsoft.OperationalInsights: Renaming Upsert command to CreateOrUpdate (in accordance to convention) (#17265)
* Microsoft.OperationalInsights: tables privatepreview * Microsoft.OperationalInsights: tables privatepreview * Microsoft.OperationalInsights: tables privatepreview * code review changes. * Update Tables.json * Update Tables.json * OperationalManagement: 2021-12-01-preview * more fixes. * Update Clusters.json * Tables: Sentinel+CLV2 changes. * Tables: More descriptions. * removing un related child resources. * Create OperationsListByTenant.json * Update Tables.json * Update TablesGet.json * Add systemData example. * Model fixes + pretty * adding description to ip data hint. * Update Tables.json * Microsoft.OperationalInsights: Updating package reference list. * Tables: Changing operation description. * removing in correct read only indication. Co-authored-by: Dudi Likvornik <[email protected]>
1 parent 42b4c59 commit 23ca45b

File tree

2 files changed

+2
-2
lines changed
  • specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2021-12-01-preview

2 files changed

+2
-2
lines changed

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2021-12-01-preview/Tables.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"$ref": "./examples/TablesUpsert.json"
9090
}
9191
},
92-
"operationId": "Tables_Upsert",
92+
"operationId": "Tables_CreateOrUpdate",
9393
"description": "Update or Create a Log Analytics workspace table.",
9494
"parameters": [
9595
{
@@ -376,7 +376,6 @@
376376
"type": "object",
377377
"properties": {
378378
"name": {
379-
"readOnly": true,
380379
"type": "string",
381380
"description": "Table name."
382381
},

specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2021-12-01-preview/examples/TablesUpsert.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"parameters": {
99
"properties": {
1010
"schema": {
11+
"name": "AzureNetworkFlow",
1112
"columns": [
1213
{
1314
"name": "MyNewColumn",

0 commit comments

Comments
 (0)