Skip to content

Commit

Permalink
Group DPSCertificate->List with other operations (#2643)
Browse files Browse the repository at this point in the history
* fixing relative paths to definitons and commondefinitions.json

* Update iotdps.json

"operationId": "DpsCertificates_List", -> "operationId": "DpsCertificate_List", so the list operation is grouped with the others on docs
  • Loading branch information
mikekinsman authored and sergey-shandar committed Mar 13, 2018
1 parent 5da5eeb commit 7910dbe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
"tags": [
"GET"
],
"operationId": "DpsCertificates_List",
"operationId": "DpsCertificate_List",
"description": "Get all the certificates tied to the provisioning service.",
"x-ms-examples": {
"DPSGetCertificates": { "$ref": "./examples/DPSGetCertificates.json" }
Expand Down Expand Up @@ -1914,4 +1914,4 @@
"type": "string"
}
}
}
}

0 comments on commit 7910dbe

Please sign in to comment.