- Check body size not to exceed data limit of 30MB in Azure Monitor Data Collection API - issue #12
- restclient retries request on the following status code - issue #10
- 429 - Too Many Requests
- 500 - Internal Server Error
- 503 - Service Unavailable
- Enhance log type validation: check not only alpha but also numeric, underscore, and character length (may not exceed 100) - issue #11
- Support setting the x-ms-AzureResourceId Header - issue #8
- fix CVE-2020-8130 - issue #7
- Add endpoint parameter with the default value for Azure public - PR#5
- Add
set_proxy
method to client - issue#3
- fixedup bug - issue #1
- rm helper.rb and include helper functions in client.rb
- Inital Release