Skip to content

Commit

Permalink
Revert [Azure Search] Add missing $select parameter to List APIs Azur…
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind Krishnaa Jagannathan committed Oct 12, 2019
1 parent a87c2d2 commit e396d54
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"parameters": {
"searchServiceName": "myservice",
"searchDnsSuffix": "search.windows.net",
"$select": "*",
"api-version": "2019-05-06"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"parameters": {
"searchServiceName": "myservice",
"searchDnsSuffix": "search.windows.net",
"$select": "*",
"api-version": "2019-05-06"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"parameters": {
"searchServiceName": "myservice",
"searchDnsSuffix": "search.windows.net",
"$select": "*",
"api-version": "2019-05-06"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"parameters": {
"searchServiceName": "myservice",
"searchDnsSuffix": "search.windows.net",
"$select": "*",
"api-version": "2019-05-06"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"parameters": {
"searchServiceName": "myservice",
"searchDnsSuffix": "search.windows.net",
"$select": "*",
"api-version": "2019-05-06"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,6 @@
"url": "https://docs.microsoft.com/rest/api/searchservice/List-Data-Sources"
},
"parameters": [
{
"name": "$select",
"in": "query",
"required": false,
"type": "string",
"description": "Selects which top-level properties of the data sources to retrieve. Specified as a comma-separated list of JSON property names, or '*' for all properties. The default is all properties."
},
{
"$ref": "#/parameters/ClientRequestIdParameter"
},
Expand Down Expand Up @@ -499,13 +492,6 @@
"url": "https://docs.microsoft.com/rest/api/searchservice/List-Indexers"
},
"parameters": [
{
"name": "$select",
"in": "query",
"required": false,
"type": "string",
"description": "Selects which top-level properties of the indexers to retrieve. Specified as a comma-separated list of JSON property names, or '*' for all properties. The default is all properties."
},
{
"$ref": "#/parameters/ClientRequestIdParameter"
},
Expand Down Expand Up @@ -759,13 +745,6 @@
"url": "https://docs.microsoft.com/rest/api/searchservice/list-skillset"
},
"parameters": [
{
"name": "$select",
"in": "query",
"required": false,
"type": "string",
"description": "Selects which top-level properties of the skillsets to retrieve. Specified as a comma-separated list of JSON property names, or '*' for all properties. The default is all properties."
},
{
"$ref": "#/parameters/ClientRequestIdParameter"
},
Expand Down Expand Up @@ -990,13 +969,6 @@
"url": "https://docs.microsoft.com/rest/api/searchservice/List-Synonym-Maps"
},
"parameters": [
{
"name": "$select",
"in": "query",
"required": false,
"type": "string",
"description": "Selects which top-level properties of the synonym maps to retrieve. Specified as a comma-separated list of JSON property names, or '*' for all properties. The default is all properties."
},
{
"$ref": "#/parameters/ClientRequestIdParameter"
},
Expand Down Expand Up @@ -1118,7 +1090,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "Selects which top-level properties of the index definitions to retrieve. Specified as a comma-separated list of JSON property names, or '*' for all properties. The default is all properties."
"description": "Selects which properties of the index definitions to retrieve. Specified as a comma-separated list of JSON property names, or '*' for all properties. The default is all properties."
},
{
"$ref": "#/parameters/ClientRequestIdParameter"
Expand Down

0 comments on commit e396d54

Please sign in to comment.