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 c3c8af9 commit fd16b91
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 @@ -74,7 +74,7 @@ public static boolean runSample(AzureResourceManager azureResourceManager) {
.withPopularLinuxImage(KnownLinuxVirtualMachineImage.UBUNTU_SERVER_16_04_LTS)
.withRootUsername(userName)
.withRootPassword(password)
.withSize(VirtualMachineSizeTypes.STANDARD_DS3_V2)
.withSize(VirtualMachineSizeTypes.fromString("Standard_D2a_v4"))
.withNewStorageAccount(creatableStorageAccount);
creatableVirtualMachines.add(creatableVirtualMachine);
}
Expand Down
Loading

0 comments on commit fd16b91

Please sign in to comment.