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 0f46d62 commit 363cffa
Show file tree
Hide file tree
Showing 3 changed files with 1,091 additions and 1,029 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.1.3</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public static boolean runSample(AzureResourceManager azureResourceManager) {
.withPopularLinuxImage(KnownLinuxVirtualMachineImage.UBUNTU_SERVER_16_04_LTS)
.withRootUsername(userName)
.withSsh(sshKey)
.withSize(VirtualMachineSizeTypes.STANDARD_D3_V2)
.withSize(VirtualMachineSizeTypes.fromString("Standard_D2a_v4"))
.withNewAvailabilitySet(availSet1Definition));
}

Expand Down

0 comments on commit 363cffa

Please sign in to comment.