Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address PR comments - AppServiceCertificateOrders #15561

Merged
merged 7 commits into from
Aug 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1585,6 +1585,7 @@ reranker
Reranker
Reregister
Rescan
reseller
reservationorders
resetapikey
resetconnection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,6 @@
"$ref": "#/definitions/AppServiceCertificateOrder"
}
},
"201": {
"description": "App Service Certificate Order creation operation is in progress",
"schema": {
"$ref": "#/definitions/AppServiceCertificateOrder"
}
},
"default": {
"description": "App Service error response.",
"schema": {
Expand Down Expand Up @@ -570,12 +564,6 @@
"$ref": "#/definitions/AppServiceCertificateResource"
}
},
"201": {
"description": "App Service Certificate creation operation is in progress",
"schema": {
"$ref": "#/definitions/AppServiceCertificateResource"
}
},
"default": {
"description": "App Service error response.",
"schema": {
Expand Down Expand Up @@ -725,8 +713,8 @@
"tags": [
"AppServiceCertificateOrders"
],
"summary": "Verify domain ownership for this certificate order.",
"description": "Description for Verify domain ownership for this certificate order.",
"summary": "Resend domain verification email to customer for this certificate order",
"description": "Resend domain verification ownership email containing steps on how to verify a domain for a given certificate order",
"operationId": "AppServiceCertificateOrders_ResendRequestEmails",
"parameters": [
{
Expand Down Expand Up @@ -773,8 +761,8 @@
"tags": [
"AppServiceCertificateOrders"
],
"summary": "Verify domain ownership for this certificate order.",
"description": "Description for Verify domain ownership for this certificate order.",
"summary": "This method is used to obtain the site seal information for an issued certificate. ",
"description": "This method is used to obtain the site seal information for an issued certificate. A site seal is a graphic that the certificate purchaser can embed on their web site to show their visitors information about their SSL certificate. If a web site visitor clicks on the site seal image, a pop-up page is displayed that contains detailed information about the SSL certificate. The site seal token is used to link the site seal graphic image to the appropriate certificate details pop-up page display when a user clicks on the site seal. The site seal images are expected to be static images and hosted by the reseller, to minimize delays for customer page load times.",
"operationId": "AppServiceCertificateOrders_RetrieveSiteSeal",
"parameters": [
{
Expand Down