Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.32 KB

File metadata and controls

64 lines (48 loc) · 2.32 KB

Upcoming Release

Version 0.13.0

  • Introduced -UseTenantScope parameter. Should be used to query for all accessible resources under current tenant.

Version 0.12.0

  • Supported piping for the -Query parameter of Search-AzGraph by pipeline property name

Version 0.11.0

  • 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

  • Changed output of Search-AzGraph to PSResourceGraphResponse which wrapped previous output under Data property.

Version 0.9.0

  • 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.

Version 0.8.0

  • Added new cmdlets to support query resource

Version 0.7.7

  • Update references in .psd1 to use relative path

Version 0.7.6

  • Ignoring subscription from azure context
  • Add two examples for cmdlet Search-AzGraph with parameter -Include.

Version 0.7.5

  • 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

Version 0.7.4

  • Updated package Microsoft.Azure.Management.ResourceGraph to version 2.0

Version 0.7.3

  • Improving logic of getting subscriptions for query to ARG

Version 0.7.2

  • Fix conversion to PSCustomObject[] for top-level arrays

Version 0.7.1

  • Initial release