Skip to content

Commit

Permalink
Correct issues for SDK generation (#3818)
Browse files Browse the repository at this point in the history
* Remove x-ms-client-flatten attribute as that results in wrong
descriptiosn during generation of the SDKs.

* Missing descriptions.
  • Loading branch information
jjaviercv-msft authored and dsgouda committed Sep 6, 2018
1 parent de5df95 commit cbb2ecf
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@
}
},
"virtualHub": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/VirtualHubId"
"$ref": "#/definitions/VirtualHubId",
"description": "The Virtual Hub where the ExpressRoute gateway is or will be deployed."
}
},
"description": "ExpressRoute gateway resource properties."
Expand Down Expand Up @@ -600,8 +600,8 @@
}
},
"expressRouteCircuitPeering": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ExpressRouteCircuitPeeringId"
"$ref": "#/definitions/ExpressRouteCircuitPeeringId",
"description": "The ExpressRoute circuit peering."
},
"authorizationKey": {
"type": "string",
Expand Down

0 comments on commit cbb2ecf

Please sign in to comment.