Skip to content

Update CHANGELOG.md

a87c4f4
Select commit
Loading
Failed to load commit list.
Open

Fix #47614 [BUG] AzureCliCredential fails in non-interactive environments du… #47615

Update CHANGELOG.md
a87c4f4
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - pullrequest failed Dec 31, 2025 in 1h 9m 45s

Build #20251230.4 had test failures

Details

Tests

  • Failed: 12 (0.02%)
  • Passed: 52,134 (96.08%)
  • Other: 2,117 (3.90%)
  • Total: 54,263
Code coverage

  • 2487 of 4087 line covered (60.85%)

Annotations

Check failure on line 23188 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - pullrequest

Build log #L23188

Build failed.

Check failure on line 1 in c.a.a.s.t.TranscriptionAsyncClientTest.testTranscribeAsyncWithLanguageFromFile

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - pullrequest

c.a.a.s.t.TranscriptionAsyncClientTest.testTranscribeAsyncWithLanguageFromFile

java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.
Raw output
java.lang.RuntimeException: 
java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.

	at [email protected]/com.azure.ai.speech.transcription.TranscriptionClientTestBase.doTranscription(TranscriptionClientTestBase.java:250)
	at [email protected]/com.azure.ai.speech.transcription.TranscriptionAsyncClientTest.testTranscribeAsyncWithLanguageFromFile(TranscriptionAsyncClientTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Caused by: java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.

	at com.azure.core.test.utils.TestProxyUtils.checkForTestProxyErrors(TestProxyUtils.java:229)
	at com.azure.core.test.http.TestProxyPlaybackClient.afterReceivedResponse(TestProxyPlaybackClient.java:191)
	at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106)
	at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79)
	at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onNext(MonoFlatMap.java:158)
	at [email protected]/reactor.core.publisher.Operators$MonoInnerProducerBase.complete(Operators.java:2864)
	at [email protected]/reactor.core.publisher.MonoSingle$SingleSubscriber.onComplete(MonoSingle.java:180)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyInner.onComplete(MonoFlatMapMany.java:261)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126)
	at [email protected]/reactor.core.publisher.Operators$ScalarSubscription.request(Operators.java:2572)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.request(FluxContextWrite.java:136)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyMain.onSubscribeInner(MonoFlatMapMany.java:150)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyInner.onSubscribe(MonoFlatMapMany.java:246)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onSubscribe(FluxContextWrite.java:101)
	at [email protected]/reactor.core.publisher.FluxJust.subscribe(FluxJust.java:68)
	at [email protected]/reactor.core.publisher.Flux.subscribe(Flux.java:8891)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyMain.onNext(MonoFlatMapMany.java:196)
	at [email protected]/reactor.core.publisher.SerializedSubscriber.onNext(SerializedSubscriber.java:99)
	at [email protected]/reactor.core.publisher.FluxRetryWhen$RetryWhenMainSubscriber.onNext(FluxRetryWhen.java:178)
	at [email protected]/reactor.core.publisher.MonoCreate$DefaultMonoSink.success(MonoCreate.java:176)
	at [email protected]/reactor.netty.http.client.HttpClientConnect$HttpIOHandlerObserver.onStateChange(HttpClientConnect.java:449)
	at [email protected]/reactor.netty.ReactorNetty$CompositeConnectionObserver.onStateChange(ReactorNetty.java:722)
	at [email protected]/reactor.netty.resources.DefaultPooledConnectionProvider$DisposableAcquire.onStateChange(DefaultPooledConnectionProvider.java:207)
	at [email protected]/reactor.netty.resources.DefaultPooledConnectionProvider$PooledConnection.onStateChange(DefaultPooledConnectionProvider.java:468)
	at [email protected]/reactor.netty.http.client.Htt

Check failure on line 1 in c.a.a.s.t.TranscriptionAsyncClientTest.testTranscribeAsyncWithProfanityModeMasked

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - pullrequest

c.a.a.s.t.TranscriptionAsyncClientTest.testTranscribeAsyncWithProfanityModeMasked

java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.
Raw output
java.lang.RuntimeException: 
java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.

	at [email protected]/com.azure.ai.speech.transcription.TranscriptionClientTestBase.doTranscription(TranscriptionClientTestBase.java:250)
	at [email protected]/com.azure.ai.speech.transcription.TranscriptionAsyncClientTest.testTranscribeAsyncWithProfanityModeMasked(TranscriptionAsyncClientTest.java:184)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1490)
	at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2248)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:499)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:666)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Caused by: java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.

	at com.azure.core.test.utils.TestProxyUtils.checkForTestProxyErrors(TestProxyUtils.java:229)
	at com.azure.core.test.http.TestProxyPlaybackClient.afterReceivedResponse(TestProxyPlaybackClient.java:191)
	at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106)
	at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79)
	at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onNext(MonoFlatMap.java:158)
	at [email protected]/reactor.core.publisher.Operators$MonoInnerProducerBase.complete(Operators.java:2864)
	at [email protected]/reactor.core.publisher.MonoSingle$SingleSubscriber.onComplete(MonoSingle.java:180)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyInner.onComplete(MonoFlatMapMany.java:261)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126)
	at [email protected]/reactor.core.publisher.Operators$ScalarSubscription.request(Operators.java:2572)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.request(FluxContextWrite.java:136)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyMain.onSubscribeInner(MonoFlatMapMany.java:150)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyInner.onSubscribe(MonoFlatMapMany.java:246)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onSubscribe(FluxContextWrite.java:101)
	at [email protected]/reactor.core.publisher.FluxJust.subscribe(FluxJust.java:68)
	at [email protected]/reactor.core.publisher.Flux.subscribe(Flux.java:8891)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyMain.onNext(MonoFlatMapMany.java:196)
	at [email protected]/reactor.core.publisher.SerializedSubscriber.onNext(SerializedSubscriber.java:99)
	at [email protected]/reactor.core.publisher.FluxRetryWhen$RetryWhenMainSubscriber.onNext(FluxRetryWhen.java:178)
	at [email protected]/reactor.core.publisher.MonoCreate$DefaultMonoSink.success(MonoCreate.java:176)
	at [email protected]/reactor.netty.http.client.HttpClientConnect$HttpIOHandlerObserver.onStateChange(HttpClientConnect.java:449)
	at [email protected]/reactor.netty.ReactorNetty$CompositeConnectionObser

Check failure on line 1 in c.a.a.s.t.TranscriptionAsyncClientTest.testTranscribeAsyncWithMultipleLanguagesFromFile

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - pullrequest

c.a.a.s.t.TranscriptionAsyncClientTest.testTranscribeAsyncWithMultipleLanguagesFromFile

java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.
Raw output
java.lang.RuntimeException: 
java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.

	at [email protected]/com.azure.ai.speech.transcription.TranscriptionClientTestBase.doTranscription(TranscriptionClientTestBase.java:250)
	at [email protected]/com.azure.ai.speech.transcription.TranscriptionAsyncClientTest.testTranscribeAsyncWithMultipleLanguagesFromFile(TranscriptionAsyncClientTest.java:63)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1490)
	at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2248)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:499)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:666)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Caused by: java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.

	at com.azure.core.test.utils.TestProxyUtils.checkForTestProxyErrors(TestProxyUtils.java:229)
	at com.azure.core.test.http.TestProxyPlaybackClient.afterReceivedResponse(TestProxyPlaybackClient.java:191)
	at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106)
	at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79)
	at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onNext(MonoFlatMap.java:158)
	at [email protected]/reactor.core.publisher.Operators$MonoInnerProducerBase.complete(Operators.java:2864)
	at [email protected]/reactor.core.publisher.MonoSingle$SingleSubscriber.onComplete(MonoSingle.java:180)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyInner.onComplete(MonoFlatMapMany.java:261)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126)
	at [email protected]/reactor.core.publisher.Operators$ScalarSubscription.request(Operators.java:2572)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.request(FluxContextWrite.java:136)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyMain.onSubscribeInner(MonoFlatMapMany.java:150)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyInner.onSubscribe(MonoFlatMapMany.java:246)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onSubscribe(FluxContextWrite.java:101)
	at [email protected]/reactor.core.publisher.FluxJust.subscribe(FluxJust.java:68)
	at [email protected]/reactor.core.publisher.Flux.subscribe(Flux.java:8891)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyMain.onNext(MonoFlatMapMany.java:196)
	at [email protected]/reactor.core.publisher.SerializedSubscriber.onNext(SerializedSubscriber.java:99)
	at [email protected]/reactor.core.publisher.FluxRetryWhen$RetryWhenMainSubscriber.onNext(FluxRetryWhen.java:178)
	at [email protected]/reactor.core.publisher.MonoCreate$DefaultMonoSink.success(MonoCreate.java:176)
	at [email protected]/reactor.netty.http.client.HttpClientConnect$HttpIOHandlerObserver.onStateChange(HttpClientConnect.java:449)
	at [email protected]/reactor.netty.ReactorNetty$CompositeConnection

Check failure on line 1 in c.a.a.s.t.TranscriptionAsyncClientTest.testTranscribeAsyncWithEmptyAudioData

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - pullrequest

c.a.a.s.t.TranscriptionAsyncClientTest.testTranscribeAsyncWithEmptyAudioData

java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.
Raw output
java.lang.RuntimeException: 
java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.

	at [email protected]/com.azure.ai.speech.transcription.TranscriptionClientTestBase.doTranscription(TranscriptionClientTestBase.java:250)
	at [email protected]/com.azure.ai.speech.transcription.TranscriptionAsyncClientTest.testTranscribeAsyncWithEmptyAudioData(TranscriptionAsyncClientTest.java:227)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Caused by: java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request POST https://REDACTED/speechtotext/transcriptions:transcribe?api-version=2025-10-15
No records to match.

	at com.azure.core.test.utils.TestProxyUtils.checkForTestProxyErrors(TestProxyUtils.java:229)
	at com.azure.core.test.http.TestProxyPlaybackClient.afterReceivedResponse(TestProxyPlaybackClient.java:191)
	at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106)
	at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79)
	at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onNext(MonoFlatMap.java:158)
	at [email protected]/reactor.core.publisher.Operators$MonoInnerProducerBase.complete(Operators.java:2864)
	at [email protected]/reactor.core.publisher.MonoSingle$SingleSubscriber.onComplete(MonoSingle.java:180)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyInner.onComplete(MonoFlatMapMany.java:261)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126)
	at [email protected]/reactor.core.publisher.Operators$ScalarSubscription.request(Operators.java:2572)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.request(FluxContextWrite.java:136)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyMain.onSubscribeInner(MonoFlatMapMany.java:150)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyInner.onSubscribe(MonoFlatMapMany.java:246)
	at [email protected]/reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onSubscribe(FluxContextWrite.java:101)
	at [email protected]/reactor.core.publisher.FluxJust.subscribe(FluxJust.java:68)
	at [email protected]/reactor.core.publisher.Flux.subscribe(Flux.java:8891)
	at [email protected]/reactor.core.publisher.MonoFlatMapMany$FlatMapManyMain.onNext(MonoFlatMapMany.java:196)
	at [email protected]/reactor.core.publisher.SerializedSubscriber.onNext(SerializedSubscriber.java:99)
	at [email protected]/reactor.core.publisher.FluxRetryWhen$RetryWhenMainSubscriber.onNext(FluxRetryWhen.java:178)
	at [email protected]/reactor.core.publisher.MonoCreate$DefaultMonoSink.success(MonoCreate.java:176)
	at [email protected]/reactor.netty.http.client.HttpClientConnect$HttpIOHandlerObserver.onStateChange(HttpClientConnect.java:449)
	at [email protected]/reactor.netty.ReactorNetty$CompositeConnectionObserver.onStateChange(ReactorNetty.java:722)
	at [email protected]/reactor.netty.resources.DefaultPooledConnectionProvider$DisposableAcquire.onStateChange(DefaultPooledConnectionProvider.java:207)
	at [email protected]/reactor.netty.resources.DefaultPooledConnectionProvider$PooledConnection.onStateChange(DefaultPooledConnectionProvider.java:468)
	at [email protected]/reactor.netty.http.client.Http