az storage container create
See original GitHub issue
az storage container create
Describe the bug
Have this automated in azure devops pipelines, have been using same az command for months and this broke from last night to this morning. Microsoft Internal user.
2020-05-05T15:40:55.3539676Z The value for one of the HTTP headers is not in the correct format. ErrorCode: InvalidHeaderValue 2020-05-05T15:40:55.3542457Z <?xml version="1.0" encoding="utf-8"?><Error><Code>InvalidHeaderValue</Code><Message>The value for one of the HTTP headers is not in the correct format. 2020-05-05T15:40:55.3544065Z RequestId<requstidNum> 2020-05-05T15:40:55.3545698Z Time:2020-05-05T15:40:55.3535810Z</Message><HeaderName>x-ms-blob-public-access</HeaderName><HeaderValue>off</HeaderValue></Error> 2020-05-05T15:40:55.4536092Z ##[error]Blob container (<NAME>) creation failed. See log for details
To Reproduce create storage account try to create storagecontainer Expected behavior Storage container created
Environment summary I am using azure devops Ubuntu 16.04: here is what is on image: Ubuntu1604-github-readme It is installing: az cli version 2.3.1
If during my setup, I install az cli 2.2.0 the az storage container create command will work fine. Also able to use UI/postman, so I am unsure where there is a misconnect happening.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top GitHub Comments
I just tested it on my Ubuntu 18.04 with version: “azure-cli”: “2.6.0”, “azure-cli-command-modules-nspkg”: “2.0.3”, “azure-cli-core”: “2.6.0”, “azure-cli-nspkg”: “3.0.4”, “azure-cli-telemetry”: “1.0.4”, “extensions”: {}
Works like a charm - thanks so much, much appreciated! 😃
I have the same issue