plugin-azure-server/src/main/kotlin/jetbrains/buildServer/clouds/azure/arm/connector/tasks/DeleteDeploymentTaskImpl.kt [137:149]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .concatMap { LOG.debug("Deployment ${cancelledDeployment.name()} has been deleted. Id: ${cancelledDeployment.id()}, CorellationId=${taskContext.corellationId}") val inner = cancelledDeployment.inner() myNotifications.raise(AzureTaskDeploymentStatusChangedEventArgs( api, inner.id(), inner.name(), inner.properties().provisioningState(), inner.properties().providers(), inner.properties().dependencies(), taskContext, true )) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugin-azure-server/src/main/kotlin/jetbrains/buildServer/clouds/azure/arm/connector/tasks/DeleteDeploymentTaskImpl.kt [185:197]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .concatMap { LOG.debug("Deployment ${cancelledDeployment.name()} has been deleted. Id: ${cancelledDeployment.id()}, CorellationId=${taskContext.corellationId}") val inner = cancelledDeployment.inner() myNotifications.raise(AzureTaskDeploymentStatusChangedEventArgs( api, inner.id(), inner.name(), inner.properties().provisioningState(), inner.properties().providers(), inner.properties().dependencies(), taskContext, true )) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -