Skip to content

Commit

Permalink
Eventhub: Added skipEmptyArchives to Eventhub CaptureDescription (#5105)
Browse files Browse the repository at this point in the history
* Added skipEmptyArchives to Eventhub CaptureDescription

* updated formating

* fixed indentation.
  • Loading branch information
Ajit Navasare authored and jianghaolu committed Jan 31, 2019
1 parent 935baac commit eaf5e5c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2250,6 +2250,10 @@
"destination": {
"$ref": "#/definitions/Destination",
"description": "Properties of Destination where capture will be stored. (Storage Account, Blob Names)"
},
"skipEmptyArchives": {
"type": "boolean",
"description": "A value that indicates whether to Skip Empty Archives"
}
},
"description": "Properties to configure capture description for eventhub"
Expand Down

0 comments on commit eaf5e5c

Please sign in to comment.