From 28cae95c7b3e05b7c168d04e36fd4e05b247bcd9 Mon Sep 17 00:00:00 2001 From: vcolin7 Date: Tue, 25 Jul 2023 19:19:57 -0700 Subject: [PATCH] Fixed RevApi issues. (#36098) --- .../src/main/resources/revapi/revapi.json | 5 +++++ 1 file changed, 5 insertions(+) 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 74615f2f10ea0..7143f6d9658e3 100644 --- a/eng/code-quality-reports/src/main/resources/revapi/revapi.json +++ b/eng/code-quality-reports/src/main/resources/revapi/revapi.json @@ -300,6 +300,11 @@ "code": "java.method.added", "new": "method int com.azure.storage.blob.specialized.AppendBlobAsyncClient::getMaxBlocks()", "justification": "We do not need to do a minor version bump for libraries that use Storage for this change" + }, + { + "code": "java.method.added", + "new": "method java.lang.String com.azure.json.JsonReader::getRawText() throws java.io.IOException", + "justification": "We do not need to do a minor version bump for libraries that use Azure JSON for this change" } ] }