Alan Zimmer

Results 40 issues of Alan Zimmer

In Linux environments this test is throwing an `UnknownHostException` when [this line of code](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServiceDomainImpl.java#L87) is called. The resulting stack trace is ```java reactor.core.Exceptions$ReactiveException: java.net.UnknownHostException: 0e734f9fc000001: 0e734f9fc000001: Name or service not...

Mgmt
test bug
Mgmt - Track 2

# Description Regenerate `azure-search-documents` using a new Swagger SHA and the latest version of Autorest. # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]**...

Search
Client

# Description Adds `azure-xml` which provides interfaces for implementing stream-style XML writing and reading. # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** -...

Cosmos
Azure.Core
azure-spring

We are targeting Azure Search SDK GA next month. Here is the scope for upcoming GA: * Public surface area of last GA version * AAD support including multi cloud...

Search
Client

Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MJAVADOC) filed for the change (usually before you start working...

The guides and samples for `Azure.Search.Documents` should include new features such as: - [ ] Using AAD for authentication - [ ] Querying with semantic search - [ ] Resetting...

Search
Client
Docs

# Description Improve time taken to run tests. # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** - [x] **CHANGELOG is updated for new...

Azure.Core

# Description Transition from `wiremock-standalone` to `wiremock-jre8-standalone` as `wiremock-standalone` has been end of life since September 2020. # All SDK Contribution checklist: - [x] **The pull request does not introduce...

Azure.Core

# Description Use smaller `ByteBuffer`s when buffering `BinaryData.fromFlux`. Smaller buffers are better as they match the original input and don't require creating large byte arrays, and prevent OOME if the...

Client
Azure.Core

# Description Fixes #30865 Adds an additional CI test run using the latest released JDK version. # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking...

EngSys