Skip to content

Commit

Permalink
Release azure-resourcemanager 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-Fluent committed Dec 2, 2020
1 parent fb314e6 commit ac7207c
Show file tree
Hide file tree
Showing 4 changed files with 1,138 additions and 1,215 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extensions:

To run this sample:

Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
See [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/identity/azure-identity#defaultazurecredential) and prepare the authentication works best for you. For more details on authentication, please refer to [AUTH.md](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/resourcemanager/docs/AUTH.md).

git clone https://github.com/Azure-Samples/sql-database-java-manage-sql-databases-across-regions.git

Expand All @@ -36,9 +36,11 @@ Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an aut

## More information ##

[http://azure.com/java](http://azure.com/java)
For general documentation as well as quickstarts on how to use Azure Management Libraries for Java, please see [here](https://aka.ms/azsdk/java/mgmt).

If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
Start to develop applications with Java on Azure [here](http://azure.com/java).

If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).

---

Expand Down
19 changes: 5 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<configuration>
<mainClass>com.microsoft.azure.management.sql.samples.ManageSqlDatabasesAcrossDifferentDataCenters</mainClass>
<mainClass>com.azure.resourcemanager.sql.samples.ManageSqlDatabasesAcrossDifferentDataCenters</mainClass>
<cleanupDaemonThreads>false</cleanupDaemonThreads>
</configuration>
</plugin>
<plugin>
Expand All @@ -40,7 +41,7 @@
</descriptorRefs>
<archive>
<manifest>
<mainClass>com.microsoft.azure.management.sql.samples.ManageSqlDatabasesAcrossDifferentDataCenters.java</mainClass>
<mainClass>com.azure.resourcemanager.sql.samples.ManageSqlDatabasesAcrossDifferentDataCenters.java</mainClass>
</manifest>
</archive>
</configuration>
Expand All @@ -53,7 +54,7 @@
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager</artifactId>
<version>2.0.0-beta.5</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -63,17 +64,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.3</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
<version>3.6</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit ac7207c

Please sign in to comment.