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

Fix cdn swagger api description issue #19023

Merged
merged 5 commits into from
May 12, 2022
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"tags": [
"AFDProfiles"
],
"description": "Checks the quota and actual usage of endpoints under the given CDN profile.",
"description": "Checks the quota and actual usage of AzureFrontDoor endpoints under the given CDN profile.",
"operationId": "AFDProfiles_ListResourceUsage",
"x-ms-examples": {
"AFDProfiles_ListResourceUsage": {
Expand Down Expand Up @@ -136,7 +136,7 @@
"tags": [
"AFDProfiles"
],
"description": "Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.",
"description": "Check the name availability of a host name.",
"operationId": "AFDProfiles_CheckHostNameAvailability",
"x-ms-examples": {
"AFDProfiles_CheckHostNameAvailability": {
Expand Down Expand Up @@ -926,7 +926,7 @@
"tags": [
"AFDEndpoints"
],
"description": "Checks the quota and actual usage of endpoints under the given CDN profile.",
"description": "Checks the quota and actual usage of the given AzureFrontDoor endpoint under the given CDN profile.",
"operationId": "AFDEndpoints_ListResourceUsage",
"x-ms-examples": {
"AFDEndpoints_ListResourceUsage": {
Expand Down Expand Up @@ -982,7 +982,7 @@
"tags": [
"AFDEndpoints"
],
"description": "Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.",
"description": "Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.This api isn't work for apex domain.",
"operationId": "AFDEndpoints_ValidateCustomDomain",
"x-ms-examples": {
"Endpoints_ValidateCustomDomain": {
Expand Down Expand Up @@ -1350,7 +1350,7 @@
"tags": [
"AFDOriginGroups"
],
"description": "Checks the quota and actual usage of endpoints under the given CDN profile.",
"description": "Checks the quota and actual usage of the given AzureFrontDoor origin group under the given CDN profile.",
"operationId": "AFDOriginGroups_ListResourceUsage",
"x-ms-examples": {
"AFDOriginGroups_ListResourceUsage": {
Expand Down Expand Up @@ -2305,7 +2305,7 @@
"tags": [
"RuleSets"
],
"description": "Checks the quota and actual usage of endpoints under the given CDN profile.",
"description": "Checks the quota and actual usage of the given AzureFrontDoor rule set under the given CDN profile.",
"operationId": "RuleSets_ListResourceUsage",
"x-ms-examples": {
"RuleSets_ListResourceUsage": {
Expand Down