Skip to content

Commit

Permalink
Generated from 6353a74b9cd74d3b127bdd51373d3388b3e962b4 (#2649)
Browse files Browse the repository at this point in the history
typo: eventhub/resource-manager/Microsoft.EventHub/EventHub

- successfuly -> successfully
- vaule -> value
- Autorization -> Authorization
- Regenrate -> Regenerate
- Messagning -> Messaging
- envokes -> Invokes
- neeeds -> needs
- achive -> archive
- anme -> name
- Usermetadata -> User Metadata
- reponse -> response
- pairning -> pairing
  • Loading branch information
AutorestCI authored Nov 26, 2018
1 parent b426bdf commit 6c56e3e
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public interface DisasterRecoveryConfigs extends SupportsCreating<ArmDisasterRec
Completable breakPairingAsync(String resourceGroupName, String namespaceName, String alias);

/**
* envokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
* Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
*
* @param resourceGroupName Name of the resource group within the azure subscription.
* @param namespaceName The Namespace name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* Error reponse indicates EventHub service is not able to process the incoming
* request. The reason is provided in the error message.
* Error response indicates EventHub service is not able to process the
* incoming request. The reason is provided in the error message.
*/
public class ErrorResponse {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/**
* Parameters supplied to the Regenerate Authorization Rule operation,
* specifies which key neeeds to be reset.
* specifies which key needs to be reset.
*/
public class RegenerateAccessKeyParameters {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Sku {
private SkuTier tier;

/**
* The Event Hubs throughput units, vaule should be 0 to 20 throughput
* The Event Hubs throughput units, value should be 0 to 20 throughput
* units.
*/
@JsonProperty(value = "capacity")
Expand Down Expand Up @@ -75,7 +75,7 @@ public Sku withTier(SkuTier tier) {
}

/**
* Get the Event Hubs throughput units, vaule should be 0 to 20 throughput units.
* Get the Event Hubs throughput units, value should be 0 to 20 throughput units.
*
* @return the capacity value
*/
Expand All @@ -84,7 +84,7 @@ public Integer capacity() {
}

/**
* Set the Event Hubs throughput units, vaule should be 0 to 20 throughput units.
* Set the Event Hubs throughput units, value should be 0 to 20 throughput units.
*
* @param capacity the capacity value to set
* @return the Sku object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ArmDisasterRecoveryInner extends ProxyResource {

/**
* ARM Id of the Primary/Secondary eventhub namespace name, which is part
* of GEO DR pairning.
* of GEO DR pairing.
*/
@JsonProperty(value = "properties.partnerNamespace")
private String partnerNamespace;
Expand Down Expand Up @@ -64,7 +64,7 @@ public ProvisioningStateDR provisioningState() {
}

/**
* Get aRM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairning.
* Get aRM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing.
*
* @return the partnerNamespace value
*/
Expand All @@ -73,7 +73,7 @@ public String partnerNamespace() {
}

/**
* Set aRM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairning.
* Set aRM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing.
*
* @param partnerNamespace the partnerNamespace value to set
* @return the ArmDisasterRecoveryInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ConsumerGroupInner extends ProxyResource {
private DateTime updatedAt;

/**
* Usermetadata is a placeholder to store user-defined string data with
* User Metadata is a placeholder to store user-defined string data with
* maximum length 1024. e.g. it can be used to store descriptive data, such
* as list of teams and their contact information also user-defined
* configuration settings can be stored.
Expand All @@ -58,7 +58,7 @@ public DateTime updatedAt() {
}

/**
* Get usermetadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
* Get user Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
*
* @return the userMetadata value
*/
Expand All @@ -67,7 +67,7 @@ public String userMetadata() {
}

/**
* Set usermetadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
* Set user Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
*
* @param userMetadata the userMetadata value to set
* @return the ConsumerGroupInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public Observable<ServiceResponse<ConsumerGroupInner>> call(Response<ResponseBod
* @param namespaceName The Namespace name
* @param eventHubName The Event Hub name
* @param consumerGroupName The consumer group name
* @param userMetadata Usermetadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
* @param userMetadata User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws ErrorResponseException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -202,7 +202,7 @@ public ConsumerGroupInner createOrUpdate(String resourceGroupName, String namesp
* @param namespaceName The Namespace name
* @param eventHubName The Event Hub name
* @param consumerGroupName The consumer group name
* @param userMetadata Usermetadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
* @param userMetadata User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -218,7 +218,7 @@ public ServiceFuture<ConsumerGroupInner> createOrUpdateAsync(String resourceGrou
* @param namespaceName The Namespace name
* @param eventHubName The Event Hub name
* @param consumerGroupName The consumer group name
* @param userMetadata Usermetadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
* @param userMetadata User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the ConsumerGroupInner object
*/
Expand All @@ -238,7 +238,7 @@ public ConsumerGroupInner call(ServiceResponse<ConsumerGroupInner> response) {
* @param namespaceName The Namespace name
* @param eventHubName The Event Hub name
* @param consumerGroupName The consumer group name
* @param userMetadata Usermetadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
* @param userMetadata User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the ConsumerGroupInner object
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ private ServiceResponse<Void> breakPairingDelegate(Response<ResponseBody> respon
}

/**
* envokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
* Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
*
* @param resourceGroupName Name of the resource group within the azure subscription.
* @param namespaceName The Namespace name
Expand All @@ -725,7 +725,7 @@ public void failOver(String resourceGroupName, String namespaceName, String alia
}

/**
* envokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
* Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
*
* @param resourceGroupName Name of the resource group within the azure subscription.
* @param namespaceName The Namespace name
Expand All @@ -739,7 +739,7 @@ public ServiceFuture<Void> failOverAsync(String resourceGroupName, String namesp
}

/**
* envokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
* Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
*
* @param resourceGroupName Name of the resource group within the azure subscription.
* @param namespaceName The Namespace name
Expand All @@ -757,7 +757,7 @@ public Void call(ServiceResponse<Void> response) {
}

/**
* envokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
* Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace.
*
* @param resourceGroupName Name of the resource group within the azure subscription.
* @param namespaceName The Namespace name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class EHNamespaceInner extends Resource {
private Boolean isAutoInflateEnabled;

/**
* Upper limit of throughput units when AutoInflate is enabled, vaule
* Upper limit of throughput units when AutoInflate is enabled, value
* should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled =
* true).
*/
Expand Down Expand Up @@ -164,7 +164,7 @@ public EHNamespaceInner withIsAutoInflateEnabled(Boolean isAutoInflateEnabled) {
}

/**
* Get upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).
* Get upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).
*
* @return the maximumThroughputUnits value
*/
Expand All @@ -173,7 +173,7 @@ public Integer maximumThroughputUnits() {
}

/**
* Set upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).
* Set upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).
*
* @param maximumThroughputUnits the maximumThroughputUnits value to set
* @return the EHNamespaceInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Sku {
private SkuTier tier;

/**
* The Event Hubs throughput units, vaule should be 0 to 20 throughput
* The Event Hubs throughput units, value should be 0 to 20 throughput
* units.
*/
@JsonProperty(value = "capacity")
Expand Down Expand Up @@ -75,7 +75,7 @@ public Sku withTier(SkuTier tier) {
}

/**
* Get the Event Hubs throughput units, vaule should be 0 to 20 throughput units.
* Get the Event Hubs throughput units, value should be 0 to 20 throughput units.
*
* @return the capacity value
*/
Expand All @@ -84,7 +84,7 @@ public Integer capacity() {
}

/**
* Set the Event Hubs throughput units, vaule should be 0 to 20 throughput units.
* Set the Event Hubs throughput units, value should be 0 to 20 throughput units.
*
* @param capacity the capacity value to set
* @return the Sku object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class EHNamespaceInner extends Resource {
private Boolean isAutoInflateEnabled;

/**
* Upper limit of throughput units when AutoInflate is enabled, vaule
* Upper limit of throughput units when AutoInflate is enabled, value
* should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled =
* true).
*/
Expand Down Expand Up @@ -171,7 +171,7 @@ public EHNamespaceInner withIsAutoInflateEnabled(Boolean isAutoInflateEnabled) {
}

/**
* Get upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).
* Get upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).
*
* @return the maximumThroughputUnits value
*/
Expand All @@ -180,7 +180,7 @@ public Integer maximumThroughputUnits() {
}

/**
* Set upper limit of throughput units when AutoInflate is enabled, vaule should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).
* Set upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true).
*
* @param maximumThroughputUnits the maximumThroughputUnits value to set
* @return the EHNamespaceInner object itself.
Expand Down

0 comments on commit 6c56e3e

Please sign in to comment.