Skip to content

Commit 95c90e6

Browse files
myatt83VeryEarly
andauthored
Patch-2025-09-04-01 Fix minor typos of resoureType to be resourceType (#28510)
Co-authored-by: Yabo Hu <[email protected]>
1 parent c4ce3e7 commit 95c90e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Resources/Authorization.Autorest/docs/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/Authorization.Autorest/examples/Get-AzRoleEligibleChildResource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get all child resources of a resource `scope` that the calling user has eligible
1818
### Example 2: List all child resources filtered by resource type
1919
```powershell
2020
$scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/"
21-
$filter = "resoureType eq 'resourcegroup'"
21+
$filter = "resourceType eq 'resourcegroup'"
2222
Get-AzRoleEligibleChildResource -Scope $scope -Filter $filter
2323
```
2424

src/Resources/Authorization.Autorest/test/Get-AzRoleEligibleChildResource.Recording.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@
8585
"Content": "{\"value\":[]}"
8686
}
8787
}
88-
}
88+
}

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

0 commit comments

Comments
 (0)