Skip to content

Commit e87ccdb

Browse files
LucasYao93isra-fel
andauthored
[Accounts]Fixed an issue of the cmdlet Example (#19323)
* [Accounts]Fixed an issue that example of the Get-AzSubscription is mistake. * Undo updating changelog Co-authored-by: Yeming Liu <[email protected]>
1 parent 19e3c24 commit e87ccdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Accounts/Accounts/help/Get-AzSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ current account.
6464

6565
### Example 3: Get all subscriptions in the current tenant
6666
```powershell
67-
Get-AzSubscription
67+
Get-AzSubscription -TenantId (Get-AzContext).Tenant
6868
```
6969

7070
```Output

0 commit comments

Comments
 (0)