Skip to content

Commit

Permalink
Fixed RevApi issues. (#36098)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcolin7 authored Jul 26, 2023
1 parent 192d7d7 commit 28cae95
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit 28cae95

Please sign in to comment.