Skip to content

Spelling Fixes #27937

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 13, 2025
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 @@ -8,7 +8,7 @@ schema: 2.0.0
# Add-AzServiceFabricManagedClusterClientCertificate

## SYNOPSIS
Add certificate common name or thumbprint to the cluster. This will register the certificate agains the cluster for client authentication purposes.
Add certificate common name or thumbprint to the cluster. This will register the certificate against the cluster for client authentication purposes.

## SYNTAX

Expand Down Expand Up @@ -41,7 +41,7 @@ Add-AzServiceFabricManagedClusterClientCertificate [-InputObject] <PSManagedClus
```

## DESCRIPTION
Add certificate common name or thumbprint to the cluster. This will register the certificate agains the cluster for client authentication purposes.
Add certificate common name or thumbprint to the cluster. This will register the certificate against the cluster for client authentication purposes.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add-AzServiceFabricManagedNodeTypeVMExtension [-ResourceGroupName] <String> [-Cl
```

## DESCRIPTION
Add vm extension to the node type. This will add the extension to the underliying Virtual Machine Scale Set resource.
Add vm extension to the node type. This will add the extension to the underlying Virtual Machine Scale Set resource.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $NodeTypeName = "nt1"
Add-AzServiceFabricManagedNodeTypeVMSecret -ResourceGroupName $rgName -ClusterName $clusterName -NodeTypeName $NodeTypeName -SourceVaultId /subscriptions/XXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/testRG/providers/Microsoft.KeyVault/vaults/testkv -CertificateUrl https://testskv.vault.azure.net:443/secrets/TestCert/xxxxxxxxxxxxxxxxxxxxxxxx -CertificateStore My -Verbose
```

This commad adds a certificate secret from the keyvault and secret identifier specified.
This command adds a certificate secret from the keyvault and secret identifier specified.

### Example 2
```powershell
Expand All @@ -51,7 +51,7 @@ $nodeType = Get-AzServiceFabricManagedNodeType -ResourceGroupName $rgName -Clust
$nodeType | Add-AzServiceFabricManagedNodeTypeVMSecret -SourceVaultId /subscriptions/XXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/testRG/providers/Microsoft.KeyVault/vaults/testkv -CertificateUrl https://testskv.vault.azure.net:443/secrets/TestCert/xxxxxxxxxxxxxxxxxxxxxxxx -CertificateStore My -Verbose
```

This commad adds a certificate secret from the keyvault and secret identifier specified, with piping.
This command adds a certificate secret from the keyvault and secret identifier specified, with piping.

## PARAMETERS

Expand Down
6 changes: 3 additions & 3 deletions src/ServiceFabric/ServiceFabric/help/Az.ServiceFabric.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Azure Service Fabric Module that you can use to automate the end-2-end operation
Add common name or thumbprint to the cluster for client authentication purposes.

### [Add-AzServiceFabricManagedClusterClientCertificate](Add-AzServiceFabricManagedClusterClientCertificate.md)
Add certificate common name or thumbprint to the cluster. This will register the certificate agains the cluster for client authentication purposes.
Add certificate common name or thumbprint to the cluster. This will register the certificate against the cluster for client authentication purposes.

### [Add-AzServiceFabricManagedClusterNetworkSecurityRule](Add-AzServiceFabricManagedClusterNetworkSecurityRule.md)
Add network security rule to cluster resource.
Expand Down Expand Up @@ -123,7 +123,7 @@ Removes a managed application type from the cluster. This will remove all type v
Removes a managed application type version from the cluster. Only supports ARM deployed application type versions.

### [Remove-AzServiceFabricManagedClusterClientCertificate](Remove-AzServiceFabricManagedClusterClientCertificate.md)
Remvoe client certificate by thumbprint or common name.
Remove client certificate by thumbprint or common name.

### [Remove-AzServiceFabricManagedClusterService](Remove-AzServiceFabricManagedClusterService.md)
Remove a managed service from the cluster. Only supports ARM deployed services.
Expand Down Expand Up @@ -165,7 +165,7 @@ Update a service fabric managed application type version. This allows you to upd
Update a managed service from the cluster. Only supports ARM deployed services.

### [Set-AzServiceFabricManagedNodeType](Set-AzServiceFabricManagedNodeType.md)
Sets node type resource properties or run reimage actions on specific ndes of the node type with -Reimage parameter.
Sets node type resource properties or run reimage actions on specific nodes of the node type with -Reimage parameter.

### [Set-AzServiceFabricSetting](Set-AzServiceFabricSetting.md)
Add or update one or multiple Service Fabric settings to the cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Azure key vault resource group name, if not given it will be defaulted to resour
```yaml
Type: System.String
Parameter Sets: ByDefaultArmTemplate, ByNewPfxAndVaultName, ByExistingPfxAndVaultName
Aliases: KeyVaultResouceGroupName
Aliases: KeyVaultResourceGroupName

Required: False
Position: Named
Expand Down Expand Up @@ -428,7 +428,7 @@ Accept wildcard characters: False
```

### -Thumbprint
The thumbprint for the certificate correspoinding to the SecretIdentifier. Use this if the certificate is not managed as the key vault would only have the certificate stored as a secret and the cmdlet is unable to retreive the thumbprint.
The thumbprint for the certificate corresponding to the SecretIdentifier. Use this if the certificate is not managed as the key vault would only have the certificate stored as a secret and the cmdlet is unable to retrieve the thumbprint.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ Accept wildcard characters: False
```

### -VmUserAssignedIdentity
The list of user assigend identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. Follow steps to create the identity and add the role assignment with Service Fabric Resource Provider beforehand here: https://learn.microsoft.com/en-us/azure/service-fabric/how-to-managed-identity-managed-cluster-virtual-machine-scale-sets
The list of user assigned identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. Follow steps to create the identity and add the role assignment with Service Fabric Resource Provider beforehand here: https://learn.microsoft.com/en-us/azure/service-fabric/how-to-managed-identity-managed-cluster-virtual-machine-scale-sets

```yaml
Type: System.String[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Remove-AzServiceFabricManagedClusterClientCertificate

## SYNOPSIS
Remvoe client certificate by thumbprint or common name.
Remove client certificate by thumbprint or common name.

## SYNTAX

Expand Down Expand Up @@ -39,7 +39,7 @@ Remove-AzServiceFabricManagedClusterClientCertificate [-InputObject] <PSManagedC
```

## DESCRIPTION
Remvoe client certificate by thumbprint or common name.
Remove client certificate by thumbprint or common name.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Remove-AzServiceFabricManagedNodeType [-ResourceId] <String> -NodeName <String[]
```

## DESCRIPTION
Remove the node type or specific nodes within the node type. If the paremter -NodeName is used then only nodes specified will be removed.
Remove the node type or specific nodes within the node type. If the parameter -NodeName is used then only nodes specified will be removed.

## EXAMPLES

Expand Down Expand Up @@ -148,7 +148,7 @@ Accept wildcard characters: False

### -ForceRemoveNode
Using this flag will force the removal even if service fabric is unable to disable the nodes.
Use with caution as this might cause data loss if stateful workloads are running on the nodes, or might bring the cluster down if there are not enough seed nodes after the opearion.
Use with caution as this might cause data loss if stateful workloads are running on the nodes, or might bring the cluster down if there are not enough seed nodes after the operation.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Accept wildcard characters: False
```

### -DefaultServiceTypeMaxPercentUnhealthyPartitionsPerService
Specifies the maximum percent of unhelthy partitions per service allowed by the health policy for the default service type to use for the monitored upgrade.
Specifies the maximum percent of unhealthy partitions per service allowed by the health policy for the default service type to use for the monitored upgrade.

```yaml
Type: System.Int32
Expand All @@ -214,7 +214,7 @@ Accept wildcard characters: False
```

### -DefaultServiceTypeMaxPercentUnhealthyReplicasPerPartition
Specifies the maximum percent of unhelthy replicas per service allowed by the health policy for the default service type to use for the monitored upgrade.
Specifies the maximum percent of unhealthy replicas per service allowed by the health policy for the default service type to use for the monitored upgrade.

```yaml
Type: System.Int32
Expand All @@ -229,7 +229,7 @@ Accept wildcard characters: False
```

### -DefaultServiceTypeUnhealthyServicesMaxPercent
Specifies the maximum percent of unhelthy services allowed by the health policy for the default service type to use for the monitored upgrade.
Specifies the maximum percent of unhealthy services allowed by the health policy for the default service type to use for the monitored upgrade.

```yaml
Type: System.Int32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Set-AzServiceFabricManagedNodeType

## SYNOPSIS
Sets node type resource properties or run reimage actions on specific ndes of the node type with -Reimage parameter.
Sets node type resource properties or run reimage actions on specific nodes of the node type with -Reimage parameter.

## SYNTAX

Expand Down Expand Up @@ -54,7 +54,7 @@ Set-AzServiceFabricManagedNodeType [-InputObject] <PSManagedNodeType> -NodeName
```

## DESCRIPTION
Sets node type resource properties or run reimage actions on specific ndes of the node type with -Reimage parameter. On reimgae operation the service fabric nodes will be disabled before reimaging the vms and enabled them back again once they come back. If this is done on primary node types it might take a while as it might not reimage all the nodes at the same time. Use -ForceReimage force the operation even if service fabric is unable to disable the nodes but use with caution as this might cause data loss if stateful workloads are running on the node.
Sets node type resource properties or run reimage actions on specific nodes of the node type with -Reimage parameter. On reimage operation the service fabric nodes will be disabled before reimaging the vms and enabled them back again once they come back. If this is done on primary node types it might take a while as it might not reimage all the nodes at the same time. Use -ForceReimage to force the operation even if service fabric is unable to disable the nodes but use with caution as this might cause data loss if stateful workloads are running on the node.

## EXAMPLES

Expand All @@ -76,7 +76,7 @@ $NodeTypeName = "nt1"
Set-AzServiceFabricManagedNodeType -ResourceGroupName $rgName -ClusterName $clusterName -name $NodeTypeName -PlacementProperty @{NodeColor="Red";SomeProperty="6";} -Verbose
```

Update placement properites of the node type. This will overwrite older placement properites if any.
Update placement properties of the node type. This will overwrite older placement properties if any.

### Example 3
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Accept wildcard characters: False
```

### -DefaultServiceTypeMaxPercentUnhealthyPartitionsPerService
Specifies the maximum percent of unhelthy partitions per service allowed by the health policy for the default service type to use for the monitored upgrade.
Specifies the maximum percent of unhealthy partitions per service allowed by the health policy for the default service type to use for the monitored upgrade.

```yaml
Type: System.Int32
Expand All @@ -188,7 +188,7 @@ Accept wildcard characters: False
```

### -DefaultServiceTypeMaxPercentUnhealthyReplicasPerPartition
Specifies the maximum percent of unhelthy replicas per service allowed by the health policy for the default service type to use for the monitored upgrade.
Specifies the maximum percent of unhealthy replicas per service allowed by the health policy for the default service type to use for the monitored upgrade.

```yaml
Type: System.Int32
Expand All @@ -203,7 +203,7 @@ Accept wildcard characters: False
```

### -DefaultServiceTypeUnhealthyServicesMaxPercent
Specifies the maximum percent of unhelthy services allowed by the health policy for the default service type to use for the monitored upgrade.
Specifies the maximum percent of unhealthy services allowed by the health policy for the default service type to use for the monitored upgrade.

```yaml
Type: System.Int32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Accept wildcard characters: False
```

### -SecretNameInKeyVault
The name of secret in keyvault refenced by -SecretStoreKeyVaultId.
The name of secret in keyvault referenced by -SecretStoreKeyVaultId.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Accept wildcard characters: False
```

### -FilePath
The path of the file need to be deploied.
The path of the file need to be deployed.
The file supports Jar, NetcoreZip and Source.

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Disable-AzSqlDatabaseLedgerDigestUpload [-ResourceId] <String> [-DefaultProfile
```

## DESCRIPTION
The Disable-AzSqlDatabaseLedgerDigestUpload cmdlet disables uploading ledger digests to Azure Blob storage or Azure Confidental Ledger. To use the cmdlet, identify the database.
The Disable-AzSqlDatabaseLedgerDigestUpload cmdlet disables uploading ledger digests to Azure Blob storage or Azure Confidential Ledger. To use the cmdlet, identify the database.

## EXAMPLES

Expand Down
4 changes: 2 additions & 2 deletions src/Sql/Sql/help/Get-AzSqlInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Get-AzSqlInstance [-InstancePool] <AzureSqlInstancePoolModel> [-ExpandActiveDire
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
```

### ListByInstancePoolResourceIdentiferParameterSet
### ListByInstancePoolResourceIdentifierParameterSet
```
Get-AzSqlInstance [-InstancePoolResourceId] <String> [-ExpandActiveDirectoryAdministrator]
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
Expand Down Expand Up @@ -499,7 +499,7 @@ The instance pool resource identifier.

```yaml
Type: System.String
Parameter Sets: ListByInstancePoolResourceIdentiferParameterSet
Parameter Sets: ListByInstancePoolResourceIdentifierParameterSet
Aliases:

Required: True
Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/Get-AzSqlInstanceDatabaseCopyOperation.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Accept wildcard characters: False
```

### -OnlyLatestPerDatabase
Return only latest opereation per managed database
Return only latest operation per managed database

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/Get-AzSqlInstanceDatabaseMoveOperation.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Accept wildcard characters: False
```

### -OnlyLatestPerDatabase
Return only latest opereation per managed database
Return only latest operation per managed database

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/New-AzSqlElasticPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ StorageMB : 32768
Tags :
```

This command creates an elastic pool in the GengeralPurpose service tier named ElasticPool01. The server
This command creates an elastic pool in the GeneralPurpose service tier named ElasticPool01. The server
named server01, assigned to an Azure resource group named ResourceGroup01, hosts the elastic pool
in. The command specifies the vCore property values for the pool and the databases in the pool.

Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/New-AzSqlInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ Accept wildcard characters: False
```

### -IdentityType
Type of identity to be assigned to the server. Possible values are SystemAsssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.
Type of identity to be assigned to the server. Possible values are SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/New-AzSqlInstanceStartStopSchedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Accept wildcard characters: False
```

### -ScheduleList
Array of valid SheduleItem objects.
Array of valid ScheduleItem objects.

```yaml
Type: ScheduleItem[]
Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/New-AzSqlServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Accept wildcard characters: False
```

### -IdentityType
Type of identity to be assigned to the server. Possible values are SystemAsssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.
Type of identity to be assigned to the server. Possible values are SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Remove-AzSqlInstanceServerTrustCertificate [-ResourceId] <String> [-AsJob] [-Pas
```

## DESCRIPTION
**Remove-AzSqlInstanceServerTrustCertificate** cmdlet removes a server trust certificate from Azure SQL Managed Instanc
**Remove-AzSqlInstanceServerTrustCertificate** cmdlet removes a server trust certificate from Azure SQL Managed Instance

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/Set-AzSqlElasticJobStep.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Accept wildcard characters: False
```

### -RetryAttempts
The retry attemps
The retry attempts

```yaml
Type: System.Nullable`1[System.Int32]
Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/Set-AzSqlInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Accept wildcard characters: False
```

### -IdentityType
Type of identity to be assigned to the server. Possible values are SystemAsssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.
Type of identity to be assigned to the server. Possible values are SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/Set-AzSqlServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Accept wildcard characters: False
```

### -IdentityType
Type of identity to be assigned to the server. Possible values are SystemAsssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.
Type of identity to be assigned to the server. Possible values are SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/Update-AzSqlInstanceLink.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ FailoverMode : Manual
SeedingMode : Automatic
```

This command sets the replication mode of an instance link to "Aync".
This command sets the replication mode of an instance link to "Async".

### Example 3: Set replication mode of an instance link by its resource identifier
```powershell
Expand Down