Skip to content

Commit

Permalink
Updated md file for the output type and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
makharch committed Jun 2, 2021
1 parent ebd9156 commit 6bea063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ResourceGraph/ResourceGraph/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Fixed the output print issue for `Search-AzGraph`.
* Fixed the output print issue for `Search-AzGraph` by updating the output type to Microsoft.Azure.Commands.ResourceGraph.Models.PSResourceGraphResponse`1[[System.Management.Automation.PSObject]].
* Fixed the issue when Search-AzGraph fails if no subscriptions are stored in the context.

## Version 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceGraph/ResourceGraph/help/Search-AzGraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS
### Microsoft.Azure.Commands.ResourceGraph.Models.PSResourceGraphResponse
### Microsoft.Azure.Commands.ResourceGraph.Models.PSResourceGraphResponse`1[[System.Management.Automation.PSObject]]

## NOTES

Expand Down

0 comments on commit 6bea063

Please sign in to comment.