From c63d94e3c51a35c06faa3e4d12aaddb632b413ed Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Thu, 5 Dec 2019 15:50:18 -0800 Subject: [PATCH] Update package index links in README.md Package index is now controlled centrally in the azure-sdk repo https://github.com/Azure/azure-sdk/blob/master/_data/releases/latest/java-packages.csv --- README.md | 23 ++++-- packages.md | 227 ---------------------------------------------------- 2 files changed, 15 insertions(+), 235 deletions(-) delete mode 100644 packages.md diff --git a/README.md b/README.md index 71c3ec286233..967697a13199 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # Azure SDK for Java -[![Build Status](https://dev.azure.com/azure-sdk/public/_apis/build/status/17?branchName=master)](https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=17) [![Build Documentation](https://img.shields.io/badge/documentation-published-blue.svg)](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/index.html) [![Dependencies](https://img.shields.io/badge/dependencies-analyzed-blue.svg)](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/staging/dependencies.html) [![SpotBugs](https://img.shields.io/badge/SpotBugs-Clean-success.svg)](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/staging/spotbugsXml.html) [![CheckStyle](https://img.shields.io/badge/CheckStyle-Clean-success.svg)](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/staging/checkstyle-aggregate.html) +[![Packages](https://img.shields.io/badge/packages-latest-blue.svg)](https://azure.github.io/azure-sdk/releases/latest/java.html) [![Dependencies](https://img.shields.io/badge/dependencies-analyzed-blue.svg)](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/staging/dependencies.html) [![Build Documentation](https://img.shields.io/badge/documentation-published-blue.svg)](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/index.html) [![SpotBugs](https://img.shields.io/badge/SpotBugs-Clean-success.svg)](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/staging/spotbugsXml.html) [![CheckStyle](https://img.shields.io/badge/CheckStyle-Clean-success.svg)](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/staging/checkstyle-aggregate.html) +This repository is intended for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our [public developer docs](https://docs.microsoft.com/en-us/java/azure/) or our versioned [developer docs](https://azure.github.io/azure-sdk-for-java). -This repository contains official Java libraries for Azure services. For reference documentation go to [Azure SDK for Java documentation](http://aka.ms/java-docs), and tutorials, samples, quick starts and other documentation, go to [Azure for Java Developers](https://docs.microsoft.com/java/azure/). +### Important -You can find a complete list of all the packages for these libraries [here](packages.md). - -### Important The Azure SDK team is pleased to make available the November 2019 client library General Availability (GA) release. We strongly recommend using the GA libraries in all production environments as these libraries are well tested and officially supported by Microsoft. More details, including installation instructions can be found here [here](https://azure.github.io/azure-sdk/releases/2019-11/java.html). ## Getting started @@ -17,9 +15,11 @@ To get started with a specific library, see the **README.md** file located in th For tutorials, samples, quick starts and other documentation, visit [Azure for Java Developers](https://docs.microsoft.com/java/azure/). ### Prerequisites + Java 8 or later is required to use the November 2019 client libraries, otherwise Java 7 or later is required. ## Latest Release + Each service might have a number of libraries available from each of the following categories: - [Client: GA November 2019 Releases](#Client-GA-November-2019-Releases) @@ -27,7 +27,8 @@ Each service might have a number of libraries available from each of the followi - [Management](#Management) ### Client: GA November 2019 Releases -New wave of packages that were released in November 2019 client library as General Availability (GA) and several others that were released in **preview**. These libraries follow the [Azure SDK Design Guidelines for Java](https://azure.github.io/azure-sdk/java/guidelines/) 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](sdk/core/README.md). + +New wave of packages that were released in November 2019 client library as General Availability (GA) and several others that were released in **preview**. These libraries follow the [Azure SDK Design Guidelines for Java](https://azure.github.io/azure-sdk/java/guidelines/) 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](sdk/core/README.md). These libraries can be easily identified by sdk/ folder, package, and namespaces names starting with `azure-`, e.g. `azure-keyvault`. @@ -51,12 +52,15 @@ The libraries released in the November 2019 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 preview libraries, as they allow you to use and consume existing resources and interact with them, for example: upload a blob. Stable library directories start with `microsoft-azure-`, e.g. `microsoft-azure-keyvault`. They might not implement the [guidelines](https://azure.github.io/azure-sdk/java_introduction.html) or have the same feature set as the Novemeber releases. They do however offer wider coverage of services. + +Last stable versions of packages that have been provided for usage with Azure and are production-ready. These libraries provide similar functionalities to the preview libraries, as they allow you to use and consume existing resources and interact with them, for example: upload a blob. Stable library directories start with `microsoft-azure-`, e.g. `microsoft-azure-keyvault`. They might not implement the [guidelines](https://azure.github.io/azure-sdk/java_introduction.html) or have the same feature set as the Novemeber 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? + * For reference documentation visit the [Azure SDK for Java documentation](http://aka.ms/java-docs). * For tutorials, samples, quick starts and other documentation, visit [Azure for Java Developers](https://docs.microsoft.com/java/azure/). * For build reports on code quality, test coverage, etc, visit [Azure Java SDK](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/index.html). @@ -64,14 +68,17 @@ Libraries which enable you to provision specific resources. They are responsible * Check [previous questions](https://stackoverflow.com/questions/tagged/azure-java-sdk) or ask new ones on StackOverflow using `azure-java-sdk` tag. ## 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](#Client-GA-November-2019-Releases) 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 `_`. For more information please see [our branching strategy](https://github.com/Azure/azure-sdk/blob/master/docs/policies/repobranching.md#release-tagging). ## Contributing + For details on contributing to this repository, see the [contributing guide](CONTRIBUTING.md). 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, visit @@ -81,8 +88,8 @@ When you submit a pull request, a CLA-bot will automatically determine whether y This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +### Additional Helpful Links for Contributors -### Additional Helpful Links for Contributors Many people all over the world have helped make this project better. You'll want to check out: * [What are some good first issues for new contributors to the repo?](https://github.com/azure/azure-sdk-for-java/issues?q=is%3Aopen+is%3Aissue+label%3A%22up+for+grabs%22) diff --git a/packages.md b/packages.md deleted file mode 100644 index e8934328eb45..000000000000 --- a/packages.md +++ /dev/null @@ -1,227 +0,0 @@ - -# Package Index - - -| Artifact Id | Group Id | Readme | Published Url | -|----------------|-----------|-----------|---------------------| -| [`azure`]( profiles/2018-03-01-hybrid/azure/pom.xml )| `com.microsoft.azure.profile_2018_03_01_hybrid` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.profile_2018_03_01_hybrid/azure ) | -| [`azure`]( profiles/2019-03-01-hybrid/azure/pom.xml )| `com.microsoft.azure.profile_2019_03_01_hybrid` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.profile_2019_03_01_hybrid/azure ) | -| [`azure-applicationinsights-query`]( sdk/applicationinsights/microsoft-azure-applicationinsights-query/pom.xml )| `com.microsoft.azure` | [Readme](sdk/applicationinsights/microsoft-azure-applicationinsights-query/README.md) | N/A | -| [`azure-authentication-msi-token-provider`]( sdk/authorization/microsoft-azure-authentication-msi-token-provider/pom.xml )| `com.microsoft.azure.msi_auth_token_provider` | [Readme](sdk/authorization/microsoft-azure-authentication-msi-token-provider/readme.md) | N/A | -| [`azure-batch`]( sdk/batch/microsoft-azure-batch/pom.xml )| `com.microsoft.azure` | [Readme](sdk/batch/microsoft-azure-batch/README.md) | N/A | -| [`azure-cognitiveservices-autosuggest`]( sdk/cognitiveservices/ms-azure-cs-autosuggest/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-computervision`]( sdk/cognitiveservices/ms-azure-cs-computervision/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-contentmoderator`]( sdk/cognitiveservices/ms-azure-cs-contentmoderator/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-customimagesearch`]( sdk/cognitiveservices/ms-azure-cs-customimagesearch/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-customsearch`]( sdk/cognitiveservices/ms-azure-cs-customsearch/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-customvision-prediction`]( sdk/cognitiveservices/ms-azure-cs-customvision-prediction/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-customvision-training`]( sdk/cognitiveservices/ms-azure-cs-customvision-training/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-entitysearch`]( sdk/cognitiveservices/ms-azure-cs-entitysearch/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-faceapi`]( sdk/cognitiveservices/ms-azure-cs-faceapi/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-imagesearch`]( sdk/cognitiveservices/ms-azure-cs-imagesearch/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-luis-authoring`]( sdk/cognitiveservices/ms-azure-cs-luis-authoring/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-luis-runtime`]( sdk/cognitiveservices/ms-azure-cs-luis-runtime/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-newssearch`]( sdk/cognitiveservices/ms-azure-cs-newssearch/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-spellcheck`]( sdk/cognitiveservices/ms-azure-cs-spellcheck/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-textanalytics`]( sdk/cognitiveservices/ms-azure-cs-textanalytics/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-videosearch`]( sdk/cognitiveservices/ms-azure-cs-videosearch/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-visualsearch`]( sdk/cognitiveservices/ms-azure-cs-visualsearch/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-cognitiveservices-websearch`]( sdk/cognitiveservices/ms-azure-cs-websearch/pom.xml )| `com.microsoft.azure.cognitiveservices` | N/A | N/A | -| [`azure-core`]( sdk/core/azure-core/pom.xml )| `com.azure` | [Readme](sdk/core/azure-core/README.md) | [Maven]( https://search.maven.org/artifact/com.azure/azure-core ) | -| [`azure-core-amqp`]( sdk/core/azure-core-amqp/pom.xml )| `com.azure` | [Readme](sdk/core/azure-core-amqp/README.md) | N/A | -| [`azure-core-http-netty`]( sdk/core/azure-core-http-netty/pom.xml )| `com.azure` | [Readme](sdk/core/azure-core-http-netty/README.md) | [Maven]( https://search.maven.org/artifact/com.azure/azure-core-http-netty ) | -| [`azure-core-http-okhttp`]( sdk/core/azure-core-http-okhttp/pom.xml )| `com.azure` | [Readme](sdk/core/azure-core-http-okhttp/README.md) | [Maven]( https://search.maven.org/artifact/com.azure/azure-core-http-okhttp ) | -| [`azure-core-management`]( sdk/core/azure-core-management/pom.xml )| `com.azure` | N/A | N/A | -| [`azure-core-test`]( sdk/core/azure-core-test/pom.xml )| `com.azure` | [Readme](sdk/core/azure-core-test/README.md) | [Maven]( https://search.maven.org/artifact/com.azure/azure-core-test ) | -| [`azure-cosmos`]( sdk/cosmos/microsoft-azure-cosmos/pom.xml )| `com.microsoft.azure` | N/A | N/A | -| [`azure-eventgrid`]( sdk/eventgrid/microsoft-azure-eventgrid/pom.xml )| `com.microsoft.azure` | [Readme](sdk/eventgrid/microsoft-azure-eventgrid/README.md) | N/A | -| [`azure-keyvault`]( sdk/keyvault/microsoft-azure-keyvault/pom.xml )| `com.microsoft.azure` | N/A | N/A | -| [`azure-keyvault-core`]( sdk/keyvault/microsoft-azure-keyvault-core/pom.xml )| `com.microsoft.azure` | N/A | N/A | -| [`azure-keyvault-cryptography`]( sdk/keyvault/microsoft-azure-keyvault-cryptography/pom.xml )| `com.microsoft.azure` | N/A | N/A | -| [`azure-keyvault-extensions`]( sdk/keyvault/microsoft-azure-keyvault-extensions/pom.xml )| `com.microsoft.azure` | N/A | N/A | -| [`azure-keyvault-webkey`]( sdk/keyvault/microsoft-azure-keyvault-webkey/pom.xml )| `com.microsoft.azure` | N/A | N/A | -| [`azure-loganalytics`]( sdk/loganalytics/microsoft-azure-loganalytics/pom.xml )| `com.microsoft.azure` | [Readme](sdk/loganalytics/microsoft-azure-loganalytics/README.md) | N/A | -| [`azure-media`]( sdk/mediaservices/microsoft-azure-media/pom.xml )| `com.microsoft.azure` | N/A | N/A | -| [`azure-mgmt-advisor`]( sdk/advisor/mgmt-v2017_04_19/pom.xml )| `com.microsoft.azure.advisor.v2017_04_19` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.advisor.v2017_04_19/azure-mgmt-advisor ) | -| [`azure-mgmt-apimanagement`]( sdk/apimanagement/mgmt-v2019_01_01/pom.xml )| `com.microsoft.azure.apimanagement.v2019_01_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.apimanagement.v2019_01_01/azure-mgmt-apimanagement ) | -| [`azure-mgmt-apimanagement`]( sdk/apimanagement/mgmt-v2018_06_01_preview/pom.xml )| `com.microsoft.azure.apimanagement.v2018_06_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.apimanagement.v2018_06_01_preview/azure-mgmt-apimanagement ) | -| [`azure-mgmt-appconfiguration`]( sdk/appconfiguration/mgmt-v2019_02_01_preview/pom.xml )| `com.microsoft.azure.appconfiguration.v2019_02_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.appconfiguration.v2019_02_01_preview/azure-mgmt-appconfiguration ) | -| [`azure-mgmt-appconfiguration`]( sdk/appconfiguration/mgmt-v2019_10_01/pom.xml )| `com.microsoft.azure.appconfiguration.v2019_10_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.appconfiguration.v2019_10_01/azure-mgmt-appconfiguration ) | -| [`azure-mgmt-appplatform`]( sdk/appplatform/mgmt-v2019_05_01_preview/pom.xml )| `com.microsoft.azure.appplatform.v2019_05_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.appplatform.v2019_05_01_preview/azure-mgmt-appplatform ) | -| [`azure-mgmt-appservice`]( sdk/appservice/mgmt-v2016_08_01/pom.xml )| `com.microsoft.azure.appservice.v2016_08_01` | N/A | N/A | -| [`azure-mgmt-appservice`]( sdk/appservice/mgmt-v2016_03_01/pom.xml )| `com.microsoft.azure.appservice.v2016_03_01` | N/A | N/A | -| [`azure-mgmt-appservice`]( sdk/appservice/mgmt-v2018_02_01/pom.xml )| `com.microsoft.azure.appservice.v2018_02_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.appservice.v2018_02_01/azure-mgmt-appservice ) | -| [`azure-mgmt-appservice`]( sdk/appservice/mgmt-v2016_09_01/pom.xml )| `com.microsoft.azure.appservice.v2016_09_01` | N/A | N/A | -| [`azure-mgmt-authorization`]( sdk/authorization/mgmt-v2015_06_01/pom.xml )| `com.microsoft.azure.authorization.v2015_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.authorization.v2015_06_01/azure-mgmt-authorization ) | -| [`azure-mgmt-authorization`]( sdk/authorization/mgmt-v2018_09_01_preview/pom.xml )| `com.microsoft.azure.authorization.v2018_09_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.authorization.v2018_09_01_preview/azure-mgmt-authorization ) | -| [`azure-mgmt-authorization`]( sdk/authorization/mgmt-v2015_07_01/pom.xml )| `com.microsoft.azure.authorization.v2015_07_01` | N/A | N/A | -| [`azure-mgmt-authorization`]( sdk/authorization/mgmt-v2018_07_01_preview/pom.xml )| `com.microsoft.azure.authorization.v2018_07_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.authorization.v2018_07_01_preview/azure-mgmt-authorization ) | -| [`azure-mgmt-automation`]( sdk/automation/mgmt-v2015_10_31/pom.xml )| `com.microsoft.azure.automation.v2015_10_31` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.automation.v2015_10_31/azure-mgmt-automation ) | -| [`azure-mgmt-automation`]( sdk/automation/mgmt-v2018_06_30/pom.xml )| `com.microsoft.azure.automation.v2018_06_30` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.automation.v2018_06_30/azure-mgmt-automation ) | -| [`azure-mgmt-azurestack`]( sdk/azurestack/mgmt-v2017_06_01/pom.xml )| `com.microsoft.azure.azurestack.v2017_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.azurestack.v2017_06_01/azure-mgmt-azurestack ) | -| [`azure-mgmt-batchai`]( sdk/batchai/mgmt-v2017_09_01_preview/pom.xml )| `com.microsoft.azure.batchai.v2017_09_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.batchai.v2017_09_01_preview/azure-mgmt-batchai ) | -| [`azure-mgmt-batchai`]( sdk/batchai/mgmt-v2018_05_01/pom.xml )| `com.microsoft.azure.batchai.v2018_05_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.batchai.v2018_05_01/azure-mgmt-batchai ) | -| [`azure-mgmt-batchai`]( sdk/batchai/mgmt-v2018_03_01/pom.xml )| `com.microsoft.azure.batchai.v2018_03_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.batchai.v2018_03_01/azure-mgmt-batchai ) | -| [`azure-mgmt-cognitiveservices`]( sdk/cognitiveservices/mgmt-v2016_02_01_preview/pom.xml )| `com.microsoft.azure.azure-mgmt-cognitiveservices-2016-02-01-preview` | N/A | N/A | -| [`azure-mgmt-cognitiveservices`]( sdk/cognitiveservices/mgmt-v2017_04_18/pom.xml )| `com.microsoft.azure.azure-mgmt-cognitiveservices-2017-04-18` | N/A | N/A | -| [`azure-mgmt-compute`]( sdk/compute/mgmt-v2018_09_30/pom.xml )| `com.microsoft.azure.compute.v2018_09_30` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.compute.v2018_09_30/azure-mgmt-compute ) | -| [`azure-mgmt-compute`]( sdk/compute/mgmt-v2017_12_01/pom.xml )| `com.microsoft.azure.compute.v2017_12_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.compute.v2017_12_01/azure-mgmt-compute ) | -| [`azure-mgmt-compute`]( sdk/compute/mgmt-v2018_04_01/pom.xml )| `com.microsoft.azure.compute.v2018_04_01` | N/A | N/A | -| [`azure-mgmt-compute`]( sdk/compute/mgmt-v2017_03_30/pom.xml )| `com.microsoft.azure.compute.v2017_03_30` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.compute.v2017_03_30/azure-mgmt-compute ) | -| [`azure-mgmt-compute`]( sdk/compute/mgmt-v2017_09_01/pom.xml )| `com.microsoft.azure.compute.v2017_09_01` | N/A | N/A | -| [`azure-mgmt-containerinstance`]( sdk/containerinstance/mgmt-v2017_08_01_preview/pom.xml )| `com.microsoft.azure.containerinstance.v2017_08_01_preview` | N/A | N/A | -| [`azure-mgmt-containerinstance`]( sdk/containerinstance/mgmt-v2017_12_01_preview/pom.xml )| `com.microsoft.azure.containerinstance.v2017_12_01_preview` | N/A | N/A | -| [`azure-mgmt-containerinstance`]( sdk/containerinstance/mgmt-v2017_10_01_preview/pom.xml )| `com.microsoft.azure.containerinstance.v2017_10_01_preview` | N/A | N/A | -| [`azure-mgmt-containerinstance`]( sdk/containerinstance/mgmt-v2018_04_01/pom.xml )| `com.microsoft.azure.containerinstance.v2018_04_01` | N/A | N/A | -| [`azure-mgmt-containerinstance`]( sdk/containerinstance/mgmt-v2018_02_01_preview/pom.xml )| `com.microsoft.azure.containerinstance.v2018_02_01_preview` | N/A | N/A | -| [`azure-mgmt-containerinstance`]( sdk/containerinstance/mgmt-v2018_10_01/pom.xml )| `com.microsoft.azure.containerinstance.v2018_10_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerinstance.v2018_10_01/azure-mgmt-containerinstance ) | -| [`azure-mgmt-containerregistry`]( sdk/containerregistry/mgmt-v2017_10_01/pom.xml )| `com.microsoft.azure.containerregistry.v2017_10_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerregistry.v2017_10_01/azure-mgmt-containerregistry ) | -| [`azure-mgmt-containerregistry`]( sdk/containerregistry/mgmt-v2019_04_01/pom.xml )| `com.microsoft.azure.containerregistry.v2019_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerregistry.v2019_04_01/azure-mgmt-containerregistry ) | -| [`azure-mgmt-containerregistry`]( sdk/containerregistry/mgmt-v2017_03_01/pom.xml )| `com.microsoft.azure.containerregistry.v2017_03_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerregistry.v2017_03_01/azure-mgmt-containerregistry ) | -| [`azure-mgmt-containerregistry`]( sdk/containerregistry/mgmt-v2018_09_01/pom.xml )| `com.microsoft.azure.containerregistry.v2018_09_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerregistry.v2018_09_01/azure-mgmt-containerregistry ) | -| [`azure-mgmt-containerregistry`]( sdk/containerregistry/mgmt-v2018_02_01_preview/pom.xml )| `com.microsoft.azure.containerregistry.v2018_02_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerregistry.v2018_02_01_preview/azure-mgmt-containerregistry ) | -| [`azure-mgmt-containerregistry`]( sdk/containerregistry/mgmt-v2019_06_01_preview/pom.xml )| `com.microsoft.azure.containerregistry.v2019_06_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerregistry.v2019_06_01_preview/azure-mgmt-containerregistry ) | -| [`azure-mgmt-containerregistry`]( sdk/containerregistry/mgmt-v2016_06_27_preview/pom.xml )| `com.microsoft.azure.containerregistry.v2016_06_27_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerregistry.v2016_06_27_preview/azure-mgmt-containerregistry ) | -| [`azure-mgmt-containerregistry`]( sdk/containerregistry/mgmt-v2017_06_01_preview/pom.xml )| `com.microsoft.azure.containerregistry.v2017_06_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerregistry.v2017_06_01_preview/azure-mgmt-containerregistry ) | -| [`azure-mgmt-containerservice`]( sdk/containerservice/mgmt-v2017_08_31/pom.xml )| `com.microsoft.azure.azure-mgmt-containerservice-2017-08-31` | N/A | N/A | -| [`azure-mgmt-containerservice`]( sdk/containerservice/mgmt-v2019_02_01/pom.xml )| `com.microsoft.azure.containerservice.v2019_02_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerservice.v2019_02_01/azure-mgmt-containerservice ) | -| [`azure-mgmt-containerservice`]( sdk/containerservice/mgmt-v2019_08_01/pom.xml )| `com.microsoft.azure.containerservice.v2019_08_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerservice.v2019_08_01/azure-mgmt-containerservice ) | -| [`azure-mgmt-containerservice`]( sdk/containerservice/mgmt-v2019_04_01/pom.xml )| `com.microsoft.azure.containerservice.v2019_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerservice.v2019_04_01/azure-mgmt-containerservice ) | -| [`azure-mgmt-containerservice`]( sdk/containerservice/mgmt-v2017_07_01/pom.xml )| `com.microsoft.azure.azure-mgmt-containerservice-2017-07-01` | N/A | N/A | -| [`azure-mgmt-containerservice`]( sdk/containerservice/mgmt-v2018_09_30_preview/pom.xml )| `com.microsoft.azure.containerservice.v2018_09_30_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerservice.v2018_09_30_preview/azure-mgmt-containerservice ) | -| [`azure-mgmt-containerservice`]( sdk/containerservice/mgmt-package_2017_09/pom.xml )| `com.microsoft.azure.containerservice-package-2017-09` | N/A | N/A | -| [`azure-mgmt-containerservice`]( sdk/containerservice/mgmt-v2017_09_30/pom.xml )| `com.microsoft.azure.azure-mgmt-containerservice-2017-09-30` | N/A | N/A | -| [`azure-mgmt-containerservice`]( sdk/containerservice/mgmt-v2019_06_01/pom.xml )| `com.microsoft.azure.containerservice.v2019_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.containerservice.v2019_06_01/azure-mgmt-containerservice ) | -| [`azure-mgmt-cosmosdb`]( sdk/cosmosdb/mgmt-v2015_04_08/pom.xml )| `com.microsoft.azure.cosmosdb.v2015_04_08` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.cosmosdb.v2015_04_08/azure-mgmt-cosmosdb ) | -| [`azure-mgmt-costmanagement`]( sdk/costmanagement/mgmt-v2018_05_31/pom.xml )| `com.microsoft.azure.costmanagement.v2018_05_31` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.costmanagement.v2018_05_31/azure-mgmt-costmanagement ) | -| [`azure-mgmt-databoxedge`]( sdk/edgegateway/mgmt-v2019_03_01/pom.xml )| `com.microsoft.azure.edgegateway.v2019_03_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.edgegateway.v2019_03_01/azure-mgmt-databoxedge ) | -| [`azure-mgmt-datalakeanalytics`]( sdk/datalakeanalytics/mgmt-v2015_10_01_preview/pom.xml )| `com.microsoft.azure.datalakeanalytics.v2015_10_01_preview` | N/A | N/A | -| [`azure-mgmt-datalakeanalytics`]( sdk/datalakeanalytics/mgmt-v2016_11_01/pom.xml )| `com.microsoft.azure.datalakeanalytics.v2016_11_01` | N/A | N/A | -| [`azure-mgmt-datalakestore`]( sdk/datalakestore/mgmt-v2015_10_01_preview/pom.xml )| `com.microsoft.azure.datalakestore.v2015_10_01_preview` | N/A | N/A | -| [`azure-mgmt-datalakestore`]( sdk/datalakestore/mgmt-v2016_11_01/pom.xml )| `com.microsoft.azure.datalakestore.v2016_11_01` | N/A | N/A | -| [`azure-mgmt-datamigration`]( sdk/datamigration/mgmt-v2018_07_15_preview/pom.xml )| `com.microsoft.azure.datamigration.v2018_07_15_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.datamigration.v2018_07_15_preview/azure-mgmt-datamigration ) | -| [`azure-mgmt-datamigration`]( sdk/datamigration/mgmt-v2017_11_15_preview/pom.xml )| `com.microsoft.azure.datamigration.v2017_11_15_preview` | N/A | N/A | -| [`azure-mgmt-datamigration`]( sdk/datamigration/mgmt-v2018_03_31_preview/pom.xml )| `com.microsoft.azure.datamigration.v2018_03_31_preview` | N/A | N/A | -| [`azure-mgmt-devspaces`]( sdk/devspaces/mgmt-v2018_06_01_preview/pom.xml )| `com.microsoft.azure.devspaces.v2018_06_01_preview` | N/A | N/A | -| [`azure-mgmt-devtestlabs`]( sdk/devtestlabs/mgmt-v2018_09_15/pom.xml )| `com.microsoft.azure.devtestlabs.v2018_09_15` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.devtestlabs.v2018_09_15/azure-mgmt-devtestlabs ) | -| [`azure-mgmt-dns`]( sdk/dns/mgmt-v2016_04_01/pom.xml )| `com.microsoft.azure.dns.v2016_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.dns.v2016_04_01/azure-mgmt-dns ) | -| [`azure-mgmt-eventgrid`]( sdk/eventgrid/mgmt-v2018_09_15_preview/pom.xml )| `com.microsoft.azure.eventgrid.v2018_09_15_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.eventgrid.v2018_09_15_preview/azure-mgmt-eventgrid ) | -| [`azure-mgmt-eventgrid`]( sdk/eventgrid/mgmt-v2018_01_01/pom.xml )| `com.microsoft.azure.eventgrid.v2018_01_01` | N/A | N/A | -| [`azure-mgmt-eventgrid`]( sdk/eventgrid/mgmt-v2020_01_01_preview/pom.xml )| `com.microsoft.azure.eventgrid.v2020_01_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.eventgrid.v2020_01_01_preview/azure-mgmt-eventgrid ) | -| [`azure-mgmt-eventgrid`]( sdk/eventgrid/mgmt-v2018_05_01_preview/pom.xml )| `com.microsoft.azure.eventgrid.v2018_05_01_preview` | N/A | N/A | -| [`azure-mgmt-eventgrid`]( sdk/eventgrid/mgmt-v2019_01_01/pom.xml )| `com.microsoft.azure.eventgrid.v2019_01_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.eventgrid.v2019_01_01/azure-mgmt-eventgrid ) | -| [`azure-mgmt-eventgrid`]( sdk/eventgrid/mgmt-v2019_06_01/pom.xml )| `com.microsoft.azure.eventgrid.v2019_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.eventgrid.v2019_06_01/azure-mgmt-eventgrid ) | -| [`azure-mgmt-eventhubs`]( sdk/eventhubs/mgmt-v2017_04_01/pom.xml )| `com.microsoft.azure.eventhubs.v2017_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.eventhubs.v2017_04_01/azure-mgmt-eventhubs ) | -| [`azure-mgmt-eventhubs`]( sdk/eventhubs/mgmt-v2018_01_01_preview/pom.xml )| `com.microsoft.azure.eventhubs.v2018_01_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.eventhubs.v2018_01_01_preview/azure-mgmt-eventhubs ) | -| [`azure-mgmt-eventhubs`]( sdk/eventhubs/mgmt-v2015_08_01/pom.xml )| `com.microsoft.azure.eventhubs.v2015_08_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.eventhubs.v2015_08_01/azure-mgmt-eventhubs ) | -| [`azure-mgmt-features`]( sdk/features/mgmt-v2015_12_01/pom.xml )| `com.microsoft.azure.features.v2015_12_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.features.v2015_12_01/azure-mgmt-features ) | -| [`azure-mgmt-hanaonazure`]( sdk/hanaonazure/mgmt-v2017_11_03_preview/pom.xml )| `com.microsoft.azure.hanaonazure.v2017_11_03_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.hanaonazure.v2017_11_03_preview/azure-mgmt-hanaonazure ) | -| [`azure-mgmt-hdinsight`]( sdk/hdinsight/mgmt-v2018_06_01_preview/pom.xml )| `com.microsoft.azure.hdinsight.v2018_06_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.hdinsight.v2018_06_01_preview/azure-mgmt-hdinsight ) | -| [`azure-mgmt-insights`]( sdk/applicationinsights/mgmt-v2015_05_01/pom.xml )| `com.microsoft.azure.applicationinsights.v2015_05_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.applicationinsights.v2015_05_01/azure-mgmt-insights ) | -| [`azure-mgmt-iotcentral`]( sdk/iotcentral/mgmt-v2018_09_01/pom.xml )| `com.microsoft.azure.iotcentral.v2018_09_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.iotcentral.v2018_09_01/azure-mgmt-iotcentral ) | -| [`azure-mgmt-iotcentral`]( sdk/iotcentral/mgmt-v2017_07_01_privatepreview/pom.xml )| `com.microsoft.azure.iotcentral.v2017_07_01_privatepreview` | N/A | N/A | -| [`azure-mgmt-iothub`]( sdk/iothub/mgmt-v2018_04_01/pom.xml )| `com.microsoft.azure.iothub.v2018_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.iothub.v2018_04_01/azure-mgmt-iothub ) | -| [`azure-mgmt-iothub`]( sdk/iothub/mgmt-v2019_03_22_preview/pom.xml )| `com.microsoft.azure.iothub.v2019_03_22_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.iothub.v2019_03_22_preview/azure-mgmt-iothub ) | -| [`azure-mgmt-iothub`]( sdk/iothub/mgmt-v2018_12_01_preview/pom.xml )| `com.microsoft.azure.iothub.v2018_12_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.iothub.v2018_12_01_preview/azure-mgmt-iothub ) | -| [`azure-mgmt-keyvault`]( sdk/keyvault/mgmt-v2015_06_01/pom.xml )| `com.microsoft.azure.keyvault.v2015_06_01` | N/A | N/A | -| [`azure-mgmt-keyvault`]( sdk/keyvault/mgmt-v2016_10_01/pom.xml )| `com.microsoft.azure.keyvault.v2016_10_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.keyvault.v2016_10_01/azure-mgmt-keyvault ) | -| [`azure-mgmt-kusto`]( sdk/kusto/mgmt-v2018_09_07_preview/pom.xml )| `com.microsoft.azure.kusto.v2018_09_07_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.kusto.v2018_09_07_preview/azure-mgmt-kusto ) | -| [`azure-mgmt-kusto`]( sdk/kusto/mgmt-v2019_05_15/pom.xml )| `com.microsoft.azure.kusto.v2019_05_15` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.kusto.v2019_05_15/azure-mgmt-kusto ) | -| [`azure-mgmt-labservices`]( sdk/labservices/mgmt-v2018_10_15/pom.xml )| `com.microsoft.azure.labservices.v2018_10_15` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.labservices.v2018_10_15/azure-mgmt-labservices ) | -| [`azure-mgmt-locks`]( sdk/locks/mgmt-v2016_09_01/pom.xml )| `com.microsoft.azure.locks.v2016_09_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.locks.v2016_09_01/azure-mgmt-locks ) | -| [`azure-mgmt-loganalytics`]( sdk/loganalytics/mgmt-v2015_03_20/pom.xml )| `com.microsoft.azure.loganalytics.v2015_03_20` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.loganalytics.v2015_03_20/azure-mgmt-loganalytics ) | -| [`azure-mgmt-logic`]( sdk/logic/mgmt-v2018_07_01_preview/pom.xml )| `com.microsoft.azure.logic.v2018_07_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.logic.v2018_07_01_preview/azure-mgmt-logic ) | -| [`azure-mgmt-logic`]( sdk/logic/mgmt-v2016_06_01/pom.xml )| `com.microsoft.azure.logic.v2016_06_01` | N/A | N/A | -| [`azure-mgmt-machinelearningservices`]( sdk/machinelearningservices/mgmt-v2019_05_01/pom.xml )| `com.microsoft.azure.machinelearningservices.v2019_05_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.machinelearningservices.v2019_05_01/azure-mgmt-machinelearningservices ) | -| [`azure-mgmt-mariadb`]( sdk/mariadb/mgmt-v2018_06_01/pom.xml )| `com.microsoft.azure.mariadb.v2018_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.mariadb.v2018_06_01/azure-mgmt-mariadb ) | -| [`azure-mgmt-marketplaceordering`]( sdk/marketplaceordering/mgmt-v2015_06_01/pom.xml )| `com.microsoft.azure.marketplaceordering.v2015_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.marketplaceordering.v2015_06_01/azure-mgmt-marketplaceordering ) | -| [`azure-mgmt-media`]( sdk/mediaservices/mgmt-v2018_07_01/pom.xml )| `com.microsoft.azure.mediaservices.v2018_07_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.mediaservices.v2018_07_01/azure-mgmt-media ) | -| [`azure-mgmt-media`]( sdk/mediaservices/mgmt-v2015_10_01/pom.xml )| `com.microsoft.azure.mediaservices.v2015_10_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.mediaservices.v2015_10_01/azure-mgmt-media ) | -| [`azure-mgmt-media`]( sdk/mediaservices/mgmt-v2018_06_01_preview/pom.xml )| `com.microsoft.azure.mediaservices.v2018_06_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.mediaservices.v2018_06_01_preview/azure-mgmt-media ) | -| [`azure-mgmt-media`]( sdk/mediaservices/mgmt-v2018_03_30_preview/pom.xml )| `com.microsoft.azure.mediaservices.v2018_03_30_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.mediaservices.v2018_03_30_preview/azure-mgmt-media ) | -| [`azure-mgmt-mixedreality`]( sdk/mixedreality/mgmt-v2019_02_28_preview/pom.xml )| `com.microsoft.azure.mixedreality.v2019_02_28_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.mixedreality.v2019_02_28_preview/azure-mgmt-mixedreality ) | -| [`azure-mgmt-monitor`]( sdk/monitor/mgmt-v2017_05_01_preview/pom.xml )| `com.microsoft.azure.monitor.v2017_05_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.monitor.v2017_05_01_preview/azure-mgmt-monitor ) | -| [`azure-mgmt-monitor`]( sdk/monitor/mgmt-v2018_01_01/pom.xml )| `com.microsoft.azure.monitor.v2018_01_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.monitor.v2018_01_01/azure-mgmt-monitor ) | -| [`azure-mgmt-monitor`]( sdk/monitor/mgmt-v2018_04_16/pom.xml )| `com.microsoft.azure.monitor.v2018_04_16` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.monitor.v2018_04_16/azure-mgmt-monitor ) | -| [`azure-mgmt-monitor`]( sdk/monitor/mgmt-v2017_03_01_preview/pom.xml )| `com.microsoft.azure.monitor.v2017_03_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.monitor.v2017_03_01_preview/azure-mgmt-monitor ) | -| [`azure-mgmt-monitor`]( sdk/monitor/mgmt-v2015_04_01/pom.xml )| `com.microsoft.azure.monitor.v2015_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.monitor.v2015_04_01/azure-mgmt-monitor ) | -| [`azure-mgmt-monitor`]( sdk/monitor/mgmt-v2018_03_01/pom.xml )| `com.microsoft.azure.monitor.v2018_03_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.monitor.v2018_03_01/azure-mgmt-monitor ) | -| [`azure-mgmt-monitor`]( sdk/monitor/mgmt-v2018_09_01/pom.xml )| `com.microsoft.azure.monitor.v2018_09_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.monitor.v2018_09_01/azure-mgmt-monitor ) | -| [`azure-mgmt-monitor`]( sdk/monitor/mgmt-v2016_03_01/pom.xml )| `com.microsoft.azure.monitor.v2016_03_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.monitor.v2016_03_01/azure-mgmt-monitor ) | -| [`azure-mgmt-monitor`]( sdk/monitor/mgmt-v2015_07_01/pom.xml )| `com.microsoft.azure.monitor.v2015_07_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.monitor.v2015_07_01/azure-mgmt-monitor ) | -| [`azure-mgmt-monitor`]( sdk/monitor/mgmt-v2017_04_01/pom.xml )| `com.microsoft.azure.monitor.v2017_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.monitor.v2017_04_01/azure-mgmt-monitor ) | -| [`azure-mgmt-mysql`]( sdk/mysql/mgmt-v2017_12_01/pom.xml )| `com.microsoft.azure.mysql.v2017_12_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.mysql.v2017_12_01/azure-mgmt-mysql ) | -| [`azure-mgmt-mysql`]( sdk/mysql/mgmt-v2017_12_01_preview/pom.xml )| `com.microsoft.azure.mysql.v2017_12_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.mysql.v2017_12_01_preview/azure-mgmt-mysql ) | -| [`azure-mgmt-netapp`]( sdk/netapp/mgmt-v2017_08_15/pom.xml )| `com.microsoft.azure.netapp.v2017_08_15` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.netapp.v2017_08_15/azure-mgmt-netapp ) | -| [`azure-mgmt-netapp`]( sdk/netapp/mgmt-v2019_05_01/pom.xml )| `com.microsoft.azure.netapp.v2019_05_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.netapp.v2019_05_01/azure-mgmt-netapp ) | -| [`azure-mgmt-netapp`]( sdk/netapp/mgmt-v2019_06_01/pom.xml )| `com.microsoft.azure.netapp.v2019_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.netapp.v2019_06_01/azure-mgmt-netapp ) | -| [`azure-mgmt-netapp`]( sdk/netapp/mgmt-v2019_07_01/pom.xml )| `com.microsoft.azure.netapp.v2019_07_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.netapp.v2019_07_01/azure-mgmt-netapp ) | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2019_02_01/pom.xml )| `com.microsoft.azure.network.v2019_02_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.network.v2019_02_01/azure-mgmt-network ) | -| [`azure-mgmt-network`]( sdk/dns/mgmt-v2017_10_01/pom.xml )| `com.microsoft.azure.dns.v2017_10_01` | N/A | N/A | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2019_06_01/pom.xml )| `com.microsoft.azure.network.v2019_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.network.v2019_06_01/azure-mgmt-network ) | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2018_12_01/pom.xml )| `com.microsoft.azure.network.v2018_12_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.network.v2018_12_01/azure-mgmt-network ) | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2019_07_01/pom.xml )| `com.microsoft.azure.network.v2019_07_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.network.v2019_07_01/azure-mgmt-network ) | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2018_07_01/pom.xml )| `com.microsoft.azure.network.v2018_07_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.network.v2018_07_01/azure-mgmt-network ) | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2018_04_01/pom.xml )| `com.microsoft.azure.network.v2018_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.network.v2018_04_01/azure-mgmt-network ) | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2019_08_01/pom.xml )| `com.microsoft.azure.network.v2019_08_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.network.v2019_08_01/azure-mgmt-network ) | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2018_06_01/pom.xml )| `com.microsoft.azure.network.v2018_06_01` | N/A | N/A | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2019_09_01/pom.xml )| `com.microsoft.azure.network.v2019_09_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.network.v2019_09_01/azure-mgmt-network ) | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2018_08_01/pom.xml )| `com.microsoft.azure.network.v2018_08_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.network.v2018_08_01/azure-mgmt-network ) | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2019_04_01/pom.xml )| `com.microsoft.azure.network.v2019_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.network.v2019_04_01/azure-mgmt-network ) | -| [`azure-mgmt-network`]( sdk/network/mgmt-v2017_10_01/pom.xml )| `com.microsoft.azure.network.v2017_10_01` | N/A | N/A | -| [`azure-mgmt-notificationhubs`]( sdk/notificationhubs/mgmt-v2014_09_01/pom.xml )| `com.microsoft.azure.notificationhubs.v2014_09_01` | N/A | N/A | -| [`azure-mgmt-notificationhubs`]( sdk/notificationhubs/mgmt-v2017_04_01/pom.xml )| `com.microsoft.azure.notificationhubs.v2017_04_01` | N/A | N/A | -| [`azure-mgmt-notificationhubs`]( sdk/notificationhubs/mgmt-v2016_03_01/pom.xml )| `com.microsoft.azure.notificationhubs.v2016_03_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.notificationhubs.v2016_03_01/azure-mgmt-notificationhubs ) | -| [`azure-mgmt-operationsmanagement`]( sdk/operationsmanagement/mgmt-v2015_11_01_preview/pom.xml )| `com.microsoft.azure.operationsmanagement.v2015_11_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.operationsmanagement.v2015_11_01_preview/azure-mgmt-operationsmanagement ) | -| [`azure-mgmt-peering`]( sdk/peering/mgmt-v2019_08_01_preview/pom.xml )| `com.microsoft.azure.peering.v2019_08_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.peering.v2019_08_01_preview/azure-mgmt-peering ) | -| [`azure-mgmt-policy`]( sdk/policy/mgmt-v2018_03_01/pom.xml )| `com.microsoft.azure.policy.v2018_03_01` | N/A | N/A | -| [`azure-mgmt-policy`]( sdk/policy/mgmt-v2019_06_01/pom.xml )| `com.microsoft.azure.policy.v2019_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.policy.v2019_06_01/azure-mgmt-policy ) | -| [`azure-mgmt-policy`]( sdk/policy/mgmt-v2016_12_01/pom.xml )| `com.microsoft.azure.policy.v2016_12_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.policy.v2016_12_01/azure-mgmt-policy ) | -| [`azure-mgmt-policy`]( sdk/policy/mgmt-v2018_05_01/pom.xml )| `com.microsoft.azure.policy.v2018_05_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.policy.v2018_05_01/azure-mgmt-policy ) | -| [`azure-mgmt-policyinsights`]( sdk/policyinsights/mgmt-v2018_04_04/pom.xml )| `com.microsoft.azure.policyinsights.v2018_04_04` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.policyinsights.v2018_04_04/azure-mgmt-policyinsights ) | -| [`azure-mgmt-policyinsights`]( sdk/policyinsights/mgmt-v2018_07_01_preview/pom.xml )| `com.microsoft.azure.policyinsights.v2018_07_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.policyinsights.v2018_07_01_preview/azure-mgmt-policyinsights ) | -| [`azure-mgmt-postgresql`]( sdk/postgresql/mgmt-v2017_12_01_preview/pom.xml )| `com.microsoft.azure.postgresql.v2017_12_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.postgresql.v2017_12_01_preview/azure-mgmt-postgresql ) | -| [`azure-mgmt-postgresql`]( sdk/postgresql/mgmt-v2017_12_01/pom.xml )| `com.microsoft.azure.postgresql.v2017_12_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.postgresql.v2017_12_01/azure-mgmt-postgresql ) | -| [`azure-mgmt-privatedns`]( sdk/privatedns/mgmt-v2018_09_01/pom.xml )| `com.microsoft.azure.privatedns.v2018_09_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.privatedns.v2018_09_01/azure-mgmt-privatedns ) | -| [`azure-mgmt-recoveryservices`]( sdk/recoveryservices.backup/mgmt-v2016_08_10/pom.xml )| `com.microsoft.azure.recoveryservices.backup.v2016_08_10` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.recoveryservices.backup.v2016_08_10/azure-mgmt-recoveryservices ) | -| [`azure-mgmt-recoveryservices`]( sdk/recoveryservices/mgmt-v2016_06_01/pom.xml )| `com.microsoft.azure.recoveryservices.v2016_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.recoveryservices.v2016_06_01/azure-mgmt-recoveryservices ) | -| [`azure-mgmt-recoveryservices`]( sdk/recoveryservices.backup/mgmt-v2016_06_01/pom.xml )| `com.microsoft.azure.recoveryservices.backup.v2016_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.recoveryservices.backup.v2016_06_01/azure-mgmt-recoveryservices ) | -| [`azure-mgmt-recoveryservices`]( sdk/recoveryservices.backup/mgmt-v2017_07_01/pom.xml )| `com.microsoft.azure.recoveryservices.backup.v2017_07_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.recoveryservices.backup.v2017_07_01/azure-mgmt-recoveryservices ) | -| [`azure-mgmt-recoveryservices`]( sdk/recoveryservices.backup/mgmt-v2016_12_01/pom.xml )| `com.microsoft.azure.recoveryservices.backup.v2016_12_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.recoveryservices.backup.v2016_12_01/azure-mgmt-recoveryservices ) | -| [`azure-mgmt-recoveryservices`]( sdk/recoveryservices.siterecovery/mgmt-v2018_01_10/pom.xml )| `com.microsoft.azure.recoveryservices.siterecovery.v2018_01_10` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.recoveryservices.siterecovery.v2018_01_10/azure-mgmt-recoveryservices ) | -| [`azure-mgmt-redis`]( sdk/redis/mgmt-v2018_03_01/pom.xml )| `com.microsoft.azure.redis.v2018_03_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.redis.v2018_03_01/azure-mgmt-redis ) | -| [`azure-mgmt-relay`]( sdk/relay/mgmt-v2017_04_01/pom.xml )| `com.microsoft.azure.relay.v2017_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.relay.v2017_04_01/azure-mgmt-relay ) | -| [`azure-mgmt-resourcegraph`]( sdk/resourcegraph/mgmt-v2019_04_01/pom.xml )| `com.microsoft.azure.resourcegraph.v2019_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.resourcegraph.v2019_04_01/azure-mgmt-resourcegraph ) | -| [`azure-mgmt-resourcehealth`]( sdk/resourcehealth/mgmt-v2017_07_01/pom.xml )| `com.microsoft.azure.resourcehealth.v2017_07_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.resourcehealth.v2017_07_01/azure-mgmt-resourcehealth ) | -| [`azure-mgmt-resourcehealth`]( sdk/resourcehealth/mgmt-v2015_01_01/pom.xml )| `com.microsoft.azure.resourcehealth.v2015_01_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.resourcehealth.v2015_01_01/azure-mgmt-resourcehealth ) | -| [`azure-mgmt-resources`]( sdk/resources/mgmt-v2018_02_01/pom.xml )| `com.microsoft.azure.resources.v2018_02_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.resources.v2018_02_01/azure-mgmt-resources ) | -| [`azure-mgmt-resources`]( sdk/resources/mgmt-v2019_06_01/pom.xml )| `com.microsoft.azure.resources.v2019_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.resources.v2019_06_01/azure-mgmt-resources ) | -| [`azure-mgmt-resources`]( sdk/resources/mgmt-v2018_05_01/pom.xml )| `com.microsoft.azure.resources.v2018_05_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.resources.v2018_05_01/azure-mgmt-resources ) | -| [`azure-mgmt-resources`]( sdk/resources/mgmt-v2016_09_01/pom.xml )| `com.microsoft.azure.resources.v2016_09_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.resources.v2016_09_01/azure-mgmt-resources ) | -| [`azure-mgmt-resources`]( sdk/resources/mgmt-v2019_05_01/pom.xml )| `com.microsoft.azure.resources.v2019_05_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.resources.v2019_05_01/azure-mgmt-resources ) | -| [`azure-mgmt-resources`]( sdk/resources/mgmt-v2019_07_01/pom.xml )| `com.microsoft.azure.resources.v2019_07_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.resources.v2019_07_01/azure-mgmt-resources ) | -| [`azure-mgmt-search`]( sdk/search/mgmt-v2015_02_28/pom.xml )| `com.microsoft.azure.search.v2015_02_28` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.search.v2015_02_28/azure-mgmt-search ) | -| [`azure-mgmt-servicebus`]( sdk/servicebus/mgmt-v2015_08_01/pom.xml )| `com.microsoft.azure.servicebus.v2015_08_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.servicebus.v2015_08_01/azure-mgmt-servicebus ) | -| [`azure-mgmt-servicebus`]( sdk/servicebus/mgmt-v2017_04_01/pom.xml )| `com.microsoft.azure.servicebus.v2017_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.servicebus.v2017_04_01/azure-mgmt-servicebus ) | -| [`azure-mgmt-servicebus`]( sdk/servicebus/mgmt-v2018_01_01_preview/pom.xml )| `com.microsoft.azure.servicebus.v2018_01_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.servicebus.v2018_01_01_preview/azure-mgmt-servicebus ) | -| [`azure-mgmt-servicefabric`]( sdk/servicefabric/mgmt-v2018_02_01/pom.xml )| `com.microsoft.azure.servicefabric.v2018_02_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.servicefabric.v2018_02_01/azure-mgmt-servicefabric ) | -| [`azure-mgmt-signalr`]( sdk/signalr/mgmt-v2018_10_01/pom.xml )| `com.microsoft.azure.signalr.v2018_10_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.signalr.v2018_10_01/azure-mgmt-signalr ) | -| [`azure-mgmt-signalr`]( sdk/signalr/mgmt-v2018_03_01_preview/pom.xml )| `com.microsoft.azure.azure-mgmt-signalr-2018-03-01-preview` | N/A | N/A | -| [`azure-mgmt-sql`]( sdk/sql/mgmt-v2015_05_01_preview/pom.xml )| `com.microsoft.azure.sql.v2015_05_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.sql.v2015_05_01_preview/azure-mgmt-sql ) | -| [`azure-mgmt-sql`]( sdk/sql/mgmt-v2018_06_01_preview/pom.xml )| `com.microsoft.azure.sql.v2018_06_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.sql.v2018_06_01_preview/azure-mgmt-sql ) | -| [`azure-mgmt-sql`]( sdk/sql/mgmt-v2014_04_01/pom.xml )| `com.microsoft.azure.sql.v2014_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.sql.v2014_04_01/azure-mgmt-sql ) | -| [`azure-mgmt-sql`]( sdk/sql/mgmt-v2017_03_01_preview/pom.xml )| `com.microsoft.azure.sql.v2017_03_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.sql.v2017_03_01_preview/azure-mgmt-sql ) | -| [`azure-mgmt-sql`]( sdk/sql/mgmt-v2017_10_01_preview/pom.xml )| `com.microsoft.azure.sql.v2017_10_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.sql.v2017_10_01_preview/azure-mgmt-sql ) | -| [`azure-mgmt-sqlvirtualmachine`]( sdk/sqlvirtualmachine/mgmt-v2017_03_01_preview/pom.xml )| `com.microsoft.azure.sqlvirtualmachine.v2017_03_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.sqlvirtualmachine.v2017_03_01_preview/azure-mgmt-sqlvirtualmachine ) | -| [`azure-mgmt-storage`]( sdk/storage/mgmt-v2016_01_01/pom.xml )| `com.microsoft.azure.storage.v2016_01_01` | N/A | N/A | -| [`azure-mgmt-storage`]( sdk/storage/mgmt-v2017_10_01/pom.xml )| `com.microsoft.azure.storage.v2017_10_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.storage.v2017_10_01/azure-mgmt-storage ) | -| [`azure-mgmt-storage`]( sdk/storage/mgmt-v2018_03_01_preview/pom.xml )| `com.microsoft.azure.storage.v2018_03_01_preview` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.storage.v2018_03_01_preview/azure-mgmt-storage ) | -| [`azure-mgmt-storage`]( sdk/storage/mgmt-v2018_07_01/pom.xml )| `com.microsoft.azure.storage.v2018_07_01` | N/A | N/A | -| [`azure-mgmt-storage`]( sdk/storage/mgmt-v2018_02_01/pom.xml )| `com.microsoft.azure.storage.v2018_02_01` | N/A | N/A | -| [`azure-mgmt-storage`]( sdk/storage/mgmt-v2019_04_01/pom.xml )| `com.microsoft.azure.storage.v2019_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.storage.v2019_04_01/azure-mgmt-storage ) | -| [`azure-mgmt-storage`]( sdk/storage/mgmt-v2018_11_01/pom.xml )| `com.microsoft.azure.storage.v2018_11_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.storage.v2018_11_01/azure-mgmt-storage ) | -| [`azure-mgmt-storage`]( sdk/storage/mgmt-v2019_06_01/pom.xml )| `com.microsoft.azure.storage.v2019_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.storage.v2019_06_01/azure-mgmt-storage ) | -| [`azure-mgmt-storagecache`]( sdk/storagecache/mgmt-v2019_08_01/pom.xml )| `com.microsoft.azure.storagecache.v2019_08_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.storagecache.v2019_08_01/azure-mgmt-storagecache ) | -| [`azure-mgmt-storageimportexport`]( sdk/storageimportexport/mgmt-v2016_11_01/pom.xml )| `com.microsoft.azure.storageimportexport.v2016_11_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.storageimportexport.v2016_11_01/azure-mgmt-storageimportexport ) | -| [`azure-mgmt-streamanalytics`]( sdk/streamanalytics/mgmt-v2016_03_01/pom.xml )| `com.microsoft.azure.streamanalytics.v2016_03_01` | N/A | N/A | -| [`azure-mgmt-subscriptions`]( sdk/resources/mgmt-v2016_06_01/pom.xml )| `com.microsoft.azure.resources.v2016_06_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.resources.v2016_06_01/azure-mgmt-subscriptions ) | -| [`azure-mgmt-vmwarecloudsimple`]( sdk/vmwarecloudsimple/mgmt-v2019_04_01/pom.xml )| `com.microsoft.azure.vmwarecloudsimple.v2019_04_01` | N/A | [Maven]( https://search.maven.org/artifact/com.microsoft.azure.vmwarecloudsimple.v2019_04_01/azure-mgmt-vmwarecloudsimple ) |