Skip to content

Commit

Permalink
fix cdn endpoint update location issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingnan Xu committed Jun 7, 2024
1 parent c32da9e commit 69a854b
Show file tree
Hide file tree
Showing 5 changed files with 1,733 additions and 1,950 deletions.
2 changes: 1 addition & 1 deletion Commands/cdn/endpoint/_update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _cdn endpoint update_

Update a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
Update an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update custom domains, use the Update Custom Domain operation.

## Versions

Expand Down
2 changes: 1 addition & 1 deletion Commands/cdn/endpoint/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Manage CDN endpoints.
: Stops an existing running CDN endpoint.

- [update](/Commands/cdn/endpoint/_update.md)
: Update a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
: Update an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update custom domains, use the Update Custom Domain operation.

- [validate-custom-domain](/Commands/cdn/endpoint/_validate-custom-domain.md)
: Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
2 changes: 1 addition & 1 deletion Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -14093,7 +14093,7 @@
},
"update": {
"help": {
"short": "Update a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile."
"short": "Update an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update custom domains, use the Update Custom Domain operation."
},
"names": [
"cdn",
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 69a854b

Please sign in to comment.