@@ -506,14 +506,6 @@ func buildContext(ctx context.Context, apiKey string, appKey string, apiURL stri
506
506
func buildDatadogClient (httpClient * http.Client ) * common.APIClient {
507
507
//Datadog API config.HTTPClient
508
508
config := common .NewConfiguration ()
509
- config .SetUnstableOperationEnabled ("v1.CreateSLOCorrection" , true )
510
- config .SetUnstableOperationEnabled ("v1.GetSLOCorrection" , true )
511
- config .SetUnstableOperationEnabled ("v1.UpdateSLOCorrection" , true )
512
- config .SetUnstableOperationEnabled ("v1.DeleteSLOCorrection" , true )
513
- config .SetUnstableOperationEnabled ("v2.CreateTagConfiguration" , true )
514
- config .SetUnstableOperationEnabled ("v2.DeleteTagConfiguration" , true )
515
- config .SetUnstableOperationEnabled ("v2.ListTagConfigurationByName" , true )
516
- config .SetUnstableOperationEnabled ("v2.UpdateTagConfiguration" , true )
517
509
config .Debug = isDebug ()
518
510
config .HTTPClient = httpClient
519
511
config .UserAgent = utils .GetUserAgent (config .UserAgent )
@@ -666,7 +658,8 @@ func testCheckResourceAttrs(name string, checkExists resource.TestCheckFunc, ass
666
658
return funcs
667
659
}
668
660
669
- /* Utility method for Debugging purpose. This method helps list assertions as well
661
+ /*
662
+ Utility method for Debugging purpose. This method helps list assertions as well
670
663
It is a duplication of `resource.TestCheckResourceAttr` into which we added print statements.
671
664
*/
672
665
func CheckResourceAttr (name , key , value string ) resource.TestCheckFunc {
0 commit comments