diff --git a/cSpell.json b/cSpell.json index 040a4af808d0..0449342c92e0 100644 --- a/cSpell.json +++ b/cSpell.json @@ -596,33 +596,6 @@ "Conditon" ] }, - { - "filename": "**/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2016-09-01-preview/servicefabric.json", - "words": [ - "resouce", - "mininum", - "revent", - "empheral" - ] - }, - { - "filename": "**/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/application.json", - "words": [ - "resouce", - "mininum", - "revent", - "empheral" - ] - }, - { - "filename": "**/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/servicefabric.json", - "words": [ - "resouce", - "mininum", - "revent", - "empheral" - ] - }, { "filename": "**/specification/relay/resource-manager/Microsoft.Relay/stable/2016-07-01/relay.json", "words": [ @@ -650,31 +623,6 @@ "reponse" ] }, - { - "filename": "**/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/cluster.json", - "words": [ - "mininum", - "resouce", - "revent", - "empheral" - ] - }, - { - "filename": "**/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/servicefabric.json", - "words": [ - "exmaple", - "Nodetype", - "assgined", - "carefull", - "primay", - "nodetypes", - "Dispaly", - "resouce", - "mininum", - "revent", - "empheral" - ] - }, { "filename": "**/specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2018-01-01-preview/servicebus-preview.json", "words": [ diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/application.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/application.json index 30690491c9e2..5bbfab222559 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/application.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/application.json @@ -539,7 +539,7 @@ } ], "x-ms-examples": { - "Put an application with mininum parameters": { + "Put an application with minimum parameters": { "$ref": "./examples/ApplicationPutOperation_example_min.json" }, "Put an application with maximum parameters": { diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/servicefabric.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/servicefabric.json index 3e8c042e4309..7c9b51fb0f45 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/servicefabric.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/preview/2017-07-01-preview/servicefabric.json @@ -468,7 +468,7 @@ { "name": "api-version", "in": "query", - "description": "The version of the ServiceFabric resouce provider api", + "description": "The version of the ServiceFabric resource provider api", "required": true, "type": "string" } @@ -624,7 +624,7 @@ }, "MaxPercentUnhealthyServices": { "type": "integer", - "description": "The maximum maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100.\n\nThe percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.\nIf the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.\nThis 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.\nThe computation rounds up to tolerate one failure on small numbers of services. Default percentage is zero.\n", + "description": "The maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100.\n\nThe percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.\nIf the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.\nThis 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.\nThe computation rounds up to tolerate one failure on small numbers of services. Default percentage is zero.\n", "default": 0 } } @@ -1751,7 +1751,7 @@ }, "upgradeReplicaSetCheckTimeout": { "type": "string", - "description": "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." + "description": "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." }, "healthCheckWaitDuration": { "type": "string", @@ -1908,7 +1908,7 @@ "$ref": "#/definitions/EndpointRangeDescription" }, "ephemeralPorts": { - "description": "The range of empheral ports that nodes in this node type should be configured with.", + "description": "The range of ephemeral ports that nodes in this node type should be configured with.", "$ref": "#/definitions/EndpointRangeDescription" }, "isPrimary": { diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListByResourceGroupOperation_exmaple.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListByResourceGroupOperation_example.json similarity index 100% rename from specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListByResourceGroupOperation_exmaple.json rename to specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterListByResourceGroupOperation_example.json diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPatchOperation_exmaple.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPatchOperation_example.json similarity index 100% rename from specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPatchOperation_exmaple.json rename to specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPatchOperation_example.json diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_exmaple_max.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_max.json similarity index 100% rename from specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_exmaple_max.json rename to specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_max.json diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_exmaple_min.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_min.json similarity index 100% rename from specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_exmaple_min.json rename to specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/examples/ClusterPutOperation_example_min.json diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/servicefabric.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/servicefabric.json index f6b1f6238710..965757e11b8a 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/servicefabric.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2016-09-01/servicefabric.json @@ -43,7 +43,7 @@ "description": "Update cluster configuration", "x-ms-examples": { "Patch a cluster": { - "$ref": "./examples/ClusterPatchOperation_exmaple.json" + "$ref": "./examples/ClusterPatchOperation_example.json" } }, "produces": [ @@ -145,10 +145,10 @@ "description": "Create cluster resource", "x-ms-examples": { "Put a cluster with min parameter": { - "$ref": "./examples/ClusterPutOperation_exmaple_min.json" + "$ref": "./examples/ClusterPutOperation_example_min.json" }, "Put a cluster with max parameter": { - "$ref": "./examples/ClusterPutOperation_exmaple_max.json" + "$ref": "./examples/ClusterPutOperation_example_max.json" } }, "produces": [ @@ -248,7 +248,7 @@ "description": "List cluster resource by resource group", "x-ms-examples": { "List cluster by resource group": { - "$ref": "./examples/ClusterListByResourceGroupOperation_exmaple.json" + "$ref": "./examples/ClusterListByResourceGroupOperation_example.json" } }, "produces": [ @@ -681,7 +681,7 @@ "type": "integer" }, "durabilityLevel": { - "description": "Nodetype durability Level", + "description": "Node type durability Level", "type": "string", "enum": [ "Bronze", @@ -694,7 +694,7 @@ "$ref": "#/definitions/EndpointRangeDescription" }, "ephemeralPorts": { - "description": "System assgined application ports", + "description": "System assigned application ports", "$ref": "#/definitions/EndpointRangeDescription" }, "isPrimary": { @@ -745,7 +745,7 @@ "description": "Is this certificate used for admin access from the client, if false , it is used or query only access" }, "certificateCommonName": { - "description": "Certificate common name to be granted access; be carefull using wild card common names", + "description": "Certificate common name to be granted access; be careful using wild card common names", "type": "string" }, "certificateIssuerThumbprint": { @@ -940,7 +940,7 @@ "type": "string" }, "certificate": { - "description": "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", + "description": "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", "$ref": "#/definitions/CertificateDescription" }, "clientCertificateThumbprints": { @@ -969,7 +969,7 @@ "$ref": "#/definitions/CertificateDescription" }, "nodeTypes": { - "description": "The list of nodetypes that make up the cluster, it will override", + "description": "The list of node types that make up the cluster, it will override", "type": "array", "items": { "$ref": "#/definitions/NodeTypeDescription" @@ -1024,7 +1024,7 @@ "type": "string" }, "certificate": { - "description": "This primay certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client", + "description": "This primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client", "$ref": "#/definitions/CertificateDescription" }, "reliabilityLevel": { @@ -1075,7 +1075,7 @@ "type": "string" }, "nodeTypes": { - "description": "The list of nodetypes that make up the cluster", + "description": "The list of node types that make up the cluster", "type": "array", "items": { "$ref": "#/definitions/NodeTypeDescription" @@ -1192,7 +1192,7 @@ "type": "string" }, "display": { - "description": "Dispaly of the result", + "description": "Display of the result", "$ref": "#/definitions/AvailableOperationDisplay" }, "origin": { @@ -1288,7 +1288,7 @@ "api-version": { "type": "string", "name": "api-version", - "description": "The version of the ServiceFabric resouce provider api", + "description": "The version of the ServiceFabric resource provider api", "in": "query", "required": true }, diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/cluster.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/cluster.json index 5d0db11d74cc..7d46d7cd8769 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/cluster.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2018-02-01/cluster.json @@ -108,7 +108,7 @@ } ], "x-ms-examples": { - "Put a cluster with mininum parameters": { + "Put a cluster with minimum parameters": { "$ref": "./examples/ClusterPutOperation_example_min.json" }, "Put a cluster with maximum parameters": { @@ -1035,7 +1035,7 @@ }, "upgradeReplicaSetCheckTimeout": { "type": "string", - "description": "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." + "description": "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." }, "healthCheckWaitDuration": { "type": "string", @@ -1119,7 +1119,7 @@ }, "DurabilityLevel": { "type": "string", - "description": "The durability level of the node type. Learn about [DurabilityLevel](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-capacity).\n\n - Bronze - No privileges. This is the default.\n - Silver - The infrastructure jobs can be paused for a duration of 10 minutes per UD.\n - Gold - The infrastructure jobs can be paused for a duration of 2 hours per UD. Gold durability can be enabled only on full node VM skus like D15_V2, G5 etc.\n", + "description": "The durability level of the node type. Learn about [DurabilityLevel](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-capacity).\n\n - Bronze - No privileges. This is the default.\n - Silver - The infrastructure jobs can be paused for a duration of 10 minutes per UD.\n - Gold - The infrastructure jobs can be paused for a duration of 2 hours per UD. Gold durability can be enabled only on full node VM SKUs like D15_V2, G5 etc.\n", "enum": [ "Bronze", "Silver", @@ -1182,7 +1182,7 @@ }, "durabilityLevel": { "$ref": "#/definitions/DurabilityLevel", - "description": "The durability level of the node type. Learn about [DurabilityLevel](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-capacity).\n\n - Bronze - No privileges. This is the default.\n - Silver - The infrastructure jobs can be paused for a duration of 10 minutes per UD.\n - Gold - The infrastructure jobs can be paused for a duration of 2 hours per UD. Gold durability can be enabled only on full node VM skus like D15_V2, G5 etc.\n" + "description": "The durability level of the node type. Learn about [DurabilityLevel](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-capacity).\n\n - Bronze - No privileges. This is the default.\n - Silver - The infrastructure jobs can be paused for a duration of 10 minutes per UD.\n - Gold - The infrastructure jobs can be paused for a duration of 2 hours per UD. Gold durability can be enabled only on full node VM SKUs like D15_V2, G5 etc.\n" }, "applicationPorts": { "$ref": "#/definitions/EndpointRangeDescription", @@ -1190,7 +1190,7 @@ }, "ephemeralPorts": { "$ref": "#/definitions/EndpointRangeDescription", - "description": "The range of empheral ports that nodes in this node type should be configured with." + "description": "The range of ephemeral ports that nodes in this node type should be configured with." }, "isPrimary": { "type": "boolean",