diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServicePlacementPreferPrimaryDomainPolicyDescription.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServicePlacementPreferPrimaryDomainPolicyDescription.java index 013c41b30d4c..2619ee30dd96 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServicePlacementPreferPrimaryDomainPolicyDescription.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServicePlacementPreferPrimaryDomainPolicyDescription.java @@ -19,7 +19,7 @@ * * This placement policy is usually used with fault domains in scenarios where * the Service Fabric cluster is geographically distributed in order to - * indicate that a service�s primary replica should be located in a particular + * indicate that a service's primary replica should be located in a particular * fault domain, which in geo-distributed scenarios usually aligns with * regional or datacenter boundaries. Note that since this is an optimization * it is possible that the Primary replica may not end up located in this diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServiceTypeHealthPolicy.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServiceTypeHealthPolicy.java index c8c0f1978d25..f7acdc7ed897 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServiceTypeHealthPolicy.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServiceTypeHealthPolicy.java @@ -48,8 +48,8 @@ public class ServiceTypeHealthPolicy { private Integer maxPercentUnhealthyReplicasPerPartition; /** - * The maximum maximum allowed percentage of unhealthy services. Allowed - * values are Byte values from zero to 100. + * The maximum allowed percentage of unhealthy services. Allowed values are + * Byte values from zero to 100. * * The percentage represents the maximum tolerated percentage of services * that can be unhealthy before the application is considered in error. @@ -121,7 +121,7 @@ public ServiceTypeHealthPolicy withMaxPercentUnhealthyReplicasPerPartition(Integ } /** - * Get the maximum maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100. + * Get the maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100. The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error. If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning. This is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type. @@ -134,7 +134,7 @@ public Integer maxPercentUnhealthyServices() { } /** - * Set the maximum maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100. + * Set the maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100. The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error. If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning. This is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceFabricClientAPIsImpl.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceFabricClientAPIsImpl.java index abc812dd901f..f603de19d55c 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceFabricClientAPIsImpl.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceFabricClientAPIsImpl.java @@ -7271,7 +7271,7 @@ private ServiceResponse> getServiceTypeInfoListDelega /** * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. - * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster. + * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster. * * @param applicationTypeName The name of the application type. * @param serviceTypeName Specifies the name of a Service Fabric service type. @@ -7287,7 +7287,7 @@ public ServiceTypeInfoInner getServiceTypeInfoByName(String applicationTypeName, /** * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. - * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster. + * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster. * * @param applicationTypeName The name of the application type. * @param serviceTypeName Specifies the name of a Service Fabric service type. @@ -7302,7 +7302,7 @@ public ServiceFuture getServiceTypeInfoByNameAsync(String /** * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. - * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster. + * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster. * * @param applicationTypeName The name of the application type. * @param serviceTypeName Specifies the name of a Service Fabric service type. @@ -7321,7 +7321,7 @@ public ServiceTypeInfoInner call(ServiceResponse response) /** * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. - * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster. + * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster. * * @param applicationTypeName The name of the application type. * @param serviceTypeName Specifies the name of a Service Fabric service type. @@ -7357,7 +7357,7 @@ public Observable> call(Response getServiceTypeInfoByNameAsync(String /** * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. - * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster. + * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster. * * @param applicationTypeName The name of the application type. * @param serviceTypeName Specifies the name of a Service Fabric service type. @@ -7410,7 +7410,7 @@ public ServiceTypeInfoInner call(ServiceResponse response) /** * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. - * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster. + * Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster. * * @param applicationTypeName The name of the application type. * @param serviceTypeName Specifies the name of a Service Fabric service type. @@ -36770,7 +36770,7 @@ private ServiceResponse getServiceDelegate(Resp } /** - * Gets replicas of a given service in an applciation resource. + * Gets replicas of a given service in an application resource. * Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance. * * @param applicationResourceName Service Fabric application resource name. @@ -36785,7 +36785,7 @@ public PagedServiceResourceReplicaDescriptionListInner getReplicas(String applic } /** - * Gets replicas of a given service in an applciation resource. + * Gets replicas of a given service in an application resource. * Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance. * * @param applicationResourceName Service Fabric application resource name. @@ -36799,7 +36799,7 @@ public ServiceFuture getReplica } /** - * Gets replicas of a given service in an applciation resource. + * Gets replicas of a given service in an application resource. * Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance. * * @param applicationResourceName Service Fabric application resource name. @@ -36817,7 +36817,7 @@ public PagedServiceResourceReplicaDescriptionListInner call(ServiceResponse