Skip to content

Commit

Permalink
Merge pull request Azure#82 from brjohnstmsft/searchinterface
Browse files Browse the repository at this point in the history
Search SDK: Marking a few more model classes as external
  • Loading branch information
stankovski committed Dec 2, 2015
2 parents 63535d1 + 7554967 commit 5d7fa01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions search/2015-02-28/swagger/searchservice.json
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,8 @@
"description": "History of the recent indexer executions, sorted in reverse chronological order."
}
},
"description": "Represents the current status and execution history of an indexer."
"description": "Represents the current status and execution history of an indexer.",
"x-ms-external": true
},
"IndexerStatus": {
"type": "string",
Expand Down Expand Up @@ -1632,7 +1633,8 @@
"description": "Gets the amount of storage in bytes consumed by the index."
}
},
"description": "Statistics for a given index. Statistics are collected periodically and are not guaranteed to always be up-to-date."
"description": "Statistics for a given index. Statistics are collected periodically and are not guaranteed to always be up-to-date.",
"x-ms-external": true
},
"IndexListResult": {
"properties": {
Expand Down

0 comments on commit 5d7fa01

Please sign in to comment.