Skip to content

Commit 4cb0f96

Browse files
authored
fix spelling (#3632)
1 parent 4944732 commit 4cb0f96

39 files changed

+67
-67
lines changed

azps-12.5.0/Az.Relay/New-AzRelayHybridConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ This cmdlet creates a new Hybrid Connection using an existing Hybrid Connection
9494
### Example 3: Update an existing Hybrid Connection
9595
```powershell
9696
$connection = Get-AzRelayHybridConnection -ResourceGroupName lucas-relay-rg -Namespace namespace-pwsh01 -Name connection-02
97-
$connection.UserMetadata = "TestHybirdConnection2"
97+
$connection.UserMetadata = "TestHybridConnection2"
9898
New-AzRelayHybridConnection -ResourceGroupName lucas-relay-rg -Namespace namespace-pwsh01 -Name connection-02 -InputObject $connection | Format-List
9999
```
100100

azps-12.5.0/Az.Relay/Set-AzRelayAuthorizationRule.md

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

8585
This cmdlet adds Listen from the access rights of the authorization rule for the Relay namespace.
8686

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

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

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

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

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

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

160160
### Example 5: Adds Send from the access rights of the authorization rule for the Wcf Relay
161161
```powershell
@@ -180,7 +180,7 @@ Type : Microsoft.Relay/namespaces/wcfrelays/authorizatio
180180

181181
This cmdlet adds Send from the access rights of the authorization rule for the Wcf Relay.
182182

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

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

208208
## PARAMETERS
209209

azps-12.5.0/Az.Relay/Set-AzRelayHybridConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This example updates the UserMetadata property with new value.
6666
### Example 2: Updates a HybridConnection in the specified Relay namespace
6767
```powershell
6868
$connection = Get-AzRelayHybridConnection -ResourceGroupName Relay-ServiceBus-EastUS -Namespace namespace-pwsh01 -Name connection-01
69-
$connection.UserMetadata = "testHybirdConnection"
69+
$connection.UserMetadata = "testHybridConnection"
7070
Set-AzRelayHybridConnection -ResourceGroupName Relay-ServiceBus-EastUS -Namespace namespace-pwsh01 -Name connection-01 -InputObject $connection | Format-List
7171
```
7272

azps-12.5.0/Az.Reservations/Get-AzReservation.md

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

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

64-
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
64+
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
6565

6666
### Example 2: Get the reservation details given ReservationOrderId and ReservationId
6767
```powershell
@@ -75,7 +75,7 @@ centralus a87c1742-0080-5b4d-b953-8531ad46fdc8/cad6fef7-ae86-4d47-91d0-67c897934
7575
```
7676

7777
Get the details of a single reservation.
78-
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
78+
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
7979

8080
## PARAMETERS
8181

azps-12.5.0/Az.Reservations/Get-AzReservationCatalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ virtualMachines {P1Y, P3Y, P5Y} Standard_B2s {westus}
5454
virtualMachines {P1Y, P3Y, P5Y} Standard_B4ms {westus}
5555
```
5656

57-
This command gets a catlog of reserved resource type skus with location
57+
This command gets a catalog of reserved resource type skus with location
5858

5959
### Example 2: Get the list of reserved resource type skus without location
6060
```powershell
@@ -82,7 +82,7 @@ SuseLinux {P1Y, P3Y, P5Y} sles_sap_priority_1-2_vcpu_vm
8282
SuseLinux {P1Y, P3Y, P5Y} sles_sap_priority_3-4_vcpu_vm
8383
```
8484

85-
This command gets a catlog of reserved resource type skus without location
85+
This command gets a catalog of reserved resource type skus without location
8686

8787
### Example 3: Get the list of eligible 3pp reserved resource type skus with publisher id, offer id, plan id
8888
```powershell
@@ -105,7 +105,7 @@ VirtualMachineSoftware {P1Y, P3Y, P5Y} canonical.0001-com-ubuntu-pro-xenial.pro-
105105
VirtualMachineSoftware {P1Y, P3Y, P5Y} canonical.0001-com-ubuntu-pro-xenial.pro-16_04-lts.4core
106106
```
107107

108-
This command gets a catlog of eligible 3pp reserved resource type skus with publisher id, offer id, plan id
108+
This command gets a catalog of eligible 3pp reserved resource type skus with publisher id, offer id, plan id
109109

110110
## PARAMETERS
111111

azps-12.5.0/Az.Reservations/Get-AzReservationHistory.md

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

4646
Get the revision of a reservation.
47-
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
47+
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
4848

4949
## PARAMETERS
5050

azps-12.5.0/Az.Reservations/Get-AzReservationOrder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ReservationOrderId DisplayName
5151
```
5252

5353
Get the list of reservation orders in the current tenant.
54-
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
54+
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
5555

5656
### Example 2: Get the reservation order in the current tenant, given reservation order Id
5757
```powershell
@@ -65,7 +65,7 @@ ReservationOrderId DisplayName Term State Quant
6565
```
6666

6767
Get the reservation order in the current tenant, given reservation order Id.
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
## PARAMETERS
7171

azps-12.5.0/Az.Reservations/Merge-AzReservation.md

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

4141
Merge two reservations into one single reservation.
4242
The two reservations must have the same reservation order id.
43-
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"
43+
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"
4444

4545
## PARAMETERS
4646

azps-12.5.0/Az.Reservations/Split-AzReservation.md

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

4040
Split one reservation order into two reservations, given the quantity of each reservation.
4141
The quantity sum up should be equal to the original reservation before splitting.
42-
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"
42+
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"
4343

4444
## PARAMETERS
4545

azps-12.5.0/Az.ResourceGraph/Get-AzResourceGraphQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ global SharedQuery-t01 microsoft.resourcegraph/queries
6363

6464
This command gets a resource graph query by name.
6565

66-
### Example 3: Get a resource graph query by objecy
66+
### Example 3: Get a resource graph query by object
6767
```powershell
6868
$query = New-AzResourceGraphQuery -ResourceGroupName azure-rg-test -Name query-t03 -Location 'global' -Query 'project id, name, type, location' -Description 'test'
6969
Get-AzResourceGraphQuery -InputObject $query

0 commit comments

Comments
 (0)