Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Azure Management Libraries for Java

This README is based on the released stable version (1.9.0). If you are looking for other releases, see [More Information](#more-information).
This README is based on the released stable version (1.10.0). If you are looking for other releases, see [More Information](#more-information).

The Azure Management Libraries for Java is a higher-level, object-oriented API for *managing* Azure resources, that is optimized for ease of use, succinctness and consistency.

Expand All @@ -24,7 +24,7 @@ If you are looking for Java client libraries for *consuming* (rather than *manag
* [More information](#more-information)

## Feature Availability and Road Map
:triangular_flag_on_post: *as of Version 1.9.0*
:triangular_flag_on_post: *as of Version 1.10.0*

<table>
<tr>
Expand Down Expand Up @@ -603,13 +603,13 @@ SqlDatabase database = sqlServer.databases().define("myNewDatabase")

### Latest stable release

If you are using released builds from 1.6.0, add the following to your POM file:
If you are using released builds from 1.10.0, add the following to your POM file:

```xml
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</dependency>
```

Expand All @@ -636,7 +636,7 @@ If you are using snapshots builds for this repo, add the following repository an
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -663,7 +663,7 @@ If you are using snapshots builds for this repo, add the following repository an

## Upgrading from older versions

If you are migrating your code from 1.8.x to 1.9.0, you can use these release notes for [preparing your code for 1.9.0 from 1.8.x](./notes/prepare-for-1.9.0.md).
If you are migrating your code from 1.9.x to 1.10.0, you can use these release notes for [preparing your code for 1.10.0 from 1.9.x](./notes/prepare-for-1.10.0.md).

In general, Azure Libraries for Java follow [semantic versioning](http://semver.org/), so user code should continue working in a compatible fashion between minor versions of the same major version release train, with the following caveats:

Expand Down Expand Up @@ -697,6 +697,7 @@ If you would like to become an active contributor to this project please follow

| Version | SHA1 | Remarks |
|-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------|
| 1.10.0 | [1.10.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.10.0) | Tagged release for 1.10.0 version of Azure management libraries |
| 1.9.0 | [1.9.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.9.0) | Tagged release for 1.9.0 version of Azure management libraries |
| 1.8.0 | [1.8.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.980) | Tagged release for 1.8.0 version of Azure management libraries |
| 1.7.0 | [1.7.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.7.0) | Tagged release for 1.7.0 version of Azure management libraries |
Expand Down
2 changes: 1 addition & 1 deletion api-specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dir": "azure-mgmt-batch",
"source": "specification/batch/resource-manager/readme.md",
"package": "com.microsoft.azure.management.batch",
"args": "--payload-flattening-threshold=1 --tag=package-2017-05"
"args": "--payload-flattening-threshold=1 --tag=package-2017-09"
},
"batchai": {
"dir": "azure-mgmt-batchai",
Expand Down
6 changes: 3 additions & 3 deletions azure-mgmt-apimanagement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-apimanagement</artifactId>
<version>1.9.1-beta-SNAPSHOT</version>
<version>1.10.1-beta-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for ApiManagement Management</name>
<description>This package contains Microsoft ApiManagement Management SDK.</description>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
10 changes: 5 additions & 5 deletions azure-mgmt-appservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -53,17 +53,17 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-keyvault</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -88,7 +88,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.10.1-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
Loading