Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinsID committed Oct 21, 2021
1 parent 7a88115 commit baf2d9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 89 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,55 +304,6 @@
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}/hostNameBindings": {
"get": {
"tags": [
"Certificates"
],
"summary": "Get a certificate.",
"operationId": "Certificates_ListHostnameBindings",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
},
{
"name": "name",
"in": "path",
"description": "Name of the certificate.",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/IdentifierCollection"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
},
"x-ms-examples": {
"List hostname bindings using certificate": {
"$ref": "./examples/ListHostnameBindingsOfCertificate.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
}
},
"definitions": {
Expand Down

This file was deleted.

0 comments on commit baf2d9e

Please sign in to comment.