Skip to content

Commit 8b17fc4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove validation of service in service catalog (#2117)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 44c1597 commit 8b17fc4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-08-21 13:16:23.612246",
8-
"spec_repo_commit": "be697120"
7+
"regenerated": "2024-08-21 14:09:57.200863",
8+
"spec_repo_commit": "5bcbcb40"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-08-21 13:16:23.628996",
13-
"spec_repo_commit": "be697120"
12+
"regenerated": "2024-08-21 14:09:57.224783",
13+
"spec_repo_commit": "5bcbcb40"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6423,7 +6423,7 @@ components:
64236423
description: Deployment ID.
64246424
type: string
64256425
service:
6426-
description: Service name from a service available in the Service Catalog.
6426+
description: Service name.
64276427
example: shopist
64286428
type: string
64296429
started_at:

src/datadog_api_client/v2/model/dora_deployment_request_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(
6868
:param id: Deployment ID.
6969
:type id: str, optional
7070
71-
:param service: Service name from a service available in the Service Catalog.
71+
:param service: Service name.
7272
:type service: str
7373
7474
:param started_at: Unix timestamp when the deployment started. It must be in nanoseconds, milliseconds, or seconds.

0 commit comments

Comments
 (0)