Skip to content

Commit 1738118

Browse files
ArieHeinCopilot
andauthored
Spelling Fixes (#27934)
Co-authored-by: Copilot <[email protected]>
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

src/ResourceGraph/ResourceGraph/help/Get-AzResourceGraphQuery.md

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

6868
This command gets a resource graph query by name.
6969

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

src/ResourceMover/ResourceMover/help/Invoke-AzResourceMoverBulkRemove.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To aid the user to prerequisite the operation the client can call operation with
3232

3333
## EXAMPLES
3434

35-
### Example 1: Validate the dependecies before remove of the Move Resources from Move Collection
35+
### Example 1: Validate the dependencies before remove of the Move Resources from Move Collection
3636
```powershell
3737
Invoke-AzResourceMoverBulkRemove -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('PSDemoVM') -MoveResourceInputType "MoveResourceId" -ValidateOnly
3838
```
@@ -51,7 +51,7 @@ StartTime : 2/10/2021 12:52:28 PM
5151
Status : Succeeded
5252
```
5353

54-
Validate the dependecies before remove of the move resources from Move Collection.
54+
Validate the dependencies before remove of the move resources from Move Collection.
5555

5656
### Example 2: Remove the Move Resource from Move Collection using "MoveResource Name" as input
5757
```powershell

src/ResourceMover/ResourceMover/help/Invoke-AzResourceMoverCommit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To aid the user to prerequisite the operation the client can call operation with
3232

3333
## EXAMPLES
3434

35-
### Example 1: Validate the dependecies before commit of the resources.
35+
### Example 1: Validate the dependencies before commit of the resources.
3636
```powershell
3737
Invoke-AzResourceMoverCommit -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('psdemorm-vnet') -MoveResourceInputType "MoveResourceId" -ValidateOnly
3838
```

src/ResourceMover/ResourceMover/help/Invoke-AzResourceMoverDiscard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To aid the user to prerequisite the operation the client can call operation with
3232

3333
## EXAMPLES
3434

35-
### Example 1: Validate the dependecies before Discard of the resources.
35+
### Example 1: Validate the dependencies before Discard of the resources.
3636
```powershell
3737
Invoke-AzResourceMoverInitiateMove -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('psdemorm-vnet') -MoveResourceInputType "MoveResourceId" -ValidateOnly
3838
```
@@ -51,7 +51,7 @@ StartTime : 2/10/2021 12:39:37 PM
5151
Status : Succeeded
5252
```
5353

54-
Validate the dependecies before Discard of the resources.
54+
Validate the dependencies before Discard of the resources.
5555

5656
### Example 2: Discards the move of the resources using "MoveResource Name" as input.
5757
```powershell

src/ResourceMover/ResourceMover/help/Invoke-AzResourceMoverInitiateMove.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Moves the set of resources included in the request body.The move operation is tr
2828

2929
## EXAMPLES
3030

31-
### Example 1: Validate the dependecies before Initiate Move for the resources.
31+
### Example 1: Validate the dependencies before Initiate Move for the resources.
3232
```powershell
3333
Invoke-AzResourceMoverInitiateMove -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('psdemorm-vnet') -MoveResourceInputType "MoveResourceId" -ValidateOnly
3434
```

src/ResourceMover/ResourceMover/help/Invoke-AzResourceMoverPrepare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To aid the user to prerequisite the operation the client can call operation with
3232

3333
## EXAMPLES
3434

35-
### Example 1: Validate the dependecies before prepare of the resources. Get the required dependent resources that also need to be prepared.
35+
### Example 1: Validate the dependencies before prepare of the resources. Get the required dependent resources that also need to be prepared.
3636
```powershell
3737
$resp = Invoke-AzResourceMoverPrepare -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('psdemovm') -ValidateOnly
3838
```
@@ -65,7 +65,7 @@ SourceId
6565
/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/psdemorm/providers/microsoft.network/networksecuritygroups/psdemovm-nsg
6666
```
6767

68-
Validate the dependecies before prepare of the resources.
68+
Validate the dependencies before prepare of the resources.
6969
Get the required dependent resources that also need to be prepared.
7070

7171
### Example 2: Initiate prepare for the set of resources in the Move Collection using "MoveResource Name" as input.

src/Resources/Resources/help/Az.Resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ Removes a Resource Group scoped Deployment Stack.
493493
Removes a resource lock.
494494

495495
### [Remove-AzResourceManagementPrivateLink](Remove-AzResourceManagementPrivateLink.md)
496-
Deletes the Resource Manangement Private Link.
496+
Deletes the Resource Management Private Link.
497497

498498
### [Remove-AzRoleAssignment](Remove-AzRoleAssignment.md)
499499
Removes a role assignment to the specified principal who is assigned to a particular role at a particular scope.

src/Resources/Resources/help/Get-AzManagementGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Get specific Management Group
7575

7676

7777
```powershell
78-
$reponse = Get-AzManagementGroup -GroupName TestGroupParent -Expand
78+
$response = Get-AzManagementGroup -GroupName TestGroupParent -Expand
7979
$response
8080
8181
Id : /providers/Microsoft.Management/managementGroups/TestGroupParent

src/Resources/Resources/help/Get-AzManagementGroupDeploymentStack.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gets Management Group scoped Deployment Stacks.
1212

1313
## SYNTAX
1414

15-
### ListByManagmentGroupId (Default)
15+
### ListByManagementGroupId (Default)
1616
```
1717
Get-AzManagementGroupDeploymentStack -ManagementGroupId <String> [-Pre]
1818
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
@@ -31,13 +31,13 @@ Get-AzManagementGroupDeploymentStack -ResourceId <String> [-Pre] [-DefaultProfil
3131
```
3232

3333
## DESCRIPTION
34-
Retrieve a mangement group scoped deployment stack.
34+
Retrieve a management group scoped deployment stack.
3535

3636
## EXAMPLES
3737

38-
### Example 1: Retrieves the deployment stack MyMGStack in mangement group MyManagementGroup
38+
### Example 1: Retrieves the deployment stack MyMGStack in management group MyManagementGroup
3939
```powershell
40-
Get-AzManagementGroupDeploymentStack -ManagementGroupId MyMangementGroup -Name MyMGStack
40+
Get-AzManagementGroupDeploymentStack -ManagementGroupId MyManagementGroup -Name MyMGStack
4141
```
4242

4343
Get a deployment stack named 'MyMGStack' under an MG named 'MyManagementGroup'.
@@ -64,7 +64,7 @@ The id of the ManagementGroup where the DeploymentStack is deployed
6464
6565
```yaml
6666
Type: System.String
67-
Parameter Sets: ListByManagmentGroupId, GetByManagementGroupIdAndName
67+
Parameter Sets: ListByManagementGroupId, GetByManagementGroupIdAndName
6868
Aliases:
6969

7070
Required: True

src/Resources/Resources/help/Get-AzPrivateLinkAssociation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4
4747
/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d"}
4848
```
4949

50-
Get all the private link associations at the managment group scope.
50+
Get all the private link associations at the management group scope.
5151

5252
### Example 2
5353
```powershell
@@ -65,7 +65,7 @@ Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4
6565
/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d"}
6666
```
6767

68-
Get the specific private link associations at the managment group scope.
68+
Get the specific private link associations at the management group scope.
6969

7070
## PARAMETERS
7171

src/Resources/Resources/help/Get-AzResourceManagementPrivateLink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Location : centralus
5959
PrivateEndpointConnections : {}
6060
```
6161

62-
Gets all of the resoure management private links at the subscription scope.
62+
Gets all of the resource management private links at the subscription scope.
6363

6464
### Example 3
6565
```powershell
@@ -82,7 +82,7 @@ Location : centralus
8282
PrivateEndpointConnections : {}
8383
```
8484

85-
Gets all of the resoure management private links at the resource group scope.
85+
Gets all of the resource management private links at the resource group scope.
8686

8787
## PARAMETERS
8888

src/Resources/Resources/help/Get-AzRoleEligibleChildResource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Get all child resources of a resource `scope` that the calling user has eligible
4949
### Example 2: List all child resources filtered by resource type
5050
```powershell
5151
$scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/"
52-
$filter = "resoureType eq 'resourcegroup'"
52+
$filter = "resourceType eq 'resourcegroup'"
5353
Get-AzRoleEligibleChildResource -Scope $scope -Filter $filter
5454
```
5555

src/Resources/Resources/help/New-AzADServicePrincipal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Create service principal with existing application
177177
New-AzADServicePrincipal -DisplayName $name
178178
```
179179

180-
Create application with display name and associated new service pincipal with it
180+
Create application with display name and associated new service principal with it
181181

182182
## PARAMETERS
183183

0 commit comments

Comments
 (0)