Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@ public class SelfHostedIntegrationRuntimeStatus extends IntegrationRuntimeStatus
@JsonProperty(value = "typeProperties.links")
private List<LinkedIntegrationRuntime> 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<String> sharedWithFactories;

/**
* The version that the integration runtime is going to update to.
*/
Expand Down Expand Up @@ -268,15 +261,6 @@ public SelfHostedIntegrationRuntimeStatus withLinks(List<LinkedIntegrationRuntim
return this;
}

/**
* Get the MSI-s of the data factories to which the integration runtime is shared.
*
* @return the sharedWithFactories value
*/
public List<String> sharedWithFactories() {
return this.sharedWithFactories;
}

/**
* Get the version that the integration runtime is going to update to.
*
Expand Down