We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
azure-storage-ruby 0.11.4 does not support to set 'User-Agent'. It always use the default 'User-Agent'.
azure-storage-ruby/lib/azure/storage/service/storage_service.rb
Lines 157 to 164 in 61c7227
def common_headers(options = {}) headers = { 'x-ms-version' => Azure::Storage::Default::STG_VERSION, 'User-Agent' => Azure::Storage::Default::USER_AGENT } headers.merge!({'x-ms-client-request-id' => options[:request_id]}) if options[:request_id] headers end
The text was updated successfully, but these errors were encountered:
Thanks. I am on it.
Sorry, something went wrong.
No branches or pull requests
azure-storage-ruby 0.11.4 does not support to set 'User-Agent'. It always use the default 'User-Agent'.
azure-storage-ruby/lib/azure/storage/service/storage_service.rb
Lines 157 to 164 in 61c7227
The text was updated successfully, but these errors were encountered: