Skip to content

Commit 6420bfa

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 6e1eb13f of spec repo (#3122)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 1974692 commit 6420bfa

13 files changed

Lines changed: 33 additions & 33 deletions

.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": "2025-06-16 08:24:57.626858",
8-
"spec_repo_commit": "b2c4e7e8"
7+
"regenerated": "2025-06-16 16:45:04.510942",
8+
"spec_repo_commit": "6e1eb13f"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-16 08:24:57.642601",
13-
"spec_repo_commit": "b2c4e7e8"
12+
"regenerated": "2025-06-16 16:45:04.526657",
13+
"spec_repo_commit": "6e1eb13f"
1414
}
1515
}
1616
}

examples/v2/microsoft-teams-integration/CreateWorkflowsWebhookHandle_1716851881.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717
Data: datadogV2.MicrosoftTeamsWorkflowsWebhookHandleRequestData{
1818
Attributes: datadogV2.MicrosoftTeamsWorkflowsWebhookHandleRequestAttributes{
1919
Name: "Example-Microsoft-Teams-Integration",
20-
Url: "https://fake.url.com",
20+
Url: "https://example.logic.azure.com/workflows/123",
2121
},
2222
Type: datadogV2.MICROSOFTTEAMSWORKFLOWSWEBHOOKHANDLETYPE_WORKFLOWS_WEBHOOK_HANDLE,
2323
},
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-01-28T19:36:52.782Z
1+
2025-05-28T18:45:50.103Z

tests/scenarios/cassettes/TestScenarios/v2/Feature_Microsoft_Teams_Integration/Scenario_Create_workflow_webhook_handle_returns_CREATED_response.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
interactions:
22
- request:
33
body: |
4-
{"data":{"attributes":{"name":"Test-Create_workflow_webhook_handle_returns_CREATED_response-1738093012","url":"https://fake.url.com"},"type":"workflows-webhook-handle"}}
4+
{"data":{"attributes":{"name":"Test-Create_workflow_webhook_handle_returns_CREATED_response-1748457950","url":"https://example.logic.azure.com/workflows/123"},"type":"workflows-webhook-handle"}}
55
form: {}
66
headers:
77
Accept:
@@ -12,7 +12,7 @@ interactions:
1212
method: POST
1313
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles
1414
response:
15-
body: '{"data":{"id":"264ae337-af6e-4c54-8e90-2612426f270e","type":"workflows-webhook-handle","attributes":{"name":"Test-Create_workflow_webhook_handle_returns_CREATED_response-1738093012"}}}'
15+
body: '{"data":{"id":"6207c675-cdc3-4cd4-903a-e7a6a3fbac0d","type":"workflows-webhook-handle","attributes":{"name":"Test-Create_workflow_webhook_handle_returns_CREATED_response-1748457950"}}}'
1616
code: 201
1717
duration: 0ms
1818
headers:
@@ -27,7 +27,7 @@ interactions:
2727
- '*/*'
2828
id: 1
2929
method: DELETE
30-
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/264ae337-af6e-4c54-8e90-2612426f270e
30+
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/6207c675-cdc3-4cd4-903a-e7a6a3fbac0d
3131
response:
3232
body: ''
3333
code: 204
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-01-28T19:36:53.060Z
1+
2025-05-28T18:45:50.331Z

tests/scenarios/cassettes/TestScenarios/v2/Feature_Microsoft_Teams_Integration/Scenario_Delete_workflow_webhook_handle_returns_OK_response.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
interactions:
22
- request:
33
body: |
4-
{"data":{"attributes":{"name":"Test-Delete_workflow_webhook_handle_returns_OK_response-1738093013","url":"https://prod-100.westus.logic.azure.com:443/workflows/abcd1234"},"type":"workflows-webhook-handle"}}
4+
{"data":{"attributes":{"name":"Test-Delete_workflow_webhook_handle_returns_OK_response-1748457950","url":"https://prod-100.westus.logic.azure.com:443/workflows/abcd1234"},"type":"workflows-webhook-handle"}}
55
form: {}
66
headers:
77
Accept:
@@ -12,7 +12,7 @@ interactions:
1212
method: POST
1313
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles
1414
response:
15-
body: '{"data":{"id":"859e58f9-f63e-4ead-bde4-31265b79c6a7","type":"workflows-webhook-handle","attributes":{"name":"Test-Delete_workflow_webhook_handle_returns_OK_response-1738093013"}}}'
15+
body: '{"data":{"id":"9d270a4a-287c-4225-a1cf-3b657416a471","type":"workflows-webhook-handle","attributes":{"name":"Test-Delete_workflow_webhook_handle_returns_OK_response-1748457950"}}}'
1616
code: 201
1717
duration: 0ms
1818
headers:
@@ -27,7 +27,7 @@ interactions:
2727
- '*/*'
2828
id: 1
2929
method: DELETE
30-
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/859e58f9-f63e-4ead-bde4-31265b79c6a7
30+
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/9d270a4a-287c-4225-a1cf-3b657416a471
3131
response:
3232
body: ''
3333
code: 204
@@ -42,7 +42,7 @@ interactions:
4242
- '*/*'
4343
id: 2
4444
method: DELETE
45-
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/859e58f9-f63e-4ead-bde4-31265b79c6a7
45+
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/9d270a4a-287c-4225-a1cf-3b657416a471
4646
response:
4747
body: ''
4848
code: 204
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-01-28T19:36:53.337Z
1+
2025-05-28T18:45:50.625Z

tests/scenarios/cassettes/TestScenarios/v2/Feature_Microsoft_Teams_Integration/Scenario_Get_all_workflow_webhook_handles_returns_OK_response.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
interactions:
22
- request:
33
body: |
4-
{"data":{"attributes":{"name":"Test-Get_all_workflow_webhook_handles_returns_OK_response-1738093013","url":"https://prod-100.westus.logic.azure.com:443/workflows/abcd1234"},"type":"workflows-webhook-handle"}}
4+
{"data":{"attributes":{"name":"Test-Get_all_workflow_webhook_handles_returns_OK_response-1748457950","url":"https://prod-100.westus.logic.azure.com:443/workflows/abcd1234"},"type":"workflows-webhook-handle"}}
55
form: {}
66
headers:
77
Accept:
@@ -12,7 +12,7 @@ interactions:
1212
method: POST
1313
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles
1414
response:
15-
body: '{"data":{"id":"49cc81df-ccaf-48e3-b532-abf24d3b5287","type":"workflows-webhook-handle","attributes":{"name":"Test-Get_all_workflow_webhook_handles_returns_OK_response-1738093013"}}}'
15+
body: '{"data":{"id":"a415a4f2-2b2b-49ad-9f53-3ff6cf5427a4","type":"workflows-webhook-handle","attributes":{"name":"Test-Get_all_workflow_webhook_handles_returns_OK_response-1748457950"}}}'
1616
code: 201
1717
duration: 0ms
1818
headers:
@@ -29,7 +29,7 @@ interactions:
2929
method: GET
3030
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles
3131
response:
32-
body: '{"data":[{"id":"49cc81df-ccaf-48e3-b532-abf24d3b5287","type":"workflows-webhook-handle","attributes":{"name":"Test-Get_all_workflow_webhook_handles_returns_OK_response-1738093013"}}]}'
32+
body: '{"data":[{"id":"250dc9c5-c441-4dd5-95af-eff475b0f03a","type":"workflows-webhook-handle","attributes":{"name":"Example-Create_workflow_webhook_handle_returns_CREATED_response_1742407475"}},{"id":"905704d9-dd74-4b4a-9904-3d77aafb2bb7","type":"workflows-webhook-handle","attributes":{"name":"Example-Get_workflow_webhook_handle_information_returns_OK_response_1745273073"}},{"id":"97465cdf-3af2-4e22-bcf1-9cfee14cc54a","type":"workflows-webhook-handle","attributes":{"name":"Example-Update_workflow_webhook_handle_returns_OK_response_1745273074"}},{"id":"612d2d5d-0d3a-417c-91a3-080bdc967d76","type":"workflows-webhook-handle","attributes":{"name":"Example-Delete_workflow_webhook_handle_returns_OK_response_1745273075"}},{"id":"aa140346-f905-4e95-aad6-e50f6ca1a645","type":"workflows-webhook-handle","attributes":{"name":"Example-Create_workflow_webhook_handle_returns_CREATED_response_1745273075"}},{"id":"15dec2cf-1457-41dc-bb81-3fefbdaf37b2","type":"workflows-webhook-handle","attributes":{"name":"Example-Get_all_workflow_webhook_handles_returns_OK_response_1745273074"}},{"id":"a12261ae-dae6-4733-847d-16d4865b94a7","type":"workflows-webhook-handle","attributes":{"name":"Example-Create_workflow_webhook_handle_returns_CREATED_response_1747943050"}},{"id":"a415a4f2-2b2b-49ad-9f53-3ff6cf5427a4","type":"workflows-webhook-handle","attributes":{"name":"Test-Get_all_workflow_webhook_handles_returns_OK_response-1748457950"}}]}'
3333
code: 200
3434
duration: 0ms
3535
headers:
@@ -44,7 +44,7 @@ interactions:
4444
- '*/*'
4545
id: 2
4646
method: DELETE
47-
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/49cc81df-ccaf-48e3-b532-abf24d3b5287
47+
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/a415a4f2-2b2b-49ad-9f53-3ff6cf5427a4
4848
response:
4949
body: ''
5050
code: 204
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-01-28T19:36:53.606Z
1+
2025-05-28T18:45:51.042Z

tests/scenarios/cassettes/TestScenarios/v2/Feature_Microsoft_Teams_Integration/Scenario_Get_workflow_webhook_handle_information_returns_OK_response.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
interactions:
22
- request:
33
body: |
4-
{"data":{"attributes":{"name":"Test-Get_workflow_webhook_handle_information_returns_OK_response-1738093013","url":"https://prod-100.westus.logic.azure.com:443/workflows/abcd1234"},"type":"workflows-webhook-handle"}}
4+
{"data":{"attributes":{"name":"Test-Get_workflow_webhook_handle_information_returns_OK_response-1748457951","url":"https://prod-100.westus.logic.azure.com:443/workflows/abcd1234"},"type":"workflows-webhook-handle"}}
55
form: {}
66
headers:
77
Accept:
@@ -12,7 +12,7 @@ interactions:
1212
method: POST
1313
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles
1414
response:
15-
body: '{"data":{"id":"cf3d9006-205e-47b2-9e6a-bea534a2d38b","type":"workflows-webhook-handle","attributes":{"name":"Test-Get_workflow_webhook_handle_information_returns_OK_response-1738093013"}}}'
15+
body: '{"data":{"id":"ac10e097-66cf-4ab3-8659-a6f6c413d51b","type":"workflows-webhook-handle","attributes":{"name":"Test-Get_workflow_webhook_handle_information_returns_OK_response-1748457951"}}}'
1616
code: 201
1717
duration: 0ms
1818
headers:
@@ -27,9 +27,9 @@ interactions:
2727
- application/json
2828
id: 1
2929
method: GET
30-
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/cf3d9006-205e-47b2-9e6a-bea534a2d38b
30+
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/ac10e097-66cf-4ab3-8659-a6f6c413d51b
3131
response:
32-
body: '{"data":{"id":"cf3d9006-205e-47b2-9e6a-bea534a2d38b","type":"workflows-webhook-handle","attributes":{"name":"Test-Get_workflow_webhook_handle_information_returns_OK_response-1738093013"}}}'
32+
body: '{"data":{"id":"ac10e097-66cf-4ab3-8659-a6f6c413d51b","type":"workflows-webhook-handle","attributes":{"name":"Test-Get_workflow_webhook_handle_information_returns_OK_response-1748457951"}}}'
3333
code: 200
3434
duration: 0ms
3535
headers:
@@ -44,7 +44,7 @@ interactions:
4444
- '*/*'
4545
id: 2
4646
method: DELETE
47-
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/cf3d9006-205e-47b2-9e6a-bea534a2d38b
47+
url: https://api.datadoghq.com/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/ac10e097-66cf-4ab3-8659-a6f6c413d51b
4848
response:
4949
body: ''
5050
code: 204

0 commit comments

Comments
 (0)