Skip to content

Commit

Permalink
Fix issue with 2017-03-01 version of api-management (Azure#2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 authored Mar 21, 2018
1 parent 5858b97 commit 9aa886a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,13 @@
}
},
"parameters": [
{
"name": "$filter",
"in": "query",
"required": false,
"type": "string",
"description": "| Field | Supported operators | Supported functions |\n|-------------|------------------------|-----------------------------------|\n\r\n|apiRevision | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|\n"
},
{
"$ref": "./apimanagement.json#/parameters/TopQueryParameter"
},
Expand Down

0 comments on commit 9aa886a

Please sign in to comment.