diff --git a/lib/services/serviceFabric/lib/models/applicationHealthPolicy.js b/lib/services/serviceFabric/lib/models/applicationHealthPolicy.js index 037eade3c7..35e3e22cdb 100644 --- a/lib/services/serviceFabric/lib/models/applicationHealthPolicy.js +++ b/lib/services/serviceFabric/lib/models/applicationHealthPolicy.js @@ -61,8 +61,8 @@ class ApplicationHealthPolicy { * replicas. Default percentage is zero. * @member {number} * [defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] The maximum - * maximum allowed percentage of unhealthy services. Allowed values are Byte - * values from zero to 100. + * 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. diff --git a/lib/services/serviceFabric/lib/models/applicationHealthPolicyMapItem.js b/lib/services/serviceFabric/lib/models/applicationHealthPolicyMapItem.js index f04a6d8a3b..0870b5dc9e 100644 --- a/lib/services/serviceFabric/lib/models/applicationHealthPolicyMapItem.js +++ b/lib/services/serviceFabric/lib/models/applicationHealthPolicyMapItem.js @@ -64,8 +64,8 @@ class ApplicationHealthPolicyMapItem { * replicas. Default percentage is zero. * @member {number} * [value.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] The - * maximum maximum allowed percentage of unhealthy services. Allowed values - * are Byte values from zero to 100. + * 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. diff --git a/lib/services/serviceFabric/lib/models/applicationUpgradeDescription.js b/lib/services/serviceFabric/lib/models/applicationUpgradeDescription.js index e0d86756a6..d838babb37 100644 --- a/lib/services/serviceFabric/lib/models/applicationUpgradeDescription.js +++ b/lib/services/serviceFabric/lib/models/applicationUpgradeDescription.js @@ -132,8 +132,8 @@ class ApplicationUpgradeDescription { * replicas. Default percentage is zero. * @member {number} * [applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. diff --git a/lib/services/serviceFabric/lib/models/applicationUpgradeProgressInfo.js b/lib/services/serviceFabric/lib/models/applicationUpgradeProgressInfo.js index 3267490e74..ac6731983a 100644 --- a/lib/services/serviceFabric/lib/models/applicationUpgradeProgressInfo.js +++ b/lib/services/serviceFabric/lib/models/applicationUpgradeProgressInfo.js @@ -163,8 +163,8 @@ class ApplicationUpgradeProgressInfo { * replicas. Default percentage is zero. * @member {number} * [upgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. diff --git a/lib/services/serviceFabric/lib/models/applicationUpgradeUpdateDescription.js b/lib/services/serviceFabric/lib/models/applicationUpgradeUpdateDescription.js index 442355053b..667cb2d9e5 100644 --- a/lib/services/serviceFabric/lib/models/applicationUpgradeUpdateDescription.js +++ b/lib/services/serviceFabric/lib/models/applicationUpgradeUpdateDescription.js @@ -69,8 +69,8 @@ class ApplicationUpgradeUpdateDescription { * replicas. Default percentage is zero. * @member {number} * [applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. diff --git a/lib/services/serviceFabric/lib/models/composeDeploymentUpgradeDescription.js b/lib/services/serviceFabric/lib/models/composeDeploymentUpgradeDescription.js index c249db322c..d8587a70c4 100644 --- a/lib/services/serviceFabric/lib/models/composeDeploymentUpgradeDescription.js +++ b/lib/services/serviceFabric/lib/models/composeDeploymentUpgradeDescription.js @@ -129,8 +129,8 @@ class ComposeDeploymentUpgradeDescription { * replicas. Default percentage is zero. * @member {number} * [applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. diff --git a/lib/services/serviceFabric/lib/models/composeDeploymentUpgradeProgressInfo.js b/lib/services/serviceFabric/lib/models/composeDeploymentUpgradeProgressInfo.js index bf01c82727..216fc52d8f 100644 --- a/lib/services/serviceFabric/lib/models/composeDeploymentUpgradeProgressInfo.js +++ b/lib/services/serviceFabric/lib/models/composeDeploymentUpgradeProgressInfo.js @@ -129,8 +129,8 @@ class ComposeDeploymentUpgradeProgressInfo { * replicas. Default percentage is zero. * @member {number} * [applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. diff --git a/lib/services/serviceFabric/lib/models/index.d.ts b/lib/services/serviceFabric/lib/models/index.d.ts index 4a03fc06ff..4426c7a257 100644 --- a/lib/services/serviceFabric/lib/models/index.d.ts +++ b/lib/services/serviceFabric/lib/models/index.d.ts @@ -298,7 +298,7 @@ export interface ApplicationHealthEvaluation extends HealthEvaluation { * over the total number of replicas in the partition. * The computation rounds up to tolerate one failure on small numbers of * replicas. Default percentage is zero. Default value: 0 . - * @member {number} [maxPercentUnhealthyServices] The maximum maximum allowed + * @member {number} [maxPercentUnhealthyServices] The maximum allowed * percentage of unhealthy services. Allowed values are Byte values from zero * to 100. * @@ -352,9 +352,9 @@ export interface ServiceTypeHealthPolicy { * over the total number of replicas in the partition. * The computation rounds up to tolerate one failure on small numbers of * replicas. Default percentage is zero. - * @member {number} [value.maxPercentUnhealthyServices] The maximum maximum - * allowed percentage of unhealthy services. Allowed values are Byte values - * from zero to 100. + * @member {number} [value.maxPercentUnhealthyServices] 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. @@ -421,8 +421,8 @@ export interface ServiceTypeHealthPolicyMapItem { * replicas. Default percentage is zero. * @member {number} * [defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] The maximum - * maximum allowed percentage of unhealthy services. Allowed values are Byte - * values from zero to 100. + * 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. @@ -496,8 +496,8 @@ export interface ApplicationHealthPolicy { * replicas. Default percentage is zero. * @member {number} * [value.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] The - * maximum maximum allowed percentage of unhealthy services. Allowed values are - * Byte values from zero to 100. + * 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. @@ -1663,8 +1663,8 @@ export interface MonitoringPolicyDescription { * replicas. Default percentage is zero. * @member {number} * [applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -1932,8 +1932,8 @@ export interface FailureUpgradeDomainProgressInfo { * replicas. Default percentage is zero. * @member {number} * [upgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -5056,7 +5056,7 @@ export interface ServicePlacementNonPartiallyPlaceServicePolicyDescription exten * * 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 @@ -7640,8 +7640,8 @@ export interface RegistryCredential { * replicas. Default percentage is zero. * @member {number} * [applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -7782,8 +7782,8 @@ export interface ComposeDeploymentUpgradeDescription { * replicas. Default percentage is zero. * @member {number} * [applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -9419,8 +9419,8 @@ export interface ResumeApplicationUpgradeDescription { * replicas. Default percentage is zero. * @member {number} * [applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. diff --git a/lib/services/serviceFabric/lib/models/serviceTypeHealthPolicy.js b/lib/services/serviceFabric/lib/models/serviceTypeHealthPolicy.js index 081566f2f2..4bca8e925b 100644 --- a/lib/services/serviceFabric/lib/models/serviceTypeHealthPolicy.js +++ b/lib/services/serviceFabric/lib/models/serviceTypeHealthPolicy.js @@ -42,7 +42,7 @@ class ServiceTypeHealthPolicy { * over the total number of replicas in the partition. * The computation rounds up to tolerate one failure on small numbers of * replicas. Default percentage is zero. Default value: 0 . - * @member {number} [maxPercentUnhealthyServices] The maximum maximum allowed + * @member {number} [maxPercentUnhealthyServices] The maximum allowed * percentage of unhealthy services. Allowed values are Byte values from zero * to 100. * diff --git a/lib/services/serviceFabric/lib/models/serviceTypeHealthPolicyMapItem.js b/lib/services/serviceFabric/lib/models/serviceTypeHealthPolicyMapItem.js index 1c90c808b3..c13b22f60e 100644 --- a/lib/services/serviceFabric/lib/models/serviceTypeHealthPolicyMapItem.js +++ b/lib/services/serviceFabric/lib/models/serviceTypeHealthPolicyMapItem.js @@ -45,9 +45,9 @@ class ServiceTypeHealthPolicyMapItem { * over the total number of replicas in the partition. * The computation rounds up to tolerate one failure on small numbers of * replicas. Default percentage is zero. - * @member {number} [value.maxPercentUnhealthyServices] The maximum maximum - * allowed percentage of unhealthy services. Allowed values are Byte values - * from zero to 100. + * @member {number} [value.maxPercentUnhealthyServices] 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. diff --git a/lib/services/serviceFabric/lib/serviceFabricClient.d.ts b/lib/services/serviceFabric/lib/serviceFabricClient.d.ts index fcef1840e3..e5c26523b6 100644 --- a/lib/services/serviceFabric/lib/serviceFabricClient.d.ts +++ b/lib/services/serviceFabric/lib/serviceFabricClient.d.ts @@ -5275,7 +5275,7 @@ export default class ServiceFabricClient extends ServiceClient { * 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 + * response is returned if the specified service type is not found in the * cluster. * * @param {string} applicationTypeName The name of the application type. @@ -5310,7 +5310,7 @@ export default class ServiceFabricClient extends ServiceClient { * 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 + * response is returned if the specified service type is not found in the * cluster. * * @param {string} applicationTypeName The name of the application type. @@ -6633,8 +6633,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -6818,8 +6818,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -7302,8 +7302,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [applicationUpgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -7492,8 +7492,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [applicationUpgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -7713,8 +7713,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [applicationUpgradeUpdateDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -7903,8 +7903,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [applicationUpgradeUpdateDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -8795,8 +8795,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -8965,8 +8965,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -10749,8 +10749,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -10918,8 +10918,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -11933,8 +11933,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -12096,8 +12096,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -14342,8 +14342,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -14473,8 +14473,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -15694,8 +15694,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -15834,8 +15834,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -17401,8 +17401,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [composeDeploymentUpgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -17597,8 +17597,8 @@ export default class ServiceFabricClient extends ServiceClient { * * @param {number} * [composeDeploymentUpgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -25999,7 +25999,7 @@ export default class ServiceFabricClient extends ServiceClient { /** - * @summary Gets replicas of a given service in an applciation resource. + * @summary 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 @@ -26024,7 +26024,7 @@ export default class ServiceFabricClient extends ServiceClient { getReplicasWithHttpOperationResponse(applicationResourceName: string, serviceResourceName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * @summary Gets replicas of a given service in an applciation resource. + * @summary 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 diff --git a/lib/services/serviceFabric/lib/serviceFabricClient.js b/lib/services/serviceFabric/lib/serviceFabricClient.js index f1e08a0de1..974ebf7cc3 100644 --- a/lib/services/serviceFabric/lib/serviceFabricClient.js +++ b/lib/services/serviceFabric/lib/serviceFabricClient.js @@ -6934,7 +6934,7 @@ function _getServiceTypeInfoList(applicationTypeName, applicationTypeVersion, op * 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 + * response is returned if the specified service type is not found in the * cluster. * * @param {string} applicationTypeName The name of the application type. @@ -8957,8 +8957,8 @@ function _getApplicationHealth(applicationId, options, callback) { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -9571,8 +9571,8 @@ function _reportApplicationHealth(applicationId, healthInformation, options, cal * * @param {number} * [applicationUpgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -9970,8 +9970,8 @@ function _getApplicationUpgrade(applicationId, options, callback) { * * @param {number} * [applicationUpgradeUpdateDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -11268,8 +11268,8 @@ function _getDeployedApplicationHealth(nodeName, applicationId, options, callbac * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -13701,8 +13701,8 @@ function _getServiceHealth(serviceId, options, callback) { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -15184,8 +15184,8 @@ function _getPartitionHealth(partitionId, options, callback) { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -18378,8 +18378,8 @@ function _getReplicaHealth(partitionId, replicaId, options, callback) { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -20336,8 +20336,8 @@ function _getDeployedServicePackageHealth(nodeName, applicationId, servicePackag * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -22724,8 +22724,8 @@ function _removeComposeDeployment(deploymentName, options, callback) { * * @param {number} * [composeDeploymentUpgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -37158,7 +37158,7 @@ function _getService(applicationResourceName, serviceResourceName, options, call } /** - * @summary Gets replicas of a given service in an applciation resource. + * @summary 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 @@ -44268,7 +44268,7 @@ class ServiceFabricClient extends ServiceClient { * 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 + * response is returned if the specified service type is not found in the * cluster. * * @param {string} applicationTypeName The name of the application type. @@ -44315,7 +44315,7 @@ class ServiceFabricClient extends ServiceClient { * 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 + * response is returned if the specified service type is not found in the * cluster. * * @param {string} applicationTypeName The name of the application type. @@ -45896,8 +45896,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -46093,8 +46093,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -46619,8 +46619,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [applicationUpgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -46821,8 +46821,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [applicationUpgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -47084,8 +47084,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [applicationUpgradeUpdateDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -47286,8 +47286,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [applicationUpgradeUpdateDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -48328,8 +48328,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -48510,8 +48510,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -50606,8 +50606,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -50787,8 +50787,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -51979,8 +51979,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -52154,8 +52154,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -54874,8 +54874,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -55017,8 +55017,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -56496,8 +56496,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -56648,8 +56648,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [options.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -58527,8 +58527,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [composeDeploymentUpgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -58735,8 +58735,8 @@ class ServiceFabricClient extends ServiceClient { * * @param {number} * [composeDeploymentUpgradeDescription.applicationHealthPolicy.defaultServiceTypeHealthPolicy.maxPercentUnhealthyServices] - * 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. @@ -69420,7 +69420,7 @@ class ServiceFabricClient extends ServiceClient { } /** - * @summary Gets replicas of a given service in an applciation resource. + * @summary 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 @@ -69457,7 +69457,7 @@ class ServiceFabricClient extends ServiceClient { } /** - * @summary Gets replicas of a given service in an applciation resource. + * @summary 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 diff --git a/lib/services/serviceFabric/package.json b/lib/services/serviceFabric/package.json index 9211a9b548..4ca6fe76e2 100644 --- a/lib/services/serviceFabric/package.json +++ b/lib/services/serviceFabric/package.json @@ -13,7 +13,7 @@ "license": "MIT", "main": "./lib/serviceFabricClient.js", "types": "./lib/serviceFabricClient.d.ts", - "homepage": "https://github.com/azure/azure-sdk-for-node/lib/services/serviceFabric", + "homepage": "https://github.com/azure/azure-sdk-for-node/tree/master/lib/services/serviceFabric", "repository": { "type": "git", "url": "https://github.com/azure/azure-sdk-for-node.git"