You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add another check to see if the user is passing in a string
- Include an example in the README about uploading JSON files/strings
Signed-off-by: Paul Van Eck <[email protected]>
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-ingestion/CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@
10
10
11
11
### Other Changes
12
12
13
-
* Bumped minimum dependency on `azure-core` to `>=1.28.0`.
13
+
- Bumped minimum dependency on `azure-core` to `>=1.28.0`.
14
+
- Added additional type validation for the `logs` parameter in the `upload` method to ensure that a string hasn't been passed in. ([#33976](https://github.com/Azure/azure-sdk-for-python/pull/33976))
0 commit comments