diff --git a/eng/code-quality-reports/src/main/resources/revapi/revapi.json b/eng/code-quality-reports/src/main/resources/revapi/revapi.json index 1585b77b6a34e..ba15ffbb929c0 100644 --- a/eng/code-quality-reports/src/main/resources/revapi/revapi.json +++ b/eng/code-quality-reports/src/main/resources/revapi/revapi.json @@ -201,7 +201,37 @@ "code": "java.method.added", "new": "method java.lang.Class com.azure.core.util.serializer.TypeReference::getJavaClass()", "justification": "New method added to TypeReference in azure-core." - } + }, + { + "code": "java.method.added", + "new": "method void com.azure.core.util.logging.ClientLogger::(java.lang.Class, java.util.Map)", + "justification": "New method added to ClientLogger in azure-core:1.24.0" + }, + { + "code": "java.method.added", + "new": "method void com.azure.core.util.logging.ClientLogger::(java.lang.String, java.util.Map)", + "justification": "New method added to ClientLogger in azure-core:1.24.0" + }, + { + "code": "java.method.added", + "new": "method com.azure.core.util.logging.LoggingEventBuilder com.azure.core.util.logging.ClientLogger::atError()", + "justification": "New method added to ClientLogger in azure-core:1.24.0" + }, + { + "code": "java.method.added", + "new": "method com.azure.core.util.logging.LoggingEventBuilder com.azure.core.util.logging.ClientLogger::atInfo()", + "justification": "New method added to ClientLogger in azure-core:1.24.0" + }, + { + "code": "java.method.added", + "new": "method com.azure.core.util.logging.LoggingEventBuilder com.azure.core.util.logging.ClientLogger::atVerbose()", + "justification": "New method added to ClientLogger in azure-core:1.24.0" + }, + { + "code": "java.method.added", + "new": "method com.azure.core.util.logging.LoggingEventBuilder com.azure.core.util.logging.ClientLogger::atWarning()", + "justification": "New method added to ClientLogger in azure-core:1.24.0" + } ] } }