File tree Expand file tree Collapse file tree 3 files changed +1091
-1029
lines changed
src/main/java/com/azure/resourcemanager Expand file tree Collapse file tree 3 files changed +1091
-1029
lines changed Original file line number Diff line number Diff line change 54
54
<dependency >
55
55
<groupId >com.azure.resourcemanager</groupId >
56
56
<artifactId >azure-resourcemanager</artifactId >
57
- <version >2.0 .0</version >
57
+ <version >2.1 .0</version >
58
58
</dependency >
59
59
<dependency >
60
60
<groupId >com.azure</groupId >
61
61
<artifactId >azure-identity</artifactId >
62
- <version >1.1.3 </version >
62
+ <version >1.2.0 </version >
63
63
</dependency >
64
64
<dependency >
65
65
<groupId >commons-net</groupId >
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ public static boolean runSample(AzureResourceManager azureResourceManager) {
128
128
.withPopularLinuxImage (KnownLinuxVirtualMachineImage .UBUNTU_SERVER_16_04_LTS )
129
129
.withRootUsername (userName )
130
130
.withSsh (sshKey )
131
- .withSize (VirtualMachineSizeTypes .STANDARD_DS3_V2 )
131
+ .withSize (VirtualMachineSizeTypes .fromString ( "Standard_D2a_v4" ) )
132
132
.withNewStorageAccount (storageAccountCreatable );
133
133
creatableVirtualMachines .add (virtualMachineCreatable );
134
134
}
You can’t perform that action at this time.
0 commit comments