azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned...

Results 569 azure-sdk-for-java issues
Sort by recently updated
recently updated
newest added

I am using spring boot with azure's keyvault ``` com.azure.spring azure-spring-boot-starter-keyvault-secrets ``` but there is a problem, when I want to update secret. How to force for example via rest...

question
Client
customer-reported
feature-request
azure-spring
azure-spring-keyvault

Request is, customer want to call the PUT, get the response, but not necessarily continue the polling. A draft PR and discussion on alternatives here https://github.com/Azure/azure-sdk-for-java/pull/30073

Mgmt

# Description This is more a feature request than a bug report. Our project has been implemented based on this article: https://docs.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus Messages are sent and received and is working...

Client
customer-reported
feature-request
needs-team-attention
azure-spring
azure-spring-servicebus

## Context This is next step of #27570. Now we have 2 places to hold Spring Cloud Azure reference doc: 1. MS docs: 1. URL: https://docs.microsoft.com/en-us/azure/developer/java/spring-framework/ 2. GiHub Repo: https://github.com/MicrosoftDocs/azure-dev-docs-pr...

Client
feature-request
azure-spring
azure-spring-docs

I am really new with Azure Java SDK and I would like to run Azure Management Java SDK following https://docs.microsoft.com/en-us/java/api/overview/azure/resourcemanager-apimanagement-readme?view=azure-java-preview and https://github.com/Azure/azure-sdk-for-java/blob/azure-resourcemanager-apimanagement_1.0.0-beta.3/sdk/resourcemanager/docs/AUTH.md with the code as follows: ``` AzureProfile profile...

question
API Management
Mgmt
customer-reported
dependency-issue-jackson

**Describe the bug** We use the Spring-Boot-Gradle-Plugin to build our apps. We configured a KeyVaultPropertySource using the new Azure Spring Cloud 4.0.0 bom for dependency management. On our build server...

bug
Client
customer-reported
Azure.Identity
azure-spring
azure-spring-keyvault

**Query/Question** How to discover user is logged in programmatically? If the user has already logged in using Azure AD, my app will not require authentication. ***Why is this not a...

question
Client
customer-reported
needs-team-attention
azure-spring
azure-spring-aad
CXP Attention

Error: > ##[error]java2yaml '"cmd.exe" /c mvn dependency:copy-dependencies -P !azure-mgmt-sdk-test-jar -DoutputDirectory=D:\a\_work\1\s\target_repo\src\docs-ref-autogen\azure-resourcemanager\Dependency' failed. [ERROR] Failed to execute goal on project azure-resourcemanager: Could not resolve dependencies for project com.azure.resourcemanager:azure-resourcemanager:jar:2.16.0: com.azure.resourcemanager:azure-resourcemanager-test:jar:2.0.0-beta.1 was not found...

EngSys

# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...

Doing the check for overwriteCheck = exists().flatMap(...) is unnecessary, revisit the following areas and remove the exists() and immediately set RequestConditions as similarly done in Blobs. [https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L399](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L399) [https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L438](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L438) [https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L758](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L758) *as...

Storage
Data Lake Storage Gen1
Data Lake Storage Gen2