diff --git a/datafactoryv2/resource-manager/v2018_06_01/src/main/java/com/microsoft/azure/management/datafactoryv2/v2018_06_01/SelfHostedIntegrationRuntimeStatus.java b/datafactoryv2/resource-manager/v2018_06_01/src/main/java/com/microsoft/azure/management/datafactoryv2/v2018_06_01/SelfHostedIntegrationRuntimeStatus.java index 60861f32c06f..bf2473ab8f78 100644 --- a/datafactoryv2/resource-manager/v2018_06_01/src/main/java/com/microsoft/azure/management/datafactoryv2/v2018_06_01/SelfHostedIntegrationRuntimeStatus.java +++ b/datafactoryv2/resource-manager/v2018_06_01/src/main/java/com/microsoft/azure/management/datafactoryv2/v2018_06_01/SelfHostedIntegrationRuntimeStatus.java @@ -110,13 +110,6 @@ public class SelfHostedIntegrationRuntimeStatus extends IntegrationRuntimeStatus @JsonProperty(value = "typeProperties.links") private List links; - /** - * The MSI-s of the data factories to which the integration runtime is - * shared. - */ - @JsonProperty(value = "typeProperties.sharedWithFactories", access = JsonProperty.Access.WRITE_ONLY) - private List sharedWithFactories; - /** * The version that the integration runtime is going to update to. */ @@ -268,15 +261,6 @@ public SelfHostedIntegrationRuntimeStatus withLinks(List sharedWithFactories() { - return this.sharedWithFactories; - } - /** * Get the version that the integration runtime is going to update to. *