Skip to content

Commit 629a9fa

Browse files
committed
Add builder class for Azure VM template configuration with fluent API
1 parent 239f1ed commit 629a9fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import com.microsoft.azure.vmagent.launcher.AzureInboundLauncher;
77
import com.microsoft.azure.vmagent.launcher.AzureSSHLauncher;
88
import com.microsoft.azure.vmagent.util.Constants;
9+
import com.microsoft.azure.vmagent.availability.NoAvailabilityRequired;
910

1011
public class AzureVMTemplateBuilder extends AzureVMTemplateFluent<AzureVMTemplateBuilder> {
1112

0 commit comments

Comments
 (0)