Skip to content

Commit

Permalink
Search SDK: Turning off codegen for IndexingParameters
Browse files Browse the repository at this point in the history
We need to mark a property of this class with the [Obsolete] attribute. We
need to do this by hand until this AutoRest issue is fixed:

Azure/autorest#1285
  • Loading branch information
brjohnstmsft committed Jul 19, 2016
1 parent 6f40ebd commit 4827057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion search/2015-02-28-Preview/swagger/searchservice.json
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,8 @@
"description": "A dictionary of indexer-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type."
}
},
"description": "Represents parameters for indexer execution."
"description": "Represents parameters for indexer execution.",
"x-ms-external": true
},
"Indexer": {
"properties": {
Expand Down

0 comments on commit 4827057

Please sign in to comment.