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 5454 <dependency >
5555 <groupId >com.azure.resourcemanager</groupId >
5656 <artifactId >azure-resourcemanager</artifactId >
57- <version >2.0 .0</version >
57+ <version >2.1 .0</version >
5858 </dependency >
5959 <dependency >
6060 <groupId >com.azure</groupId >
6161 <artifactId >azure-identity</artifactId >
62- <version >1.1.3 </version >
62+ <version >1.2.0 </version >
6363 </dependency >
6464 <dependency >
6565 <groupId >commons-net</groupId >
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public static boolean runSample(AzureResourceManager azureResourceManager) {
133133 .withPopularWindowsImage (KnownWindowsVirtualMachineImage .WINDOWS_SERVER_2012_R2_DATACENTER )
134134 .withAdminUsername (userName )
135135 .withAdminPassword (password )
136- .withSize (VirtualMachineSizeTypes .STANDARD_D3_V2 )
136+ .withSize (VirtualMachineSizeTypes .fromString ( "Standard_D2a_v4" ) )
137137 .withExistingSecondaryNetworkInterface (networkInterface2 )
138138 .withExistingSecondaryNetworkInterface (networkInterface3 )
139139 .create ();
You can’t perform that action at this time.
0 commit comments