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
* 'master' of https://github.com/Azure/azure-sdk-for-python: (37 commits)
[text analytics] add versionadded sphinx documentation (Azure#13450)
[text analytics] add bing_id property to LinkedEntity class (Azure#13446)
fix typing for paging methods (Azure#13410)
[text analytics] add domain_filter param (Azure#13451)
fix issue Azure#11658 for is_valid_resource_id (Azure#11709)
added create_table_if_not_exists method to table service client (Azure#13385)
[ServiceBus] Test and failure improvements (Azure#13345)
Proper encoding and decoding of source URLs - Fixes special characters in source URL issue (Azure#13275)
Switch retry (Azure#13264)
[ServiceBus] ServiceBusClient close spawned children (Azure#13077)
fixing version issue by not overwriting the version with the semantic… (Azure#13411)
clean up reference and tests (Azure#13412)
Consistent returns (Azure#13245)
[text analytics] return None for offset and length for v3.0 (Azure#13382)
edit all authentication files and add a test (Azure#13355)
Add managed_identity_client_id argument to DefaultAzureCredential (Azure#13218)
[text analytics] add string-index-type support (Azure#13378)
[text analytics] fix error response if pii entities is called from v3.0 client (Azure#13383)
Send spec (Azure#13143)
Anomaly Detector 3.0.0b2 release (Azure#13351)
...
Copy file name to clipboardExpand all lines: sdk/anomalydetector/azure-ai-anomalydetector/azure/ai/anomalydetector/aio/operations_async/_anomaly_detector_client_operations_async.py
+18-18
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@
19
19
20
20
classAnomalyDetectorClientOperationsMixin:
21
21
22
-
asyncdefentire_detect(
22
+
asyncdefdetect_entire_series(
23
23
self,
24
-
body: "models.Request",
24
+
body: "models.DetectRequest",
25
25
**kwargs
26
26
) ->"models.EntireDetectResponse":
27
27
"""Detect anomalies for the entire series in batch.
@@ -32,7 +32,7 @@ async def entire_detect(
32
32
33
33
:param body: Time series points and period if needed. Advanced model parameters can also be set
Copy file name to clipboardExpand all lines: sdk/anomalydetector/azure-ai-anomalydetector/azure/ai/anomalydetector/models/_anomaly_detector_client_enums.py
+3-3
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ class AnomalyDetectorErrorCodes(with_metaclass(_CaseInsensitiveEnumMeta, str, En
0 commit comments