diff --git a/services/preview/servicefabric/mgmt/2017-07-01-preview/servicefabric/models.go b/services/preview/servicefabric/mgmt/2017-07-01-preview/servicefabric/models.go index 337b978b41b9..5dcbe8025ab6 100644 --- a/services/preview/servicefabric/mgmt/2017-07-01-preview/servicefabric/models.go +++ b/services/preview/servicefabric/mgmt/2017-07-01-preview/servicefabric/models.go @@ -1139,7 +1139,7 @@ type ClusterUpgradeDeltaHealthPolicy struct { type ClusterUpgradePolicy struct { // ForceRestart - If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). ForceRestart *bool `json:"forceRestart,omitempty"` - // UpgradeReplicaSetCheckTimeout - 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. + // UpgradeReplicaSetCheckTimeout - 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. UpgradeReplicaSetCheckTimeout *string `json:"upgradeReplicaSetCheckTimeout,omitempty"` // HealthCheckWaitDuration - The length of time to wait after completing an upgrade domain before performing health checks. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format. HealthCheckWaitDuration *string `json:"healthCheckWaitDuration,omitempty"` @@ -1266,7 +1266,7 @@ type NodeTypeDescription struct { DurabilityLevel DurabilityLevel `json:"durabilityLevel,omitempty"` // ApplicationPorts - The range of ports from which cluster assigned port to Service Fabric applications. ApplicationPorts *EndpointRangeDescription `json:"applicationPorts,omitempty"` - // EphemeralPorts - The range of empheral ports that nodes in this node type should be configured with. + // EphemeralPorts - The range of ephemeral ports that nodes in this node type should be configured with. EphemeralPorts *EndpointRangeDescription `json:"ephemeralPorts,omitempty"` // IsPrimary - The node type on which system services will run. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters. IsPrimary *bool `json:"isPrimary,omitempty"` @@ -2168,7 +2168,7 @@ type ServiceTypeHealthPolicy struct { // The percentage is calculated by dividing the number of unhealthy replicas 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. MaxPercentUnhealthyReplicasPerPartition *int32 `json:"MaxPercentUnhealthyReplicasPerPartition,omitempty"` - // MaxPercentUnhealthyServices - The maximum maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100. + // 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. // 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/services/servicefabric/mgmt/2016-09-01/servicefabric/models.go b/services/servicefabric/mgmt/2016-09-01/servicefabric/models.go index d21278982097..02e729922b07 100644 --- a/services/servicefabric/mgmt/2016-09-01/servicefabric/models.go +++ b/services/servicefabric/mgmt/2016-09-01/servicefabric/models.go @@ -241,7 +241,7 @@ type CertificateDescription struct { type ClientCertificateCommonName struct { // IsAdmin - Is this certificate used for admin access from the client, if false , it is used or query only access IsAdmin *bool `json:"isAdmin,omitempty"` - // CertificateCommonName - Certificate common name to be granted access; be carefull using wild card common names + // CertificateCommonName - Certificate common name to be granted access; be careful using wild card common names CertificateCommonName *string `json:"certificateCommonName,omitempty"` // CertificateIssuerThumbprint - Certificate issuer thumbprint CertificateIssuerThumbprint *string `json:"certificateIssuerThumbprint,omitempty"` @@ -748,7 +748,7 @@ type ClusterProperties struct { ClusterEndpoint *string `json:"clusterEndpoint,omitempty"` // ClusterCodeVersion - The ServiceFabric code version running in your cluster ClusterCodeVersion *string `json:"clusterCodeVersion,omitempty"` - // Certificate - This primay certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client + // Certificate - This primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client Certificate *CertificateDescription `json:"certificate,omitempty"` // ReliabilityLevel - Cluster reliability level indicates replica set size of system service. Possible values include: 'ReliabilityLevel1Bronze', 'ReliabilityLevel1Silver', 'ReliabilityLevel1Gold', 'ReliabilityLevel1Platinum' ReliabilityLevel ReliabilityLevel1 `json:"reliabilityLevel,omitempty"` @@ -764,7 +764,7 @@ type ClusterProperties struct { ReverseProxyCertificate *CertificateDescription `json:"reverseProxyCertificate,omitempty"` // ManagementEndpoint - The http management endpoint of the cluster ManagementEndpoint *string `json:"managementEndpoint,omitempty"` - // NodeTypes - The list of nodetypes that make up the cluster + // NodeTypes - The list of node types that make up the cluster NodeTypes *[]NodeTypeDescription `json:"nodeTypes,omitempty"` // AzureActiveDirectory - The settings to enable AAD authentication on the cluster AzureActiveDirectory *AzureActiveDirectory `json:"azureActiveDirectory,omitempty"` @@ -786,7 +786,7 @@ type ClusterPropertiesUpdateParameters struct { UpgradeMode UpgradeMode `json:"upgradeMode,omitempty"` // ClusterCodeVersion - The ServiceFabric code version, if set it, please make sure you have set upgradeMode to Manual, otherwise ,it will fail, if you are using PUT new cluster, you can get the version by using ClusterVersions_List, if you are updating existing cluster, you can get the availableClusterVersions from Clusters_Get ClusterCodeVersion *string `json:"clusterCodeVersion,omitempty"` - // 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 + // 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 Certificate *CertificateDescription `json:"certificate,omitempty"` // ClientCertificateThumbprints - The client thumbprint details, it is used for client access for cluster operation, it will override existing collection ClientCertificateThumbprints *[]ClientCertificateThumbprint `json:"clientCertificateThumbprints,omitempty"` @@ -796,7 +796,7 @@ type ClusterPropertiesUpdateParameters struct { FabricSettings *[]SettingsSectionDescription `json:"fabricSettings,omitempty"` // ReverseProxyCertificate - Certificate for the reverse proxy ReverseProxyCertificate *CertificateDescription `json:"reverseProxyCertificate,omitempty"` - // NodeTypes - The list of nodetypes that make up the cluster, it will override + // NodeTypes - The list of node types that make up the cluster, it will override NodeTypes *[]NodeTypeDescription `json:"nodeTypes,omitempty"` // UpgradeDescription - The policy to use when upgrading the cluster. UpgradeDescription *ClusterUpgradePolicy `json:"upgradeDescription,omitempty"` @@ -1005,11 +1005,11 @@ type NodeTypeDescription struct { ClientConnectionEndpointPort *int32 `json:"clientConnectionEndpointPort,omitempty"` // HTTPGatewayEndpointPort - The HTTP cluster management endpoint port HTTPGatewayEndpointPort *int32 `json:"httpGatewayEndpointPort,omitempty"` - // DurabilityLevel - Nodetype durability Level. Possible values include: 'Bronze', 'Silver', 'Gold' + // DurabilityLevel - Node type durability Level. Possible values include: 'Bronze', 'Silver', 'Gold' DurabilityLevel DurabilityLevel `json:"durabilityLevel,omitempty"` // ApplicationPorts - Ports used by applications ApplicationPorts *EndpointRangeDescription `json:"applicationPorts,omitempty"` - // EphemeralPorts - System assgined application ports + // EphemeralPorts - System assigned application ports EphemeralPorts *EndpointRangeDescription `json:"ephemeralPorts,omitempty"` // IsPrimary - Mark this as the primary node type IsPrimary *bool `json:"isPrimary,omitempty"` @@ -1209,7 +1209,7 @@ func NewOperationListResultPage(getNextPage func(context.Context, OperationListR type OperationResult struct { // Name - Result name Name *string `json:"name,omitempty"` - // Display - Dispaly of the result + // Display - Display of the result Display *AvailableOperationDisplay `json:"display,omitempty"` // Origin - Origin result Origin *string `json:"origin,omitempty"` diff --git a/services/servicefabric/mgmt/2018-02-01/servicefabric/models.go b/services/servicefabric/mgmt/2018-02-01/servicefabric/models.go index 59e812aa9459..73d97817dd1e 100644 --- a/services/servicefabric/mgmt/2018-02-01/servicefabric/models.go +++ b/services/servicefabric/mgmt/2018-02-01/servicefabric/models.go @@ -1790,7 +1790,7 @@ func (cudhp ClusterUpgradeDeltaHealthPolicy) MarshalJSON() ([]byte, error) { type ClusterUpgradePolicy struct { // ForceRestart - If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). ForceRestart *bool `json:"forceRestart,omitempty"` - // UpgradeReplicaSetCheckTimeout - 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. + // UpgradeReplicaSetCheckTimeout - 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. UpgradeReplicaSetCheckTimeout *string `json:"upgradeReplicaSetCheckTimeout,omitempty"` // HealthCheckWaitDuration - The length of time to wait after completing an upgrade domain before performing health checks. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format. HealthCheckWaitDuration *string `json:"healthCheckWaitDuration,omitempty"` @@ -1922,12 +1922,12 @@ type NodeTypeDescription struct { // DurabilityLevel - The durability level of the node type. Learn about [DurabilityLevel](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-capacity). // - Bronze - No privileges. This is the default. // - Silver - The infrastructure jobs can be paused for a duration of 10 minutes per UD. - // - 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. + // - 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. // . Possible values include: 'Bronze', 'Silver', 'Gold' DurabilityLevel DurabilityLevel `json:"durabilityLevel,omitempty"` // ApplicationPorts - The range of ports from which cluster assigned port to Service Fabric applications. ApplicationPorts *EndpointRangeDescription `json:"applicationPorts,omitempty"` - // EphemeralPorts - The range of empheral ports that nodes in this node type should be configured with. + // EphemeralPorts - The range of ephemeral ports that nodes in this node type should be configured with. EphemeralPorts *EndpointRangeDescription `json:"ephemeralPorts,omitempty"` // IsPrimary - The node type on which system services will run. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters. IsPrimary *bool `json:"isPrimary,omitempty"`