Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hohershk committed Jan 12, 2020
1 parent 6b543ce commit 4d0c28d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,18 +296,13 @@
},
"createdDate": {
"type": "string",
"format": "date-time",
"description": "The latest data export rule modification time."
},
"lastModifiedDate": {
"type": "string",
"format": "date-time",
"description": "Date and time when the export was last modified."
}
},
"required": [
"destination"
],
},
"description": "Data Export properties."
},
"Destination": {
Expand All @@ -318,7 +313,6 @@
},
"type": {
"type": "string",
"readOnly": true,
"description": "The type of the resource",
"enum": [
"StorageAccount",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"resourceId": "/subscriptions/192b9f85-a39a-4276-b96d-d5cd351703f9/resourceGroups/OIAutoRest1234/providers/Microsoft.EventHub/namespaces/test",
"type": "EventHub"
},
"TableNames": [
"tableNames": [
"Heartbeat"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"name": "export1",
"type": "Microsoft.OperationalInsights/workspaces/export"
}
}
},
"404": {}
}
}

0 comments on commit 4d0c28d

Please sign in to comment.