Open o-l-a-v opened 6 months ago
Az.ResourceGraph is used more and more, and some projects like EPAC (see below) has been bitten by it not being included when installing Az.
Az.ResourceGraph
Az
This would also make sure that Az.ResourceGraph is available on solutions that includes the Az module, like with GitHub Actions workers.
Current dependencies can be seen like this:
(Find-PSResource -Repository 'PSGallery' -Name 'Az').'Dependencies'
Add Az.ResourceGraph as dependency for Az so Az.ResourceGraph is installed when doing Install-Module -Name 'Az'.
Install-Module -Name 'Az'
The conversation with ResourceGraph team is still ongoing.
Description of the new feature
Az.ResourceGraph
is used more and more, and some projects like EPAC (see below) has been bitten by it not being included when installingAz
.This would also make sure that
Az.ResourceGraph
is available on solutions that includes theAz
module, like with GitHub Actions workers.Current dependencies can be seen like this:
(Find-PSResource -Repository 'PSGallery' -Name 'Az').'Dependencies'
Proposed implementation details (optional)
Add
Az.ResourceGraph
as dependency forAz
soAz.ResourceGraph
is installed when doingInstall-Module -Name 'Az'
.