libopenstorage / cloudops

Apache License 2.0
7 stars 13 forks source link

Allow for userAgent to be passed in #55

Closed ptheunis closed 4 years ago

ptheunis commented 4 years ago

Signed-off-by: Paul paul@portworx.com

We did not allow for a different userAgent in azure. Azure requires partnerid's to track storage. This allows one to be passed in during initialization.

codecov-io commented 4 years ago

Codecov Report

Merging #55 into master will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #55      +/-   ##
=========================================
- Coverage    7.54%   7.52%   -0.02%     
=========================================
  Files          14      14              
  Lines        3050    3055       +5     
=========================================
  Hits          230     230              
- Misses       2812    2817       +5     
  Partials        8       8              
Impacted Files Coverage Δ
azure/azure.go 0.58% <0.00%> (-0.01%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 05f6937...eed5dc0. Read the comment docs.

adityadani commented 4 years ago

Ignore my comment. ^^