-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Cdn Endpoint Update API cannot update the value of property originPath #9660
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @1VarunCh1, @lsmith130. |
@neil-yechenwei - Can you tell me the client that you are using to update the originPath on endpoint?I tried using ARMClient- setting to empty string fails with BadRequest but null works successfully . |
@nachakra , I am using go sdk client to update this property. It should have ability to update this property as empty value with go sdk. Seems it's a bug in go sdk. Could you have a look for this issue? Thanks. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @cdnfdsuppgithub. |
I am trying to update the value of property
originPath
toempty value
withEndpoints_Update
. So I set this property value as""
in http request body but it failed and threw below error message after tested. And I also tried to set it asnil
in http request body but it still isn't updated to empty value. May I know is it expected?Error message:
The text was updated successfully, but these errors were encountered: