Skip to content

Commit

Permalink
ApiManagement. Fix reference (#2606)
Browse files Browse the repository at this point in the history
* ApiManagement. Fix reference

* apimdiagnostics.

* syntax error fix
  • Loading branch information
sergey-shandar authored and olydis committed Mar 7, 2018
1 parent ae0f247 commit 8b34c73
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
"$ref": "#/parameters/DiagnosticIdParameter"
},
{
"$ref": "#/parameters/LoggerIdParameter"
"$ref": "./apimloggers.json#/parameters/LoggerIdParameter"
},
{
"$ref": "./apimanagement.json#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,7 @@
"$ref": "./apimdiagnostics.json#/parameters/DiagnosticIdParameter"
},
{
"$ref": "#/parameters/LoggerIdParameter"
"$ref": "./apimloggers.json#/parameters/LoggerIdParameter"
},
{
"$ref": "./apimanagement.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -2929,7 +2929,7 @@
"description": "Paged Api Revision list representation."
},
"ApiRevisionContract": {
"properties": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ApiRevisionContractProperties",
Expand All @@ -2953,7 +2953,7 @@
"apiRevision": {
"type":"string",
"minLength": 1,
"maxLength": 100,
"maxLength": 100,
"readOnly": true,
"description": "Revision number of API."
},
Expand Down Expand Up @@ -3033,7 +3033,7 @@
"description": "Paged Api Revision list representation."
},
"ApiReleaseContract": {
"properties": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ApiReleaseContractProperties",
Expand All @@ -3058,7 +3058,7 @@
"type":"string",
"readOnly": true,
"format": "date-time",
"description": "The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard."
"description": "The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard."
},
"updatedDateTime": {
"type":"string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
"$ref": "#/parameters/DiagnosticIdParameter"
},
{
"$ref": "#/parameters/LoggerIdParameter"
"$ref": "./apimloggers.json#/parameters/LoggerIdParameter"
},
{
"$ref": "./apimanagement.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -619,4 +619,4 @@
"x-ms-parameter-location": "method"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@
"$ref": "../../stable/2015-10-31/definitions.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/automationAccountName"
"$ref": "./definitions.json#/parameters/automationAccountName"
},
{
"$ref": "../../stable/2015-10-31/definitions.json#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/clientRequestId"
"$ref": "./definitions.json#/parameters/clientRequestId"
},
{
"name": "$filter",
Expand Down

0 comments on commit 8b34c73

Please sign in to comment.