diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ChaosTargetFilter.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ChaosTargetFilter.java index 1bc1d46a6cbe..eda8375069a3 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ChaosTargetFilter.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ChaosTargetFilter.java @@ -51,7 +51,7 @@ public class ChaosTargetFilter { private List nodeTypeInclusionList; /** - * A list of application URI's to include in Chaos faults. + * A list of application URIs to include in Chaos faults. * All replicas belonging to services of these applications are amenable to * replica faults (restart replica, remove replica, move primary, and move * secondary) by Chaos. @@ -102,7 +102,7 @@ public ChaosTargetFilter withNodeTypeInclusionList(List nodeTypeInclusio } /** - * Get a list of application URI's to include in Chaos faults. + * Get a list of application URIs to include in Chaos faults. All replicas belonging to services of these applications are amenable to replica faults (restart replica, remove replica, move primary, and move secondary) by Chaos. Chaos may restart a code package only if the code package hosts replicas of these applications only. If an application does not appear in this list, it can still be faulted in some Chaos iteration if the application ends up on a node of a node type that is included in NodeTypeInclusionList. @@ -116,7 +116,7 @@ public List applicationInclusionList() { } /** - * Set a list of application URI's to include in Chaos faults. + * Set a list of application URIs to include in Chaos faults. All replicas belonging to services of these applications are amenable to replica faults (restart replica, remove replica, move primary, and move secondary) by Chaos. Chaos may restart a code package only if the code package hosts replicas of these applications only. If an application does not appear in this list, it can still be faulted in some Chaos iteration if the application ends up on a node of a node type that is included in NodeTypeInclusionList. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ContainerCodePackageProperties.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ContainerCodePackageProperties.java index a9c01150e0c8..ad98a40f0db9 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ContainerCodePackageProperties.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ContainerCodePackageProperties.java @@ -100,7 +100,7 @@ public class ContainerCodePackageProperties { /** * A list of ReliableCollection resources used by this particular code - * package. Please refer to ReliablecollectionsRef for more details. + * package. Please refer to ReliableCollectionsRef for more details. */ @JsonProperty(value = "reliableCollectionsRefs") private List reliableCollectionsRefs; @@ -372,7 +372,7 @@ public ContainerCodePackageProperties withDiagnostics(DiagnosticsRef diagnostics } /** - * Get a list of ReliableCollection resources used by this particular code package. Please refer to ReliablecollectionsRef for more details. + * Get a list of ReliableCollection resources used by this particular code package. Please refer to ReliableCollectionsRef for more details. * * @return the reliableCollectionsRefs value */ @@ -381,7 +381,7 @@ public List reliableCollectionsRefs() { } /** - * Set a list of ReliableCollection resources used by this particular code package. Please refer to ReliablecollectionsRef for more details. + * Set a list of ReliableCollection resources used by this particular code package. Please refer to ReliableCollectionsRef for more details. * * @param reliableCollectionsRefs the reliableCollectionsRefs value to set * @return the ContainerCodePackageProperties object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/Epoch.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/Epoch.java index 0629c511dab4..064bfacdf309 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/Epoch.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/Epoch.java @@ -27,10 +27,10 @@ public class Epoch { private String configurationVersion; /** - * The current dataloss number of this Epoch. The data loss number property - * is an increasing value which is updated whenever data loss is suspected, - * as when loss of a quorum of replicas in the replica set that includes - * the Primary replica. + * The current data loss number of this Epoch. The data loss number + * property is an increasing value which is updated whenever data loss is + * suspected, as when loss of a quorum of replicas in the replica set that + * includes the Primary replica. */ @JsonProperty(value = "DataLossVersion") private String dataLossVersion; @@ -56,7 +56,7 @@ public Epoch withConfigurationVersion(String configurationVersion) { } /** - * Get the current dataloss number of this Epoch. The data loss number property is an increasing value which is updated whenever data loss is suspected, as when loss of a quorum of replicas in the replica set that includes the Primary replica. + * Get the current data loss number of this Epoch. The data loss number property is an increasing value which is updated whenever data loss is suspected, as when loss of a quorum of replicas in the replica set that includes the Primary replica. * * @return the dataLossVersion value */ @@ -65,7 +65,7 @@ public String dataLossVersion() { } /** - * Set the current dataloss number of this Epoch. The data loss number property is an increasing value which is updated whenever data loss is suspected, as when loss of a quorum of replicas in the replica set that includes the Primary replica. + * Set the current data loss number of this Epoch. The data loss number property is an increasing value which is updated whenever data loss is suspected, as when loss of a quorum of replicas in the replica set that includes the Primary replica. * * @param dataLossVersion the dataLossVersion value to set * @return the Epoch object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/FabricErrorError.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/FabricErrorError.java index bc30904a3a71..3b16e4e6de61 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/FabricErrorError.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/FabricErrorError.java @@ -105,7 +105,7 @@ public class FabricErrorError { * - "FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS" * - "FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND" * - "FABRIC_E_VOLUME_ALREADY_EXISTS" - * - "ABRIC_E_VOLUME_NOT_FOUND" + * - "FABRIC_E_VOLUME_NOT_FOUND" * - "SerializationError" * * - Possible values of the error code for HTTP status code 503 (Service @@ -269,7 +269,7 @@ public class FabricErrorError { - "FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS" - "FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND" - "FABRIC_E_VOLUME_ALREADY_EXISTS" - - "ABRIC_E_VOLUME_NOT_FOUND" + - "FABRIC_E_VOLUME_NOT_FOUND" - "SerializationError" - Possible values of the error code for HTTP status code 503 (Service Unavailable) - "FABRIC_E_NO_WRITE_QUORUM" @@ -370,7 +370,7 @@ public FabricErrorCodes code() { - "FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS" - "FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND" - "FABRIC_E_VOLUME_ALREADY_EXISTS" - - "ABRIC_E_VOLUME_NOT_FOUND" + - "FABRIC_E_VOLUME_NOT_FOUND" - "SerializationError" - Possible values of the error code for HTTP status code 503 (Service Unavailable) - "FABRIC_E_NO_WRITE_QUORUM" diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/HttpHostConfig.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/HttpHostConfig.java index 486de76695a6..96c5e8688693 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/HttpHostConfig.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/HttpHostConfig.java @@ -24,7 +24,7 @@ public class HttpHostConfig { /** * Route information to use for routing. Routes are processed in the order * they are specified. Specify routes that are more specific before routes - * that can hamdle general cases. + * that can handle general cases. */ @JsonProperty(value = "routes", required = true) private List routes; @@ -50,7 +50,7 @@ public HttpHostConfig withName(String name) { } /** - * Get route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can hamdle general cases. + * Get route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases. * * @return the routes value */ @@ -59,7 +59,7 @@ public List routes() { } /** - * Set route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can hamdle general cases. + * Set route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases. * * @param routes the routes value to set * @return the HttpHostConfig object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/PartitionBackupEntity.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/PartitionBackupEntity.java index 673423b74939..8dea8d2b2776 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/PartitionBackupEntity.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/PartitionBackupEntity.java @@ -26,7 +26,7 @@ public class PartitionBackupEntity extends BackupEntity { private String serviceName; /** - * The partition ID indentifying the partition. + * The partition ID identifying the partition. */ @JsonProperty(value = "PartitionId") private UUID partitionId; @@ -52,7 +52,7 @@ public PartitionBackupEntity withServiceName(String serviceName) { } /** - * Get the partition ID indentifying the partition. + * Get the partition ID identifying the partition. * * @return the partitionId value */ @@ -61,7 +61,7 @@ public UUID partitionId() { } /** - * Set the partition ID indentifying the partition. + * Set the partition ID identifying the partition. * * @param partitionId the partitionId value to set * @return the PartitionBackupEntity object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/MeshSecretValuesInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/MeshSecretValuesInner.java index d5993db292e5..0c876c36c27f 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/MeshSecretValuesInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/MeshSecretValuesInner.java @@ -346,7 +346,7 @@ private ServiceResponse deleteDelegate(Response response) th } /** - * List names of all values of the the specified secret resource. + * List names of all values of the specified secret resource. * Gets information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values. * * @param secretResourceName The name of the secret resource. @@ -360,7 +360,7 @@ public PagedSecretValueResourceDescriptionListInner list(String secretResourceNa } /** - * List names of all values of the the specified secret resource. + * List names of all values of the specified secret resource. * Gets information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values. * * @param secretResourceName The name of the secret resource. @@ -373,7 +373,7 @@ public ServiceFuture listAsync(Str } /** - * List names of all values of the the specified secret resource. + * List names of all values of the specified secret resource. * Gets information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values. * * @param secretResourceName The name of the secret resource. @@ -390,7 +390,7 @@ public PagedSecretValueResourceDescriptionListInner call(ServiceResponse