plugin-azure-server/src/main/kotlin/jetbrains/buildServer/clouds/azure/arm/types/AzureContainerHandler.kt [14:20]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override suspend fun checkImage(image: AzureCloudImage) = coroutineScope { val exceptions = ArrayList() val details = image.imageDetails details.checkSourceId(exceptions) details.checkRegion(exceptions) details.checkOsType(exceptions) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugin-azure-server/src/main/kotlin/jetbrains/buildServer/clouds/azure/arm/types/AzureVhdHandler.kt [18:24]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override suspend fun checkImage(image: AzureCloudImage) = coroutineScope { val exceptions = ArrayList() val details = image.imageDetails details.checkSourceId(exceptions) details.checkRegion(exceptions) details.checkOsType(exceptions) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -