Skip to content

Commit 513dcae

Browse files
ArieHeinCopilot
andauthored
Spelling Fixes (#27915)
Co-authored-by: Copilot <[email protected]>
1 parent 7b8de50 commit 513dcae

26 files changed

+33
-33
lines changed

src/CloudService/CloudService/help/New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject.md

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

5454
### -Name
55-
Name of FrontendIpConfigration.
55+
Name of FrontendIpConfiguration.
5656

5757
```yaml
5858
Type: System.String

src/CognitiveServices/CognitiveServices/help/New-AzCognitiveServicesAccount.md

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

src/CognitiveServices/CognitiveServices/help/Remove-AzCognitiveServicesAccountNetworkRule.md

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

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

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

src/Communication/Communication/help/Get-AzCommunicationService.md

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

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

61-
### Example 2: Get infomation on specified Azure Communication resource
61+
### Example 2: Get information on specified Azure Communication resource
6262
```powershell
6363
Get-AzCommunicationService -Name ContosoAcsResource34 -ResourceGroupName ContosoResourceProvider1
6464
```

src/Communication/Communication/help/Get-AzCommunicationServiceKey.md

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

2424
## EXAMPLES
2525

26-
### Example 1: Fetch the Key for the specified Communcation service
26+
### Example 1: Fetch the Key for the specified Communication service
2727
```powershell
2828
Get-AzCommunicationServiceKey -CommunicationServiceName ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1
2929
```
@@ -34,7 +34,7 @@ PrimaryConnectionString PrimaryKey SecondaryConnectionSt
3434
endpoint=<example-primary-endpoint> <example-primarykey> endpoint=<example-secondary-endpoint> <example-secondarykey>
3535
```
3636

37-
Displays the ConnectionString and Key for the specified Communcation service.
37+
Displays the ConnectionString and Key for the specified Communication service.
3838

3939
## PARAMETERS
4040

src/Communication/Communication/help/Get-AzEmailService.md

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

5757
Returns a list of all ACS resources under that subscription.
5858

59-
### Example 2: Get infomation on specified Azure Email services resource
59+
### Example 2: Get information on specified Azure Email services resource
6060
```powershell
6161
Get-AzEmailService -Name ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1
6262
```

src/Communication/Communication/help/Get-AzEmailServiceDomain.md

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

5858
Returns a list of all domain resources under that email services.
5959

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

src/Communication/Communication/help/Get-AzEmailServiceSenderUsername.md

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

5151
## EXAMPLES
5252

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

src/Communication/Communication/help/Update-AzCommunicationService.md

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

63-
Attaches the given tags and links the doamin to the specified ACS resource.
63+
Attaches the given tags and links the domain to the specified ACS resource.
6464

6565
## PARAMETERS
6666

src/Compute/Compute/help/Add-AzVhd.md

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

0 commit comments

Comments
 (0)