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 @@ -158,19 +158,6 @@ public NamespacesInner namespaces() {
return this.namespaces;
}

/**
* The MessagingPlansInner object to access its operations.
*/
private MessagingPlansInner messagingPlans;

/**
* Gets the MessagingPlansInner object to access its operations.
* @return the MessagingPlansInner object.
*/
public MessagingPlansInner messagingPlans() {
return this.messagingPlans;
}

/**
* The DisasterRecoveryConfigsInner object to access its operations.
*/
Expand Down Expand Up @@ -260,7 +247,6 @@ protected void initialize() {
this.generateClientRequestId = true;
this.operations = new OperationsInner(restClient().retrofit(), this);
this.namespaces = new NamespacesInner(restClient().retrofit(), this);
this.messagingPlans = new MessagingPlansInner(restClient().retrofit(), this);
this.disasterRecoveryConfigs = new DisasterRecoveryConfigsInner(restClient().retrofit(), this);
this.eventHubs = new EventHubsInner(restClient().retrofit(), this);
this.consumerGroups = new ConsumerGroupsInner(restClient().retrofit(), this);
Expand Down