Skip to content

Commit 39ba52a

Browse files
authored
fix spelling (#3634)
1 parent a1b3e0f commit 39ba52a

34 files changed

+51
-51
lines changed

azps-12.5.0/Az.SelfHelp/Invoke-AzSelfHelpCheckNameAvailability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Message NameAvailable Reason
6363
True
6464
```
6565

66-
Checks if resource name is avilabale/unique for the scope or not
66+
Checks if resource name is available/unique for the scope or not
6767

6868
## PARAMETERS
6969

azps-12.5.0/Az.ServiceBus/Get-AzServiceBusSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ResourceGroupName : damorg
8888
Status : Active
8989
```
9090

91-
Get details of subcription `sub$$D` from ServiceBus topic `myTopic`.
91+
Get details of subscription `sub$$D` from ServiceBus topic `myTopic`.
9292

9393
### Example 2: List all subscriptions in a topic
9494
```powershell

azps-12.5.0/Az.ServiceBus/New-AzServiceBusAuthorizationRuleSASToken.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ New-AzServiceBusAuthorizationRuleSASToken [-AuthorizationRuleId] <String> [-KeyT
2121
```
2222

2323
## DESCRIPTION
24-
The New-AzServiceBusAuthorizationRuleSASToken cmdlet generates a Shared Access Signature (SAS) token for an Azure Eventhub Namesapce or Azure Eventhub
24+
The New-AzServiceBusAuthorizationRuleSASToken cmdlet generates a Shared Access Signature (SAS) token for an Azure Eventhub Namespace or Azure Eventhub
2525

2626
## EXAMPLES
2727

azps-12.5.0/Az.ServiceBus/Test-AzServiceBusName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Message
5656
The specified name is not available. For more information visit https://aka.ms/eventhubsarmexceptions. False NameInUse
5757
```
5858

59-
Checks the availability of alias name `myAlias` on namespace `myNamepace`.
59+
Checks the availability of alias name `myAlias` on namespace `myNamespace`.
6060

6161
## PARAMETERS
6262

azps-12.5.0/Az.ServiceBus/Test-AzServiceBusNameAvailability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Test-AzServiceBusNameAvailability -ResourceGroupName $resourceGroupName -Namespa
4040
True
4141
```
4242

43-
Returns True if the Provided $nameQueue name is Availabile or returns False if Provided $nameQueue name in not available
43+
Returns True if the Provided $nameQueue name is Available or returns False if Provided $nameQueue name in not available
4444

4545
### Example 2
4646
```powershell
@@ -51,7 +51,7 @@ Test-AzServiceBusNameAvailability -ResourceGroupName $resourceGroupName -Namespa
5151
True
5252
```
5353

54-
Returns True if the Provided $nameTopic name is Availabile or returns False if Provided $nameTopic name in not available
54+
Returns True if the Provided $nameTopic name is Available or returns False if Provided $nameTopic name in not available
5555

5656
## PARAMETERS
5757

azps-12.5.0/Az.ServiceFabric/Add-AzServiceFabricManagedClusterClientCertificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1010
# Add-AzServiceFabricManagedClusterClientCertificate
1111

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

1515
## SYNTAX
1616

@@ -43,7 +43,7 @@ Add-AzServiceFabricManagedClusterClientCertificate [-InputObject] <PSManagedClus
4343
```
4444

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

4848
## EXAMPLES
4949

azps-12.5.0/Az.ServiceFabric/Add-AzServiceFabricManagedNodeTypeVMExtension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add-AzServiceFabricManagedNodeTypeVMExtension [-ResourceGroupName] <String> [-Cl
3333
```
3434

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

3838
## EXAMPLES
3939

azps-12.5.0/Az.ServiceFabric/Add-AzServiceFabricManagedNodeTypeVMSecret.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $NodeTypeName = "nt1"
4141
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
4242
```
4343

44-
This commad adds a certificate secret from the keyvault and secret identifier specified.
44+
This command adds a certificate secret from the keyvault and secret identifier specified.
4545

4646
### Example 2
4747
```powershell
@@ -53,7 +53,7 @@ $nodeType = Get-AzServiceFabricManagedNodeType -ResourceGroupName $rgName -Clust
5353
$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
5454
```
5555

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

5858
## PARAMETERS
5959

azps-12.5.0/Az.ServiceFabric/Az.ServiceFabric.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Service Fabric Module that you can use to automate the end-2-end operation
1717
Add common name or thumbprint to the cluster for client authentication purposes.
1818

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

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

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

130130
### [Remove-AzServiceFabricManagedClusterService](Remove-AzServiceFabricManagedClusterService.md)
131131
Remove a managed service from the cluster. Only supports ARM deployed services.
@@ -167,7 +167,7 @@ Update a service fabric managed application type version. This allows you to upd
167167
Update a managed service from the cluster. Only supports ARM deployed services.
168168

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

172172
### [Set-AzServiceFabricSetting](Set-AzServiceFabricSetting.md)
173173
Add or update one or multiple Service Fabric settings to the cluster.

azps-12.5.0/Az.ServiceFabric/New-AzServiceFabricCluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Azure key vault resource group name, if not given it will be defaulted to resour
275275
```yaml
276276
Type: System.String
277277
Parameter Sets: ByDefaultArmTemplate, ByNewPfxAndVaultName, ByExistingPfxAndVaultName
278-
Aliases: KeyVaultResouceGroupName
278+
Aliases: KeyVaultResourceGroupName
279279

280280
Required: False
281281
Position: Named
@@ -430,7 +430,7 @@ Accept wildcard characters: False
430430
```
431431
432432
### -Thumbprint
433-
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.
433+
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.
434434
435435
```yaml
436436
Type: System.String

0 commit comments

Comments
 (0)