We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239f1ed commit 629a9faCopy full SHA for 629a9fa
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateBuilder.java
@@ -6,6 +6,7 @@
6
import com.microsoft.azure.vmagent.launcher.AzureInboundLauncher;
7
import com.microsoft.azure.vmagent.launcher.AzureSSHLauncher;
8
import com.microsoft.azure.vmagent.util.Constants;
9
+import com.microsoft.azure.vmagent.availability.NoAvailabilityRequired;
10
11
public class AzureVMTemplateBuilder extends AzureVMTemplateFluent<AzureVMTemplateBuilder> {
12
0 commit comments