Open Issues Need Help
View All on GitHubAI Summary: Debug and resolve a deployment issue with the Azure IPAM application. The upgrade to version 3.6.0 is failing in the Azure App Service environment due to a `ModuleNotFoundError` for the 'app' module. The issue works locally but not in the Azure environment, suggesting a problem with the deployment process or environment configuration.
AI Summary: The task is to debug a deployment error in an Azure IP Address Management (IPAM) solution. The error originates from the PowerShell script used for deployment, specifically the `New-MgOauth2PermissionGrant_CreateExpanded` cmdlet, indicating an authentication or authorization issue with Microsoft Graph API. The user has already attempted manual permission granting, but the script continues to create new applications and fails. The solution requires investigating the authentication process, verifying the service principal's permissions, and potentially adjusting the deployment script to handle authentication more robustly.
AI Summary: The task is to enhance the Azure IPAM (IP Address Management) system to allow the definition of external networks that may overlap with existing Azure Virtual Networks (VNets), provided those VNets are not managed within IPAM. This requires modifying the validation logic to either ignore overlaps outside of explicitly defined IPAM address blocks or to introduce a configuration option to allow such overlaps.