From c909ca72ca1a4d03b5b7509ce2f5ddd74757b147 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 20 Sep 2023 14:45:09 -0400 Subject: [PATCH] - restores suppressions for idempotency when integrations are suppressed Signed-off-by: Vincent Biret --- it/config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/it/config.json b/it/config.json index e1d9cf6452..0231bdd269 100644 --- a/it/config.json +++ b/it/config.json @@ -258,6 +258,22 @@ } ], "IdempotencySuppressions": [ + { + "Language": "go", + "Rationale": "https://github.com/microsoft/kiota/issues/2834" + }, + { + "Language": "php", + "Rationale": "https://github.com/microsoft/kiota/issues/2964" + }, + { + "Language": "java", + "Rationale": "https://github.com/microsoft/kiota/issues/2842" + }, + { + "Language": "python", + "Rationale": "https://github.com/microsoft/kiota/issues/2842" + }, { "Language": "typescript", "Rationale": "https://github.com/microsoft/kiota/issues/1812"