-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Unable to enable https on custom domain for a CDN endpoint after upgrading to az cli 2.0.81 #12152
Comments
Attaching debug information
|
I noticed in debug information that request budy is empty
But when I enable https on custom domain on Azure Portal I see that browser sends request on
with body
|
One more fact: same request with api-version=2017-04-02 with empty body is allowed |
Workaround solution is to replace this code
by this
Note that $(..) is tfs specific variables in my case |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc |
1 similar comment
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc |
Hi @myronfanqiu , could you please help take a look at it ? |
add to S166. |
@lsmith130 hello. could you take a look at this issue? |
This will be fixed as part of my fix that's in progress for #9894. |
I've got the exact same error on az 2.5.1 |
same error |
@haroldrandom this fix is not part of 2.7.0 release? |
@feksai It's 2.7.0. Why said that? Next release will be at 06.17. |
@haroldrandom I did not see anything related to CDN in 2.7.0 release notes https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?view=azure-cli-latest#june-02-2020 . That is why I'm asking. |
@haroldrandom When version 2.8.0 will be available? I'm using CLI v2.7.0 on Mac and this problem is still not fixed. |
@raicastino It's expected at 06/23/2020 |
This is autogenerated. Please review and update as needed.
Describe the bug
When I try to enable https for custom domain on cdn endpoint I get error
Command Name
az cdn custom-domain enable-https
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az cdn custom-domain enable-https --endpoint-name {} --name {} --profile-name {} --resource-group {} --debug
Expected Behavior
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: