- Introduced -UseTenantScope parameter. Should be used to query for all accessible resources under current tenant.
- Supported piping for the
-Query
parameter ofSearch-AzGraph
by pipeline property name
- 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.
- Changed output of
Search-AzGraph
to PSResourceGraphResponse which wrapped previous output under Data property.
- Added support for the new api version with the ability to query with management group scopes using -ManagementGroup param.
- Deprecated parameter -Include.
- Introduced -SkipToken param and aligned max resources returned per page with server value.
- Added new cmdlets to support query resource
- Update references in .psd1 to use relative path
- Ignoring subscription from azure context
- Add two examples for cmdlet
Search-AzGraph
with parameter-Include
.
- Showing warnings in cases when too many subscriptions were used or results got truncated.
- Adding param to extend query result with subscription and tenant names
- Updated package Microsoft.Azure.Management.ResourceGraph to version 2.0
- Improving logic of getting subscriptions for query to ARG
- Fix conversion to PSCustomObject[] for top-level arrays
- Initial release