@@ -520,6 +520,22 @@ Feature: Cloud Cost Management
520520 When the request is sent
521521 Then the response status is 200 OK
522522
523+ @generated @skip @team:DataDog/cloud-cost-management
524+ Scenario : Get the Cloud Cost Management billing currency returns "Bad Request" response
525+ Given operation "GetCostTagMetadataCurrency" enabled
526+ And new "GetCostTagMetadataCurrency" request
527+ And request contains "filter[month]" parameter from "REPLACE.ME"
528+ When the request is sent
529+ Then the response status is 400 Bad Request
530+
531+ @generated @skip @team:DataDog/cloud-cost-management
532+ Scenario : Get the Cloud Cost Management billing currency returns "OK" response
533+ Given operation "GetCostTagMetadataCurrency" enabled
534+ And new "GetCostTagMetadataCurrency" request
535+ And request contains "filter[month]" parameter from "REPLACE.ME"
536+ When the request is sent
537+ Then the response status is 200 OK
538+
523539 @replay-only @team:DataDog/cloud-cost-management
524540 Scenario : List Cloud Cost Management AWS CUR configs returns "OK" response
525541 Given new "ListCostAWSCURConfigs" request
@@ -540,12 +556,44 @@ Feature: Cloud Cost Management
540556 When the request is sent
541557 Then the response status is 200 OK
542558
559+ @generated @skip @team:DataDog/cloud-cost-management
560+ Scenario : List Cloud Cost Management orchestrators returns "Bad Request" response
561+ Given operation "ListCostTagMetadataOrchestrators" enabled
562+ And new "ListCostTagMetadataOrchestrators" request
563+ And request contains "filter[month]" parameter from "REPLACE.ME"
564+ When the request is sent
565+ Then the response status is 400 Bad Request
566+
567+ @generated @skip @team:DataDog/cloud-cost-management
568+ Scenario : List Cloud Cost Management orchestrators returns "OK" response
569+ Given operation "ListCostTagMetadataOrchestrators" enabled
570+ And new "ListCostTagMetadataOrchestrators" request
571+ And request contains "filter[month]" parameter from "REPLACE.ME"
572+ When the request is sent
573+ Then the response status is 200 OK
574+
543575 @generated @skip @team:DataDog/cloud-cost-management
544576 Scenario : List Cloud Cost Management tag descriptions returns "OK" response
545577 Given new "ListCostTagDescriptions" request
546578 When the request is sent
547579 Then the response status is 200 OK
548580
581+ @generated @skip @team:DataDog/cloud-cost-management
582+ Scenario : List Cloud Cost Management tag key metadata returns "Bad Request" response
583+ Given operation "ListCostTagMetadata" enabled
584+ And new "ListCostTagMetadata" request
585+ And request contains "filter[month]" parameter from "REPLACE.ME"
586+ When the request is sent
587+ Then the response status is 400 Bad Request
588+
589+ @generated @skip @team:DataDog/cloud-cost-management
590+ Scenario : List Cloud Cost Management tag key metadata returns "OK" response
591+ Given operation "ListCostTagMetadata" enabled
592+ And new "ListCostTagMetadata" request
593+ And request contains "filter[month]" parameter from "REPLACE.ME"
594+ When the request is sent
595+ Then the response status is 200 OK
596+
549597 @generated @skip @team:DataDog/cloud-cost-management
550598 Scenario : List Cloud Cost Management tag keys returns "Bad Request" response
551599 Given new "ListCostTagKeys" request
@@ -558,6 +606,22 @@ Feature: Cloud Cost Management
558606 When the request is sent
559607 Then the response status is 200 OK
560608
609+ @generated @skip @team:DataDog/cloud-cost-management
610+ Scenario : List Cloud Cost Management tag sources returns "Bad Request" response
611+ Given operation "ListCostTagKeySources" enabled
612+ And new "ListCostTagKeySources" request
613+ And request contains "filter[month]" parameter from "REPLACE.ME"
614+ When the request is sent
615+ Then the response status is 400 Bad Request
616+
617+ @generated @skip @team:DataDog/cloud-cost-management
618+ Scenario : List Cloud Cost Management tag sources returns "OK" response
619+ Given operation "ListCostTagKeySources" enabled
620+ And new "ListCostTagKeySources" request
621+ And request contains "filter[month]" parameter from "REPLACE.ME"
622+ When the request is sent
623+ Then the response status is 200 OK
624+
561625 @generated @skip @team:DataDog/cloud-cost-management
562626 Scenario : List Cloud Cost Management tags returns "Bad Request" response
563627 Given new "ListCostTags" request
@@ -596,6 +660,22 @@ Feature: Cloud Cost Management
596660 When the request is sent
597661 Then the response status is 200 OK
598662
663+ @generated @skip @team:DataDog/cloud-cost-management
664+ Scenario : List available Cloud Cost Management metrics returns "Bad Request" response
665+ Given operation "ListCostTagMetadataMetrics" enabled
666+ And new "ListCostTagMetadataMetrics" request
667+ And request contains "filter[month]" parameter from "REPLACE.ME"
668+ When the request is sent
669+ Then the response status is 400 Bad Request
670+
671+ @generated @skip @team:DataDog/cloud-cost-management
672+ Scenario : List available Cloud Cost Management metrics returns "OK" response
673+ Given operation "ListCostTagMetadataMetrics" enabled
674+ And new "ListCostTagMetadataMetrics" request
675+ And request contains "filter[month]" parameter from "REPLACE.ME"
676+ When the request is sent
677+ Then the response status is 200 OK
678+
599679 @team:DataDog/cloud-cost-management
600680 Scenario : List budgets returns "OK" response
601681 Given new "ListBudgets" request
0 commit comments