@nacx Sorry about that. Next time I will wait to squash. Here are the changes in the last commit:
Changes in `BaseAzureComputeApiLiveTest.java` to create context: https://github.com/ritazh/jclouds-labs/blob/ed40df18648ddd8602ee3167bf491a05cb14df72/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/internal/BaseAzureComputeApiLiveTest.java#L145-L155 https://github.com/ritazh/jclouds-labs/blob/ed40df18648ddd8602ee3167bf491a05cb14df72/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/internal/BaseAzureComputeApiLiveTest.java#L72-L91 Changed all the schema fields in `DeplpoymentTemplate.java`: https://github.com/ritazh/jclouds-labs/blob/ed40df18648ddd8602ee3167bf491a05cb14df72/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/DeploymentTemplate.java https://github.com/ritazh/jclouds-labs/blob/ed40df18648ddd8602ee3167bf491a05cb14df72/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/util/DeploymentTemplateBuilder.java#L109 Calling `getContext()` in `TemplateToDeploymentTemplateLiveTest.java`: https://github.com/ritazh/jclouds-labs/blob/ed40df18648ddd8602ee3167bf491a05cb14df72/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/TemplateToDeploymentTemplateLiveTest.java#L58 Using `org.jclouds.json.Json` instead of `Gson` for serialization: https://github.com/ritazh/jclouds-labs/blob/ed40df18648ddd8602ee3167bf491a05cb14df72/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/TemplateToDeploymentTemplateLiveTest.java#L72 https://github.com/ritazh/jclouds-labs/blob/ed40df18648ddd8602ee3167bf491a05cb14df72/azurecompute-arm/src/test/java/org/jclouds/azurecompute/arm/features/TemplateToDeploymentTemplateLiveTest.java#L95 --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/273#issuecomment-222998958