Skip to content

Commit

Permalink
Regenerate client from commit a5a04fdd of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 29, 2023
1 parent 8bb974b commit fe00ee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2023-12-28 18:22:57.275767",
"spec_repo_commit": "42c21a14"
"regenerated": "2023-12-29 18:24:19.481051",
"spec_repo_commit": "a5a04fdd"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2023-12-28 18:22:57.289365",
"spec_repo_commit": "42c21a14"
"regenerated": "2023-12-29 18:24:19.495977",
"spec_repo_commit": "a5a04fdd"
}
}
}
6 changes: 3 additions & 3 deletions tests/v1/features/azure_integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feature: Azure Integration
When the request is sent
Then the response status is 400 Bad Request

@team:DataDog/azure-integrations
@need-retry @team:DataDog/azure-integrations
Scenario: Create an Azure integration returns "OK" response
Given new "CreateAzureIntegration" request
And body with value {"app_service_plan_filters": "key:value,filter:example", "automute": true, "client_id": "{{ uuid }}", "client_secret": "testingx./Sw*g/Y33t..R1cH+hScMDt", "container_app_filters": "key:value,filter:example", "cspm_enabled": true, "custom_metrics_enabled": true, "errors": ["*"], "host_filters": "key:value,filter:example", "new_client_id": "{{ uuid }}", "new_tenant_name": "{{ uuid }}", "resource_collection_enabled": true, "tenant_name": "{{ uuid }}"}
Expand All @@ -30,7 +30,7 @@ Feature: Azure Integration
When the request is sent
Then the response status is 400 Bad Request

@team:DataDog/azure-integrations
@need-retry @team:DataDog/azure-integrations
Scenario: Delete an Azure integration returns "OK" response
Given there is a valid "azure_account" in the system
And new "DeleteAzureIntegration" request
Expand Down Expand Up @@ -71,7 +71,7 @@ Feature: Azure Integration
When the request is sent
Then the response status is 400 Bad Request

@team:DataDog/azure-integrations
@need-retry @team:DataDog/azure-integrations
Scenario: Update an Azure integration returns "OK" response
Given there is a valid "azure_account" in the system
And new "UpdateAzureIntegration" request
Expand Down

0 comments on commit fe00ee1

Please sign in to comment.