Skip to content
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

Microsoft.OperationalInsights: Renaming Upsert command to CreateOrUpdate (in accordance to convention) #17265

Merged
merged 25 commits into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
54b7b7a
Microsoft.OperationalInsights: tables privatepreview
Jul 25, 2021
efe40b2
Microsoft.OperationalInsights: tables privatepreview
Jul 25, 2021
30cd7da
Microsoft.OperationalInsights: tables privatepreview
Jul 25, 2021
a7995b3
code review changes.
Jul 25, 2021
7606c1d
Update Tables.json
Jul 25, 2021
e126217
Update Tables.json
Jul 25, 2021
de0fb0c
OperationalManagement: 2021-12-01-preview
dulikvor Dec 18, 2021
ccf15ed
more fixes.
dulikvor Dec 19, 2021
d391006
Update Clusters.json
dulikvor Dec 20, 2021
04888bd
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs
dulikvor Dec 22, 2021
dedbfa5
Tables: Sentinel+CLV2 changes.
dulikvor Dec 22, 2021
03f2350
Tables: More descriptions.
dulikvor Dec 23, 2021
726ece7
removing un related child resources.
dulikvor Dec 23, 2021
636e80d
Create OperationsListByTenant.json
dulikvor Dec 23, 2021
f3231af
Update Tables.json
dulikvor Dec 23, 2021
71dc17d
Update TablesGet.json
dulikvor Dec 25, 2021
378fb1a
Add systemData example.
dulikvor Dec 30, 2021
72ad47b
Model fixes + pretty
dulikvor Jan 4, 2022
f26bd80
adding description to ip data hint.
dulikvor Jan 4, 2022
1c7d6b2
Update Tables.json
dulikvor Jan 4, 2022
de9467c
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs
dulikvor Jan 5, 2022
0cdf651
Microsoft.OperationalInsights: Updating package reference list.
dulikvor Jan 5, 2022
5bdff63
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs
dulikvor Jan 6, 2022
8c61e72
Tables: Changing operation description.
dulikvor Jan 6, 2022
72f2a41
removing in correct read only indication.
dulikvor Jan 6, 2022
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 @@ -89,7 +89,7 @@
"$ref": "./examples/TablesUpsert.json"
}
},
"operationId": "Tables_Upsert",
"operationId": "Tables_CreateOrUpdate",
"description": "Update or Create a Log Analytics workspace table.",
"parameters": [
{
Expand Down Expand Up @@ -376,7 +376,6 @@
"type": "object",
"properties": {
"name": {
"readOnly": true,
"type": "string",
"description": "Table name."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"parameters": {
"properties": {
"schema": {
"name": "AzureNetworkFlow",
"columns": [
{
"name": "MyNewColumn",
Expand Down