plugin-azure-server/src/main/kotlin/jetbrains/buildServer/clouds/azure/arm/types/AzureImageHandler.kt [42:55]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - exceptions.add(e) } } exceptions } override suspend fun prepareBuilder(instance: AzureCloudInstance) = coroutineScope { val details = instance.image.imageDetails val template = AzureUtils.getResourceAsString("/templates/vm-template.json") val builder = ArmTemplateBuilder(template) if (details.vmPublicIp == true) { builder.setPublicIp(TeamCityProperties.getBooleanOrTrue(TEAMCITY_CLOUDS_AZURE_DEPLOYMENT_VM_TEMPLATE_PUBLIC_IP_USE_STANDARD_SKU)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugin-azure-server/src/main/kotlin/jetbrains/buildServer/clouds/azure/arm/types/AzureVhdHandler.kt [39:52]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - exceptions.add(e) } } exceptions } override suspend fun prepareBuilder(instance: AzureCloudInstance) = coroutineScope { val details = instance.image.imageDetails val template = AzureUtils.getResourceAsString("/templates/vm-template.json") val builder = ArmTemplateBuilder(template) if (details.vmPublicIp == true) { builder.setPublicIp(TeamCityProperties.getBooleanOrTrue(TEAMCITY_CLOUDS_AZURE_DEPLOYMENT_VM_TEMPLATE_PUBLIC_IP_USE_STANDARD_SKU)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -