-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Resource GraphService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.customer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Description
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.
- EnterprisePolicyAsCode module requires Az.Accounts 2.19.0 enterprise-azure-policy-as-code#596
- Latest Az.ResourceGraph (0.13.1) breaks all versions of EPAC: **FIXED in v10.1.11 and later** enterprise-azure-policy-as-code#598
- Latest Az.ResourceGraph (0.13.1) breaks all versions of EPAC: Instructions for older versions enterprise-azure-policy-as-code#601
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:
- API: https://www.powershellgallery.com/api/v2/FindPackagesById()?id=%27Az%27&$filter=IsLatestVersion%20and%20not%20IsPrerelease
- PSResourceGet:
(Find-PSResource -Repository 'PSGallery' -Name 'Az').'Dependencies'
Proposed implementation details (optional)
Add Az.ResourceGraph as dependency for Az so Az.ResourceGraph is installed when doing Install-Module -Name 'Az'.
Metadata
Metadata
Assignees
Labels
Resource GraphService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.customer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.