Skip to content

Commit 1738118

Browse files
ArieHeinCopilot
andauthored
Spelling Fixes (#27934)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 091b901 commit 1738118

38 files changed

+65
-65
lines changed

src/RedisCache/RedisCache/help/New-AzRedisCache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ New-AzRedisCache -ResourceGroupName "MyGroup" -Name "MyCache" -Location "Central
111111
Zone : {1, 2}
112112
```
113113

114-
This command creates Azure cache for Redis instance in mutliple zones.
114+
This command creates Azure cache for Redis instance in multiple zones.
115115

116116
### Example 4: Create a Virtual Network enable Cache
117117

@@ -602,7 +602,7 @@ Accept wildcard characters: False
602602
```
603603
604604
### -UserAssignedIdentity
605-
Specifies one or more comma seperated user identities to be associated with the Azure Cache for Redis. The user identity references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/identities/{identityName}'
605+
Specifies one or more comma separated user identities to be associated with the Azure Cache for Redis. The user identity references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/identities/{identityName}'
606606
607607
```yaml
608608
Type: System.String[]

src/RedisCache/RedisCache/help/Set-AzRedisCache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Accept wildcard characters: False
597597
```
598598
599599
### -UserAssignedIdentity
600-
Specifies one or more comma seperated user identities to be associated with the Azure Cache for Redis. The user identity references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/identities/{identityName}'
600+
Specifies one or more comma separated user identities to be associated with the Azure Cache for Redis. The user identity references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/identities/{identityName}'
601601
602602
```yaml
603603
Type: System.String[]

src/Relay/Relay/help/New-AzRelayHybridConnection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This cmdlet creates a new Hybrid Connection using an existing Hybrid Connection
9292
### Example 3: Update an existing Hybrid Connection
9393
```powershell
9494
$connection = Get-AzRelayHybridConnection -ResourceGroupName lucas-relay-rg -Namespace namespace-pwsh01 -Name connection-02
95-
$connection.UserMetadata = "TestHybirdConnection2"
95+
$connection.UserMetadata = "TestHybridConnection2"
9696
New-AzRelayHybridConnection -ResourceGroupName lucas-relay-rg -Namespace namespace-pwsh01 -Name connection-02 -InputObject $connection | Format-List
9797
```
9898

@@ -113,7 +113,7 @@ SystemDataLastModifiedBy :
113113
SystemDataLastModifiedByType :
114114
Type : Microsoft.Relay/namespaces/hybridconnections
115115
UpdatedAt : 1/1/0001 12:00:00 AM
116-
UserMetadata : TestHybirdConnection2
116+
UserMetadata : TestHybridConnection2
117117
```
118118

119119
This cmdlet updates an existing Hybrid Connection.

src/Relay/Relay/help/Set-AzRelayAuthorizationRule.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Type : Microsoft.Relay/Namespaces/AuthorizationRules
8282

8383
This cmdlet adds Listen from the access rights of the authorization rule for the Relay namespace.
8484

85-
### Example 2: Adds Send from the access rights of the authorization rule for the Relay namespace with InputeObject parameter
85+
### Example 2: Adds Send from the access rights of the authorization rule for the Relay namespace with InputObject parameter
8686
```powershell
8787
$authRule = Get-AzRelayAuthorizationRule -ResourceGroupName Relay-ServiceBus-EastUS -Namespace namespace-pwsh01 -Name authRule-01
8888
$authRule.Rights += 'Send'
@@ -105,7 +105,7 @@ SystemDataLastModifiedByType :
105105
Type : Microsoft.Relay/Namespaces/AuthorizationRules
106106
```
107107

108-
This cmdlet adds Send from the access rights of the authorization rule for the Relay namespace with InputeObject parameter.
108+
This cmdlet adds Send from the access rights of the authorization rule for the Relay namespace with InputObject parameter.
109109

110110
### Example 3: Set or update Listen from the access rights of the authorization rule for the Hybrid Connection
111111
```powershell
@@ -130,7 +130,7 @@ Type : Microsoft.Relay/namespaces/hybridconnections/auth
130130

131131
This cmdlet set or update Listen from the access rights of the authorization rule for the Hybrid Connection.
132132

133-
### Example 4: Adds Send from the access rights of the authorization rule for the Hybrid Connection with InputeObject parameter
133+
### Example 4: Adds Send from the access rights of the authorization rule for the Hybrid Connection with InputObject parameter
134134
```powershell
135135
$authRule = Get-AzRelayAuthorizationRule -ResourceGroupName lucas-relay-rg -Namespace namespace-pwsh01 -HybridConnection connection-01 -Name authRule-01
136136
$authRule.Rights += 'Send'
@@ -153,7 +153,7 @@ SystemDataLastModifiedByType :
153153
Type : Microsoft.Relay/namespaces/hybridconnections/authorizationrules
154154
```
155155

156-
This cmdlet adds Send from the access rights of the authorization rule for the Hybrid Connection with InputeObject parameter.
156+
This cmdlet adds Send from the access rights of the authorization rule for the Hybrid Connection with InputObject parameter.
157157

158158
### Example 5: Adds Send from the access rights of the authorization rule for the Wcf Relay
159159
```powershell
@@ -178,7 +178,7 @@ Type : Microsoft.Relay/namespaces/wcfrelays/authorizatio
178178

179179
This cmdlet adds Send from the access rights of the authorization rule for the Wcf Relay.
180180

181-
### Example 6: Adds Send from the access rights of the authorization rule for the Wcf Relay with InputeObject parameter
181+
### Example 6: Adds Send from the access rights of the authorization rule for the Wcf Relay with InputObject parameter
182182
```powershell
183183
$authRule = Get-AzRelayAuthorizationRule -ResourceGroupName lucas-relay-rg -Namespace namespace-pwsh01 -WcfRelay wcf-01 -Name authRule-01
184184
$authRule.Rights += 'Send'
@@ -201,7 +201,7 @@ SystemDataLastModifiedByType :
201201
Type : Microsoft.Relay/namespaces/wcfrelays/authorizationrules
202202
```
203203

204-
This cmdlet adds Send from the access rights of the authorization rule for the Wcf Relay with InputeObject parameter.
204+
This cmdlet adds Send from the access rights of the authorization rule for the Wcf Relay with InputObject parameter.
205205

206206
## PARAMETERS
207207

src/Relay/Relay/help/Set-AzRelayHybridConnection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This example updates the UserMetadata property with new value.
6464
### Example 2: Updates a HybridConnection in the specified Relay namespace
6565
```powershell
6666
$connection = Get-AzRelayHybridConnection -ResourceGroupName Relay-ServiceBus-EastUS -Namespace namespace-pwsh01 -Name connection-01
67-
$connection.UserMetadata = "testHybirdConnection"
67+
$connection.UserMetadata = "testHybridConnection"
6868
Set-AzRelayHybridConnection -ResourceGroupName Relay-ServiceBus-EastUS -Namespace namespace-pwsh01 -Name connection-01 -InputObject $connection | Format-List
6969
```
7070

@@ -85,7 +85,7 @@ SystemDataLastModifiedBy :
8585
SystemDataLastModifiedByType :
8686
Type : Microsoft.Relay/namespaces/hybridconnections
8787
UpdatedAt : 3/30/2023 6:28:37 AM
88-
UserMetadata : testHybirdConnection
88+
UserMetadata : testHybridConnection
8989
```
9090

9191
This command updates a HybridConnection in the specified Relay namespace.

src/Reservations/Reservations/help/Get-AzReservation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ centralus bd82bff8-4d29-9375-8194-ce0709fc1691/f2c3a058-b469-4529-88fa-1bae251c
6161
```
6262

6363
Get the list of reservation orders in the current tenant.
64-
By design, some propeties do not have data due to the api response(e.g.
64+
By design, some properties do not have data due to the api response(e.g.
6565
LastUpdatedDateTime and SkuDescription).
6666
In this case please get the single reservation with command in example 2 to get the missing data.
6767

68-
Some data might be trucated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
68+
Some data might be truncated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
6969

7070
### Example 2: Get the reservation details given ReservationOrderId and ReservationId
7171
```powershell
@@ -79,7 +79,7 @@ centralus a87c1742-0080-5b4d-b953-8531ad46fdc8/cad6fef7-ae86-4d47-91d0-67c897934
7979
```
8080

8181
Get the details of a single reservation.
82-
Some data might be trucated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
82+
Some data might be truncated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
8383

8484
## PARAMETERS
8585

src/Reservations/Reservations/help/Get-AzReservationHistory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ westus 2b9b9372-24e1-4a07-a354-2078fe347cf9/2ef560a7-f469-4b62-87b7-5312d588ce
4242
```
4343

4444
Get the revision of a reservation.
45-
Some data might be trucated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
45+
Some data might be truncated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
4646

4747
## PARAMETERS
4848

src/Reservations/Reservations/help/Get-AzReservationOrder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ReservationOrderId DisplayName
4949
```
5050

5151
Get the list of reservation orders in the current tenant.
52-
Some data might be trucated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
52+
Some data might be truncated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
5353

5454
### Example 2: Get the reservation order in the current tenant, given reservation order Id
5555
```powershell
@@ -63,7 +63,7 @@ ReservationOrderId DisplayName Term State Quant
6363
```
6464

6565
Get the reservation order in the current tenant, given reservation order Id.
66-
Some data might be trucated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
66+
Some data might be truncated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
6767

6868
## PARAMETERS
6969

src/Reservations/Reservations/help/Merge-AzReservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ westeurope 79ebddac-4030-4296-ab93-1ad90f032058/5a91b7d0-9276-4bc9-adae-2a3f5c2e
3838

3939
Merge two reservations into one single reservation.
4040
The two reservations must have the same reservation order id.
41-
ReservationId can be either GUID form or fully qulified reservation id form "providers/Microsoft.Capacity/reservationOrders/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/reservations/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
41+
ReservationId can be either GUID form or fully qualified reservation id form "providers/Microsoft.Capacity/reservationOrders/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/reservations/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
4242

4343
## PARAMETERS
4444

src/Reservations/Reservations/help/Split-AzReservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ westeurope c615c897-aaaa-4123-8527-c42cc0da41e0/1bdfaf4a-159d-46ec-be3a-f4aa527d
3737

3838
Split one reservation order into two reservations, given the quantity of each reservation.
3939
The quantity sum up should be equal to the original reservation before splitting.
40-
ReservationId can be either GUID form or fully qulified reservation id form "providers/Microsoft.Capacity/reservationOrders/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/reservations/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
40+
ReservationId can be either GUID form or fully qualified reservation id form "providers/Microsoft.Capacity/reservationOrders/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/reservations/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
4141

4242
## PARAMETERS
4343

0 commit comments

Comments
 (0)