You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix bot comment on azure-ai-transcription sdk apiview (#48889)
* fix bot comment on apiview
* Fix lint: drop @ServiceMethod on convenience transcribeWithResponse(TranscriptionOptions) overload
The Checkstyle ServiceClientCheck requires sync methods annotated with @ServiceMethod to take Context/RequestOptions/RequestContext. The convenience overload only takes TranscriptionOptions, so the annotation is removed. Also drops unused ClientLogger imports/fields and fixes javadoc rendering in the customization.
* update changelog
Copy file name to clipboardExpand all lines: sdk/transcription/azure-ai-speech-transcription/customization/src/main/java/SpeechTranscriptionCustomization.java
Copy file name to clipboardExpand all lines: sdk/transcription/azure-ai-speech-transcription/src/main/java/com/azure/ai/speech/transcription/TranscriptionAsyncClient.java
Copy file name to clipboardExpand all lines: sdk/transcription/azure-ai-speech-transcription/src/main/java/com/azure/ai/speech/transcription/TranscriptionClient.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,13 @@
20
20
importcom.azure.core.http.rest.Response;
21
21
importcom.azure.core.http.rest.SimpleResponse;
22
22
importcom.azure.core.util.BinaryData;
23
-
importcom.azure.core.util.logging.ClientLogger;
24
23
25
24
/**
26
25
* Initializes a new instance of the synchronous TranscriptionClient type.
0 commit comments