diff --git a/src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedClusterClientCertificate.md b/src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedClusterClientCertificate.md index 8cecd1d71f6e..7ee90ce1d765 100644 --- a/src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedClusterClientCertificate.md +++ b/src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedClusterClientCertificate.md @@ -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 @@ -41,7 +41,7 @@ Add-AzServiceFabricManagedClusterClientCertificate [-InputObject] [-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 diff --git a/src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedNodeTypeVMSecret.md b/src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedNodeTypeVMSecret.md index 71cfce39974a..8c56cc66a920 100644 --- a/src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedNodeTypeVMSecret.md +++ b/src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricManagedNodeTypeVMSecret.md @@ -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 @@ -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 diff --git a/src/ServiceFabric/ServiceFabric/help/Az.ServiceFabric.md b/src/ServiceFabric/ServiceFabric/help/Az.ServiceFabric.md index 437933865899..6c677c55757d 100644 --- a/src/ServiceFabric/ServiceFabric/help/Az.ServiceFabric.md +++ b/src/ServiceFabric/ServiceFabric/help/Az.ServiceFabric.md @@ -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. @@ -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. @@ -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. diff --git a/src/ServiceFabric/ServiceFabric/help/New-AzServiceFabricCluster.md b/src/ServiceFabric/ServiceFabric/help/New-AzServiceFabricCluster.md index 22eb0161f299..db27006bceb6 100644 --- a/src/ServiceFabric/ServiceFabric/help/New-AzServiceFabricCluster.md +++ b/src/ServiceFabric/ServiceFabric/help/New-AzServiceFabricCluster.md @@ -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 @@ -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 diff --git a/src/ServiceFabric/ServiceFabric/help/New-AzServiceFabricManagedNodeType.md b/src/ServiceFabric/ServiceFabric/help/New-AzServiceFabricManagedNodeType.md index c42764e5d2b8..cdb7801dedac 100644 --- a/src/ServiceFabric/ServiceFabric/help/New-AzServiceFabricManagedNodeType.md +++ b/src/ServiceFabric/ServiceFabric/help/New-AzServiceFabricManagedNodeType.md @@ -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[] diff --git a/src/ServiceFabric/ServiceFabric/help/Remove-AzServiceFabricManagedClusterClientCertificate.md b/src/ServiceFabric/ServiceFabric/help/Remove-AzServiceFabricManagedClusterClientCertificate.md index 20986d2b2e61..19fb5f55f7f5 100644 --- a/src/ServiceFabric/ServiceFabric/help/Remove-AzServiceFabricManagedClusterClientCertificate.md +++ b/src/ServiceFabric/ServiceFabric/help/Remove-AzServiceFabricManagedClusterClientCertificate.md @@ -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 @@ -39,7 +39,7 @@ Remove-AzServiceFabricManagedClusterClientCertificate [-InputObject] -NodeName -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 @@ -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 diff --git a/src/ServiceFabric/ServiceFabric/help/Update-AzServiceFabricApplication.md b/src/ServiceFabric/ServiceFabric/help/Update-AzServiceFabricApplication.md index 9bc2c66c8500..2e89edc3158c 100644 --- a/src/ServiceFabric/ServiceFabric/help/Update-AzServiceFabricApplication.md +++ b/src/ServiceFabric/ServiceFabric/help/Update-AzServiceFabricApplication.md @@ -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 @@ -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 @@ -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 diff --git a/src/ServiceLinker/ServiceLinker/help/New-AzServiceLinkerSecretAuthInfoObject.md b/src/ServiceLinker/ServiceLinker/help/New-AzServiceLinkerSecretAuthInfoObject.md index e3c201d86343..3a79bdb56f8a 100644 --- a/src/ServiceLinker/ServiceLinker/help/New-AzServiceLinkerSecretAuthInfoObject.md +++ b/src/ServiceLinker/ServiceLinker/help/New-AzServiceLinkerSecretAuthInfoObject.md @@ -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 diff --git a/src/SpringCloud/SpringCloud/help/Deploy-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud/help/Deploy-AzSpringCloudApp.md index 1379685da49f..157e120a34bc 100644 --- a/src/SpringCloud/SpringCloud/help/Deploy-AzSpringCloudApp.md +++ b/src/SpringCloud/SpringCloud/help/Deploy-AzSpringCloudApp.md @@ -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 diff --git a/src/Sql/Sql/help/Disable-AzSqlDatabaseLedgerDigestUpload.md b/src/Sql/Sql/help/Disable-AzSqlDatabaseLedgerDigestUpload.md index de0da574650d..26563f290b80 100644 --- a/src/Sql/Sql/help/Disable-AzSqlDatabaseLedgerDigestUpload.md +++ b/src/Sql/Sql/help/Disable-AzSqlDatabaseLedgerDigestUpload.md @@ -31,7 +31,7 @@ Disable-AzSqlDatabaseLedgerDigestUpload [-ResourceId] [-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 diff --git a/src/Sql/Sql/help/Get-AzSqlInstance.md b/src/Sql/Sql/help/Get-AzSqlInstance.md index a019d3fd3f9c..084bc11df627 100644 --- a/src/Sql/Sql/help/Get-AzSqlInstance.md +++ b/src/Sql/Sql/help/Get-AzSqlInstance.md @@ -24,7 +24,7 @@ Get-AzSqlInstance [-InstancePool] [-ExpandActiveDire [-DefaultProfile ] [] ``` -### ListByInstancePoolResourceIdentiferParameterSet +### ListByInstancePoolResourceIdentifierParameterSet ``` Get-AzSqlInstance [-InstancePoolResourceId] [-ExpandActiveDirectoryAdministrator] [-DefaultProfile ] [] @@ -499,7 +499,7 @@ The instance pool resource identifier. ```yaml Type: System.String -Parameter Sets: ListByInstancePoolResourceIdentiferParameterSet +Parameter Sets: ListByInstancePoolResourceIdentifierParameterSet Aliases: Required: True diff --git a/src/Sql/Sql/help/Get-AzSqlInstanceDatabaseCopyOperation.md b/src/Sql/Sql/help/Get-AzSqlInstanceDatabaseCopyOperation.md index cb8bdb439da3..cce123702bd1 100644 --- a/src/Sql/Sql/help/Get-AzSqlInstanceDatabaseCopyOperation.md +++ b/src/Sql/Sql/help/Get-AzSqlInstanceDatabaseCopyOperation.md @@ -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 diff --git a/src/Sql/Sql/help/Get-AzSqlInstanceDatabaseMoveOperation.md b/src/Sql/Sql/help/Get-AzSqlInstanceDatabaseMoveOperation.md index 5c2564e41057..a84b215661d6 100644 --- a/src/Sql/Sql/help/Get-AzSqlInstanceDatabaseMoveOperation.md +++ b/src/Sql/Sql/help/Get-AzSqlInstanceDatabaseMoveOperation.md @@ -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 diff --git a/src/Sql/Sql/help/New-AzSqlElasticPool.md b/src/Sql/Sql/help/New-AzSqlElasticPool.md index fc1e69b7832a..064a12f77b3e 100644 --- a/src/Sql/Sql/help/New-AzSqlElasticPool.md +++ b/src/Sql/Sql/help/New-AzSqlElasticPool.md @@ -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. diff --git a/src/Sql/Sql/help/New-AzSqlInstance.md b/src/Sql/Sql/help/New-AzSqlInstance.md index 9c65665bcb25..eabf0aad6757 100644 --- a/src/Sql/Sql/help/New-AzSqlInstance.md +++ b/src/Sql/Sql/help/New-AzSqlInstance.md @@ -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 diff --git a/src/Sql/Sql/help/New-AzSqlInstanceStartStopSchedule.md b/src/Sql/Sql/help/New-AzSqlInstanceStartStopSchedule.md index fccc4a1a97b5..85b76a872f72 100644 --- a/src/Sql/Sql/help/New-AzSqlInstanceStartStopSchedule.md +++ b/src/Sql/Sql/help/New-AzSqlInstanceStartStopSchedule.md @@ -145,7 +145,7 @@ Accept wildcard characters: False ``` ### -ScheduleList -Array of valid SheduleItem objects. +Array of valid ScheduleItem objects. ```yaml Type: ScheduleItem[] diff --git a/src/Sql/Sql/help/New-AzSqlServer.md b/src/Sql/Sql/help/New-AzSqlServer.md index 08022a97db16..00cd77f37208 100644 --- a/src/Sql/Sql/help/New-AzSqlServer.md +++ b/src/Sql/Sql/help/New-AzSqlServer.md @@ -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 diff --git a/src/Sql/Sql/help/Remove-AzSqlInstanceServerTrustCertificate.md b/src/Sql/Sql/help/Remove-AzSqlInstanceServerTrustCertificate.md index d94a96975722..30f0fea2423d 100644 --- a/src/Sql/Sql/help/Remove-AzSqlInstanceServerTrustCertificate.md +++ b/src/Sql/Sql/help/Remove-AzSqlInstanceServerTrustCertificate.md @@ -38,7 +38,7 @@ Remove-AzSqlInstanceServerTrustCertificate [-ResourceId] [-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 diff --git a/src/Sql/Sql/help/Set-AzSqlElasticJobStep.md b/src/Sql/Sql/help/Set-AzSqlElasticJobStep.md index 93f4e011d05d..9c5003a4d4e2 100644 --- a/src/Sql/Sql/help/Set-AzSqlElasticJobStep.md +++ b/src/Sql/Sql/help/Set-AzSqlElasticJobStep.md @@ -400,7 +400,7 @@ Accept wildcard characters: False ``` ### -RetryAttempts -The retry attemps +The retry attempts ```yaml Type: System.Nullable`1[System.Int32] diff --git a/src/Sql/Sql/help/Set-AzSqlInstance.md b/src/Sql/Sql/help/Set-AzSqlInstance.md index 739dfadfd4b1..b5dbd15518b0 100644 --- a/src/Sql/Sql/help/Set-AzSqlInstance.md +++ b/src/Sql/Sql/help/Set-AzSqlInstance.md @@ -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 diff --git a/src/Sql/Sql/help/Set-AzSqlServer.md b/src/Sql/Sql/help/Set-AzSqlServer.md index 492b82d2f1c1..fdd3d8a588d6 100644 --- a/src/Sql/Sql/help/Set-AzSqlServer.md +++ b/src/Sql/Sql/help/Set-AzSqlServer.md @@ -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 diff --git a/src/Sql/Sql/help/Update-AzSqlInstanceLink.md b/src/Sql/Sql/help/Update-AzSqlInstanceLink.md index f8826c813c74..8670a249c2e6 100644 --- a/src/Sql/Sql/help/Update-AzSqlInstanceLink.md +++ b/src/Sql/Sql/help/Update-AzSqlInstanceLink.md @@ -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