-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix error response schema for the ListCustomHostNameAnalysis API * Wrong place
- Loading branch information
Showing
4 changed files
with
166 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
...ew/2022-01-01-preview/examples/ContainerApps_ListCustomHostNameAnalysisErrorResponse.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", | ||
"resourceGroupName": "rg", | ||
"containerAppName": "testcontainerApp0", | ||
"customHostname": "my.name.corp", | ||
"api-version": "2022-01-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"isHostnameAlreadyVerified": false, | ||
"customDomainVerificationTest": "Failed", | ||
"customDomainVerificationFailureInfo": { | ||
"code": "InvalidCustomHostNameValidation", | ||
"message": "A TXT record pointing from my.name.corp to AF365AD7C598B96CFCB1EA1A803A44A8F861436767173A251F6E9B7027FF078E was not found." | ||
}, | ||
"hasConflictOnManagedEnvironment": false, | ||
"cNameRecords": [], | ||
"txtRecords": [ | ||
"652modgx8o8y2t0ahxci" | ||
], | ||
"aRecords": [ | ||
"40.112.243.18" | ||
], | ||
"alternateTxtRecords": [ | ||
"7301B614D78FC456A5F1F9002CF1A31B6116D7AC5DEDC128C5DE6CCC90F3BE1C" | ||
] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
...App/stable/2022-03-01/examples/ContainerApps_ListCustomHostNameAnalysisErrorResponse.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", | ||
"resourceGroupName": "rg", | ||
"containerAppName": "testcontainerApp0", | ||
"customHostname": "my.name.corp", | ||
"api-version": "2022-03-03" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"isHostnameAlreadyVerified": false, | ||
"customDomainVerificationTest": "Failed", | ||
"customDomainVerificationFailureInfo": { | ||
"code": "InvalidCustomHostNameValidation", | ||
"message": "A TXT record pointing from my.name.corp to AF365AD7C598B96CFCB1EA1A803A44A8F861436767173A251F6E9B7027FF078E was not found." | ||
}, | ||
"hasConflictOnManagedEnvironment": false, | ||
"cNameRecords": [], | ||
"txtRecords": [ | ||
"652modgx8o8y2t0ahxci" | ||
], | ||
"aRecords": [ | ||
"40.112.243.18" | ||
], | ||
"alternateTxtRecords": [ | ||
"7301B614D78FC456A5F1F9002CF1A31B6116D7AC5DEDC128C5DE6CCC90F3BE1C" | ||
] | ||
} | ||
} | ||
} | ||
} |