Skip to content

Commit 46e44bd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e24ad17 of spec repo
1 parent a3384aa commit 46e44bd

100 files changed

Lines changed: 325 additions & 10212 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.generator/schemas/v2/openapi.yaml

Lines changed: 78 additions & 2461 deletions
Large diffs are not rendered by default.

docs/datadog_api_client.v2.model.rst

Lines changed: 38 additions & 577 deletions
Large diffs are not rendered by default.

examples/v2/synthetics/GetSyntheticsBrowserTestResult.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/v2/synthetics/GetSyntheticsTestResult.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/v2/synthetics/ListSyntheticsBrowserTestLatestResults.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/v2/synthetics/ListSyntheticsTestLatestResults.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/v2/synthetics/PollSyntheticsTestResults.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/datadog_api_client/v2/api/cloud_cost_management_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -954,11 +954,11 @@ def create_custom_allocation_rule(
954954
955955
**Filter Conditions:**
956956
957-
* Use **value** for single-value conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is all values", "is untagged"
957+
* Use **value** for single-value conditions: "is", "is not", "contains", "=", "!=", "like", "not like"
958958
* Use **values** for multi-value conditions: "in", "not in"
959959
* Cannot use both value and values simultaneously.
960960
961-
**Supported operators** : is, is not, is all values, is untagged, contains, does not contain, in, not in, =, !=, like, not like
961+
**Supported operators** : is, is not, contains, in, not in, =, !=, like, not like
962962
963963
:type body: ArbitraryCostUpsertRequest
964964
:rtype: ArbitraryRuleResponse
@@ -1462,11 +1462,11 @@ def update_custom_allocation_rule(
14621462
14631463
**Filter Conditions:**
14641464
1465-
* Use **value** for single-value conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is all values", "is untagged"
1465+
* Use **value** for single-value conditions: "is", "is not", "contains", "=", "!=", "like", "not like"
14661466
* Use **values** for multi-value conditions: "in", "not in"
14671467
* Cannot use both value and values simultaneously.
14681468
1469-
**Supported operators** : is, is not, is all values, is untagged, contains, does not contain, in, not in, =, !=, like, not like
1469+
**Supported operators** : is, is not, contains, in, not in, =, !=, like, not like
14701470
14711471
:param rule_id: The unique identifier of the custom allocation rule
14721472
:type rule_id: int

0 commit comments

Comments
 (0)