microsoft / Docker-Provider

Azure Monitor for Containers
Other
139 stars 106 forks source link

wrap into string #1295

Closed ganga1980 closed 1 month ago

ganga1980 commented 2 months ago

AMA team updated their msgpack-c library which enforces the binary to binary before it was marshalling as string. For weird reason, even though we are sending as string but msgpack library interpreting as binary. Explicitly making string type by wrapping into "" . This shouldnt have any side effects.