Skip to content

Commit 17f59ea

Browse files
authored
Merge pull request #180446 from bandersmsft/ghissue83381
CM+B - Update for GH issue83381
2 parents c54a6c4 + 074b339 commit 17f59ea

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/cost-management-billing/reservations/view-reservations.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: primittal
66
ms.service: cost-management-billing
77
ms.subservice: reservations
88
ms.topic: how-to
9-
ms.date: 10/28/2021
9+
ms.date: 11/18/2021
1010
ms.author: banders
1111
---
1212

@@ -114,11 +114,7 @@ foreach ($reservation in $reservationObjects)
114114
}
115115
```
116116

117-
When you use the PowerShell script to assign the ownership role and it runs successfully, a success message isn’t returned. However, you can verify that the role was assigned with:
118-
119-
```azurepowershell
120-
get-AzRoleAssignment -Scope "/providers/Microsoft.Capacity" |?{$_.RoleDefinitionName -Like "Reservations*"}
121-
```
117+
When you use the PowerShell script to assign the ownership role and it runs successfully, a success message isn’t returned.
122118

123119
### Parameters
124120

0 commit comments

Comments
 (0)