Skip to content
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/en-us/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
Java Groovy PowerShell Python HTML JavaScript
Branch: master
Clone or download

Latest commit

danieljurek Smoke Tests use new subscription configuration template (#11202)
* smoke tests use subscription configuration
* use SubscriptionConfiguration in archetype-sdk-tests.yml
Latest commit 0b44f38 May 15, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update CODEOWNERS with smoke test owners (#11127) May 14, 2020
common Smoke Tests use new subscription configuration template (#11202) May 16, 2020
eng Smoke Tests use new subscription configuration template (#11202) May 16, 2020
profiles feat: update profile 2019 03 01 (#8200) Feb 20, 2020
samples Remove OpenCensus tracing support for Java SDKs (#7167) Jan 10, 2020
sdk Increment package version after release of com.azure azure-cosmos (#1… May 15, 2020
.editorconfig Cleanup Enforcer Configurations (#9884) Apr 15, 2020
.gitattributes Add .editorconfig and .gitattributes (#3036) Mar 6, 2019
.gitignore Add Migration Guide for Event Hubs (#6854) Dec 16, 2019
CODE_OF_CONDUCT.md Add markdown for code of conduct and pr template (#6053) Jan 22, 2020
CONTRIBUTING.md Change preview to beta in version strings (#11143) May 13, 2020
LICENSE.txt Enable build in batch repo. Nov 29, 2016
NOTICE.txt Removed fasterxml.uuid dependency by shading 4.0.1 (#9761) Apr 3, 2020
README.md Fix README links and add impressions (#10139) Apr 13, 2020
SECURITY.md Add security policy (#8092) Feb 11, 2020
jetty.xml Adding keyvault sdk to CI pipeline (#2619) Nov 26, 2018
pom.xml Spring Boot migration - AAD starter (#10285) Apr 29, 2020
swagger_to_sdk_config.json update autorest core to V2 (#9515) Mar 25, 2020

README.md

Azure SDK for Java

Packages Dependencies DepGraph Build Documentation SpotBugs CheckStyle

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs or our versioned developer docs.

Getting started

To get started with a specific service library, see the README.md file located in the library's project folder. You can find service libraries in the /sdk directory. For a list of all the services we support access our list of all existing libraries.

For tutorials, samples, quick starts and other documentation, visit Azure for Java Developers.

Prerequisites

Java 8 or later is required to use libraries under the com.azure package, for libraries under the com.microsoft.azure package Java 7 or later is required.

Available packages

Each service might have a number of libraries available from each of the following categories:

Client: New Releases

New wave of packages that follow the Azure SDK Design Guidelines for Java and share a number of core features such as HTTP retries, logging, transport protocols, authentication protocols, etc., so that once you learn how to use these features in one client library, you will know how to use them in other client libraries. You can learn about these shared features here. These libraries can be easily identified by folder, package, and namespaces names starting with azure-, e.g. azure-keyvault.

You can find the most up to date list of all of the new packages on our page. This list includes the most recent releases: both GA and preview.

NOTE: If you need to ensure your code is ready for production use one of the stable, non-preview libraries.

Client: Previous Versions

Last stable versions of packages that have been provided for usage with Azure and are production-ready. These libraries provide similar functionalities to the new libraries, as they allow you to use and consume existing resources and interact with them, for example: upload a blob. Previous library directories start with microsoft-azure-, e.g. microsoft-azure-keyvault. They might not implement the guidelines or have the same feature set as the new releases. They do however offer wider coverage of services.

Management

Libraries which enable you to provision specific resources. They are responsible for directly mirroring and consuming Azure service's REST endpoints. Management library directories contain -mgmt-, e.g. azure-mgmt-keyvault.

Need help?

Navigating the repository

Master branch

The master branch has the most recent code with new features and bug fixes. It does not represent latest released GA SDK. See above for latest GA release.

Release branches (Release tagging)

For each package we release there will be a unique git tag created that contains the name and the version of the package to mark the commit of the code that produced the package. This tag will be used for servicing via hotfix branches as well as debugging the code for a particular preview or stable release version. Format of the release tags are <package-name>_<package-version>. For more information please see our branching strategy.

Contributing

For details on contributing to this repository, see the contributing guide.

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, view Microsoft's CLA.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Additional Helpful Links for Contributors

Many people all over the world have helped make this project better. You'll want to check out:

Community

Chat with other community members Join the chat at https://gitter.im/azure/azure-sdk-for-java

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

License

Azure SDK for Java is licensed under the MIT license.

Impressions

You can’t perform that action at this time.