Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.12k stars 3.76k forks source link

[Feature]: Add `Az.ResourceGraph` as dependency for `Az` #24785

Open o-l-a-v opened 2 months ago

o-l-a-v commented 2 months ago

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 installing 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:

Proposed implementation details (optional)

Add Az.ResourceGraph as dependency for Az so Az.ResourceGraph is installed when doing Install-Module -Name 'Az'.

isra-fel commented 1 month ago

The conversation with ResourceGraph team is still ongoing.