Skip to content
Merged
Show file tree
Hide file tree
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 @@ -22,8 +22,8 @@ public class ClientCertificateCommonName {
private boolean isAdmin;

/**
* Certificate common name to be granted access; be carefull using wild
* card common names.
* Certificate common name to be granted access; be careful using wild card
* common names.
*/
@JsonProperty(value = "certificateCommonName", required = true)
private String certificateCommonName;
Expand Down Expand Up @@ -55,7 +55,7 @@ public ClientCertificateCommonName withIsAdmin(boolean isAdmin) {
}

/**
* Get certificate common name to be granted access; be carefull using wild card common names.
* Get certificate common name to be granted access; be careful using wild card common names.
*
* @return the certificateCommonName value
*/
Expand All @@ -64,7 +64,7 @@ public String certificateCommonName() {
}

/**
* Set certificate common name to be granted access; be carefull using wild card common names.
* Set certificate common name to be granted access; be careful using wild card common names.
*
* @param certificateCommonName the certificateCommonName value to set
* @return the ClientCertificateCommonName object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ interface WithManagementEndpoint {
interface WithNodeTypes {
/**
* Specifies nodeTypes.
* @param nodeTypes The list of nodetypes that make up the cluster
* @param nodeTypes The list of node types that make up the cluster
* @return the next definition stage
*/
WithCreate withNodeTypes(List<NodeTypeDescription> nodeTypes);
Expand All @@ -184,7 +184,7 @@ interface WithAzureActiveDirectory {
interface WithCertificate {
/**
* Specifies certificate.
* @param certificate This primay certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client
* @param certificate This primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client
* @return the next definition stage
*/
WithCreate withCertificate(CertificateDescription certificate);
Expand Down Expand Up @@ -334,7 +334,7 @@ interface UpdateStages {
interface WithCertificate {
/**
* Specifies certificate.
* @param certificate This primay certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client, the certificate should exist in the virtual machine scale sets or Azure key vault, before you add it. It will override original value
* @param certificate This primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client, the certificate should exist in the virtual machine scale sets or Azure key vault, before you add it. It will override original value
* @return the next update stage
*/
Update withCertificate(CertificateDescription certificate);
Expand Down Expand Up @@ -394,7 +394,7 @@ interface WithFabricSettings {
interface WithNodeTypes {
/**
* Specifies nodeTypes.
* @param nodeTypes The list of nodetypes that make up the cluster, it will override
* @param nodeTypes The list of node types that make up the cluster, it will override
* @return the next update stage
*/
Update withNodeTypes(List<NodeTypeDescription> nodeTypes);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class ClusterUpdateParameters {
private String clusterCodeVersion;

/**
* This primay certificate will be used as cluster node to node security,
* This primary certificate will be used as cluster node to node security,
* SSL certificate for cluster management endpoint and default admin
* client, the certificate should exist in the virtual machine scale sets
* or Azure key vault, before you add it. It will override original value.
Expand Down Expand Up @@ -79,7 +79,7 @@ public class ClusterUpdateParameters {
private CertificateDescription reverseProxyCertificate;

/**
* The list of nodetypes that make up the cluster, it will override.
* The list of node types that make up the cluster, it will override.
*/
@JsonProperty(value = "properties.nodeTypes")
private List<NodeTypeDescription> nodeTypes;
Expand Down Expand Up @@ -157,7 +157,7 @@ public ClusterUpdateParameters withClusterCodeVersion(String clusterCodeVersion)
}

/**
* Get this primay certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client, the certificate should exist in the virtual machine scale sets or Azure key vault, before you add it. It will override original value.
* Get this primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client, the certificate should exist in the virtual machine scale sets or Azure key vault, before you add it. It will override original value.
*
* @return the certificate value
*/
Expand All @@ -166,7 +166,7 @@ public CertificateDescription certificate() {
}

/**
* Set this primay certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client, the certificate should exist in the virtual machine scale sets or Azure key vault, before you add it. It will override original value.
* Set this primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client, the certificate should exist in the virtual machine scale sets or Azure key vault, before you add it. It will override original value.
*
* @param certificate the certificate value to set
* @return the ClusterUpdateParameters object itself.
Expand Down Expand Up @@ -257,7 +257,7 @@ public ClusterUpdateParameters withReverseProxyCertificate(CertificateDescriptio
}

/**
* Get the list of nodetypes that make up the cluster, it will override.
* Get the list of node types that make up the cluster, it will override.
*
* @return the nodeTypes value
*/
Expand All @@ -266,7 +266,7 @@ public List<NodeTypeDescription> nodeTypes() {
}

/**
* Set the list of nodetypes that make up the cluster, it will override.
* Set the list of node types that make up the cluster, it will override.
*
* @param nodeTypes the nodeTypes value to set
* @return the ClusterUpdateParameters object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class NodeTypeDescription {
private int httpGatewayEndpointPort;

/**
* Nodetype durability Level. Possible values include: 'Bronze', 'Silver',
* Node type durability Level. Possible values include: 'Bronze', 'Silver',
* 'Gold'.
*/
@JsonProperty(value = "durabilityLevel")
Expand All @@ -63,7 +63,7 @@ public class NodeTypeDescription {
private EndpointRangeDescription applicationPorts;

/**
* System assgined application ports.
* System assigned application ports.
*/
@JsonProperty(value = "ephemeralPorts")
private EndpointRangeDescription ephemeralPorts;
Expand Down Expand Up @@ -187,7 +187,7 @@ public NodeTypeDescription withHttpGatewayEndpointPort(int httpGatewayEndpointPo
}

/**
* Get nodetype durability Level. Possible values include: 'Bronze', 'Silver', 'Gold'.
* Get node type durability Level. Possible values include: 'Bronze', 'Silver', 'Gold'.
*
* @return the durabilityLevel value
*/
Expand All @@ -196,7 +196,7 @@ public String durabilityLevel() {
}

/**
* Set nodetype durability Level. Possible values include: 'Bronze', 'Silver', 'Gold'.
* Set node type durability Level. Possible values include: 'Bronze', 'Silver', 'Gold'.
*
* @param durabilityLevel the durabilityLevel value to set
* @return the NodeTypeDescription object itself.
Expand Down Expand Up @@ -227,7 +227,7 @@ public NodeTypeDescription withApplicationPorts(EndpointRangeDescription applica
}

/**
* Get system assgined application ports.
* Get system assigned application ports.
*
* @return the ephemeralPorts value
*/
Expand All @@ -236,7 +236,7 @@ public EndpointRangeDescription ephemeralPorts() {
}

/**
* Set system assgined application ports.
* Set system assigned application ports.
*
* @param ephemeralPorts the ephemeralPorts value to set
* @return the NodeTypeDescription object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class ClusterInner extends Resource {
private String clusterCodeVersion;

/**
* This primay certificate will be used as cluster node to node security,
* This primary certificate will be used as cluster node to node security,
* SSL certificate for cluster management endpoint and default admin
* client.
*/
Expand Down Expand Up @@ -119,7 +119,7 @@ public class ClusterInner extends Resource {
private String managementEndpoint;

/**
* The list of nodetypes that make up the cluster.
* The list of node types that make up the cluster.
*/
@JsonProperty(value = "properties.nodeTypes", required = true)
private List<NodeTypeDescription> nodeTypes;
Expand Down Expand Up @@ -213,7 +213,7 @@ public ClusterInner withClusterCodeVersion(String clusterCodeVersion) {
}

/**
* Get this primay certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client.
* Get this primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client.
*
* @return the certificate value
*/
Expand All @@ -222,7 +222,7 @@ public CertificateDescription certificate() {
}

/**
* Set this primay certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client.
* Set this primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client.
*
* @param certificate the certificate value to set
* @return the ClusterInner object itself.
Expand Down Expand Up @@ -373,7 +373,7 @@ public ClusterInner withManagementEndpoint(String managementEndpoint) {
}

/**
* Get the list of nodetypes that make up the cluster.
* Get the list of node types that make up the cluster.
*
* @return the nodeTypes value
*/
Expand All @@ -382,7 +382,7 @@ public List<NodeTypeDescription> nodeTypes() {
}

/**
* Set the list of nodetypes that make up the cluster.
* Set the list of node types that make up the cluster.
*
* @param nodeTypes the nodeTypes value to set
* @return the ClusterInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class OperationResultInner {
private String name;

/**
* Dispaly of the result.
* Display of the result.
*/
@JsonProperty(value = "display")
private AvailableOperationDisplay display;
Expand Down Expand Up @@ -60,7 +60,7 @@ public OperationResultInner withName(String name) {
}

/**
* Get dispaly of the result.
* Get display of the result.
*
* @return the display value
*/
Expand All @@ -69,7 +69,7 @@ public AvailableOperationDisplay display() {
}

/**
* Set dispaly of the result.
* Set display of the result.
*
* @param display the display value to set
* @return the OperationResultInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ public ServiceFabricManagementClientImpl withSubscriptionId(String subscriptionI
return this;
}

/** The version of the ServiceFabric resouce provider api. */
/** The version of the ServiceFabric resource provider api. */
private String apiVersion;

/**
* Gets The version of the ServiceFabric resouce provider api.
* Gets The version of the ServiceFabric resource provider api.
*
* @return the apiVersion value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ClusterUpgradePolicy {

/**
* The maximum amount of time to block processing of an upgrade domain and
* revent loss of availability when there are unexpected issues. When this
* prevent loss of availability when there are unexpected issues. When this
* timeout expires, processing of the upgrade domain will proceed
* regardless of availability loss issues. The timeout is reset at the
* start of each upgrade domain. The timeout can be in either hh:mm:ss or
Expand Down Expand Up @@ -106,7 +106,7 @@ public ClusterUpgradePolicy withForceRestart(Boolean forceRestart) {
}

/**
* Get the maximum amount of time to block processing of an upgrade domain and revent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
* Get the maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
*
* @return the upgradeReplicaSetCheckTimeout value
*/
Expand All @@ -115,7 +115,7 @@ public String upgradeReplicaSetCheckTimeout() {
}

/**
* Set the maximum amount of time to block processing of an upgrade domain and revent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
* Set the maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
*
* @param upgradeReplicaSetCheckTimeout the upgradeReplicaSetCheckTimeout value to set
* @return the ClusterUpgradePolicy object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class NodeTypeDescription {
private EndpointRangeDescription applicationPorts;

/**
* The range of empheral ports that nodes in this node type should be
* The range of ephemeral ports that nodes in this node type should be
* configured with.
*/
@JsonProperty(value = "ephemeralPorts")
Expand Down Expand Up @@ -231,7 +231,7 @@ public NodeTypeDescription withApplicationPorts(EndpointRangeDescription applica
}

/**
* Get the range of empheral ports that nodes in this node type should be configured with.
* Get the range of ephemeral ports that nodes in this node type should be configured with.
*
* @return the ephemeralPorts value
*/
Expand All @@ -240,7 +240,7 @@ public EndpointRangeDescription ephemeralPorts() {
}

/**
* Set the range of empheral ports that nodes in this node type should be configured with.
* Set the range of ephemeral ports that nodes in this node type should be configured with.
*
* @param ephemeralPorts the ephemeralPorts value to set
* @return the NodeTypeDescription object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public interface Operations extends HasInner<OperationsInner> {
/**
* Lists all of the available ServiceFabric Resource Manager REST API operations.
*
* @param apiVersion The version of the ServiceFabric resouce provider api
* @param apiVersion The version of the ServiceFabric resource provider api
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
Loading