Skip to content

Commit

Permalink
Operational insights delete wrong lines data export (#9849)
Browse files Browse the repository at this point in the history
* microsoft.operationalinsights_add_data_export

* fix

* fix

* delete wrong code from data ecport json file

* add new line where needed

* fix data export get example

* delete unneeded x-ms-pageable

* back

Co-authored-by: Hodaya Hershkovich <hohershk@microsoft.com>
  • Loading branch information
hohershk and Hodaya Hershkovich authored Jun 22, 2020
1 parent 8078444 commit 46882ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@
"$ref": "#/definitions/DataExportErrorResponse"
}
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
}
},
"get": {
Expand Down Expand Up @@ -188,9 +184,6 @@
"$ref": "#/definitions/DataExport"
}
},
"404": {
"description": "Not found the specific data export."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"name": "export1",
"type": "Microsoft.OperationalInsights/workspaces/export"
}
},
"404": {}
}
}
}

0 comments on commit 46882ee

Please sign in to comment.