Skip to content

Commit 8df4a37

Browse files
authored
Update TROUBLESHOOTING.md (#24192)
1 parent d25463f commit 8df4a37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sdk/monitor/azure-monitor-query/TROUBLESHOOTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,8 @@ client.query_workspace(
164164

165165
### Troubleshooting partially successful logs query requests
166166

167-
By default, if the execution of a Kusto query resulted in a partially successful response, the Azure Monitor Query
168-
client library will throw an exception to indicate to the user that the query was not fully successful. The data and
169-
the error can be accessed using the `partial_data` and `partial_error` fields.
167+
If the execution of a Kusto query resulted in a partially successful response, the Azure Monitor Query
168+
client library will return `partial_data` and `partial_error` indicating that the query was not fully successful.
170169

171170
```python
172171
response = client.query_workspace("{workspaceId}", "{kusto-query-string}", timespan="{timespan}")
@@ -211,4 +210,4 @@ As documented in the error message, the supported granularity for metrics querie
211210
## Additional azure-core configurations
212211

213212
When calling the methods, some properties including `retry_mode`, `timeout`, `connection_verify` can be configured by passing in as keyword arguments. See
214-
[configurations](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md#configurations) for list of all such properties.
213+
[configurations](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md#configurations) for list of all such properties.

0 commit comments

Comments
 (0)