Skip to content

Commit 5b659ed

Browse files
authored
fix spelling (#3609)
1 parent 8739c0b commit 5b659ed

27 files changed

+36
-36
lines changed

azps-14.0.0/Az.CloudService/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This command creates load balancer frontend IP configuration object with a Priva
5454
## PARAMETERS
5555

5656
### -Name
57-
Name of FrontendIpConfigration.
57+
Name of FrontendIpConfiguration.
5858

5959
```yaml
6060
Type: System.String

azps-14.0.0/Az.CognitiveServices/New-AzCognitiveServicesAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Accept wildcard characters: False
189189
```
190190
191191
### -IdentityType
192-
Set the new Cognitive Services Account Identity type, the idenetity is for use with key management services like Azure KeyVault.
192+
Set the new Cognitive Services Account Identity type, the identity is for use with key management services like Azure KeyVault.
193193
194194
```yaml
195195
Type: System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]

azps-14.0.0/Az.CognitiveServices/Remove-AzCognitiveServicesAccountNetworkRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This command remove several IpRules with IPAddressOrRange.
5555

5656
### Example 2: Remove a VirtualNetworkRule with VirtualNetworkRule Object input with JSON
5757
```powershell
58-
Remove-AzCognitiveServicesAccountNetworkRule -ResourceGroupName "myResourceGroup" -Name "myaccount" -VirtualNetworkRule (@{VirtualNetworkReourceId="/subscriptions/s1/resourceGroups/g1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"})
58+
Remove-AzCognitiveServicesAccountNetworkRule -ResourceGroupName "myResourceGroup" -Name "myaccount" -VirtualNetworkRule (@{VirtualNetworkResourceId="/subscriptions/s1/resourceGroups/g1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"})
5959
```
6060

6161
This command remove a VirtualNetworkRule with VirtualNetworkRule Object input with JSON.

azps-14.0.0/Az.Communication/Get-AzCommunicationService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Global ContosoAcsResource5 6/09/2024 4:41:40 AM [email protected] Us
6060

6161
Returns a list of all ACS resources under that subscription.
6262

63-
### Example 2: Get infomation on specified Azure Communication resource
63+
### Example 2: Get information on specified Azure Communication resource
6464
```powershell
6565
Get-AzCommunicationService -Name ContosoAcsResource34 -ResourceGroupName ContosoResourceProvider1
6666
```

azps-14.0.0/Az.Communication/Get-AzCommunicationServiceKey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get the access keys of the CommunicationService resource.
2525

2626
## EXAMPLES
2727

28-
### Example 1: Fetch the Key for the specified Communcation service
28+
### Example 1: Fetch the Key for the specified Communication service
2929
```powershell
3030
Get-AzCommunicationServiceKey -CommunicationServiceName ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1
3131
```
@@ -36,7 +36,7 @@ PrimaryConnectionString PrimaryKey SecondaryConnectionSt
3636
endpoint=<example-primary-endpoint> <example-primarykey> endpoint=<example-secondary-endpoint> <example-secondarykey>
3737
```
3838

39-
Displays the ConnectionString and Key for the specified Communcation service.
39+
Displays the ConnectionString and Key for the specified Communication service.
4040

4141
## PARAMETERS
4242

azps-14.0.0/Az.Communication/Get-AzEmailService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ global ContosoResource2 06-12-2021 20:22:48 test@m
5858

5959
Returns a list of all ACS resources under that subscription.
6060

61-
### Example 2: Get infomation on specified Azure Email services resource
61+
### Example 2: Get information on specified Azure Email services resource
6262
```powershell
6363
Get-AzEmailService -Name ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1
6464
```

azps-14.0.0/Az.Communication/Get-AzEmailServiceDomain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ global customdomain.net 07-02-2024 06:11:24 test
5959

6060
Returns a list of all domain resources under that email services.
6161

62-
### Example 2: Get infomation on specified Azure Email services resource
62+
### Example 2: Get information on specified Azure Email services resource
6363
```powershell
6464
Get-AzEmailServiceDomain -Name AzureManagedDomain -EmailServiceName ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1
6565
```

azps-14.0.0/Az.Communication/Get-AzEmailServiceSenderUsername.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Get a valid sender username for a domains resource.
5252

5353
## EXAMPLES
5454

55-
### Example 1: Get infomation on specified Azure Email services senderusername resource.
55+
### Example 1: Get information on specified Azure Email services senderusername resource.
5656
```powershell
5757
Get-AzEmailServiceSenderUsername -SenderUsername donotreply -DomainName AzureManagedDomain -EmailServiceName ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1
5858
```

azps-14.0.0/Az.Communication/Update-AzCommunicationService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Location Name SystemDataCreatedAt SystemDataCreatedBy Sys
6262
Global ContosoAcsResource1 7/10/2024 5:41:40 AM [email protected] User 7/16/2024 3:40:40 AM [email protected] User
6363
```
6464

65-
Attaches the given tags and links the doamin to the specified ACS resource.
65+
Attaches the given tags and links the domain to the specified ACS resource.
6666

6767
## PARAMETERS
6868

azps-14.0.0/Az.Compute/Add-AzVhd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Accept wildcard characters: False
176176
```
177177
178178
### -DiskHyperVGeneration
179-
The hypervisor generation of the Virtual Machine. Applicable to OS disks only. Posssible values are: 'V1', 'V2'.
179+
The hypervisor generation of the Virtual Machine. Applicable to OS disks only. Possible values are: 'V1', 'V2'.
180180
181181
```yaml
182182
Type: System.String

0 commit comments

Comments
 (0)