Open Issues Need Help
View All on GitHubAI Summary: This issue proposes the addition of Azure Cognitive Services as a new service. The request is to review these services, and the author is willing to submit the change themselves. It's tagged as a 'good first issue' and 'new-service'.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue requests a review and potential update of the 'azure cognitive services' reference within the project. The contributor is offering to make the necessary changes if any are identified.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue proposes adding Azure Database for MariaDB as a new service. The service has extensive pricing data available in the Retail Prices API, covering various compute, storage, and replica options. Despite its upcoming retirement in September 2025, it still has active pricing information.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue proposes adding Azure Database for MariaDB as a new service. The service has extensive pricing data available through the Retail Prices API, covering various compute, storage, and replica options. While the service is scheduled for retirement in September 2025, its active pricing data makes it a candidate for inclusion.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This GitHub issue is a request to add Azure Database for MariaDB as a new service. The user has indicated they are willing to contribute the change themselves and has suggested labels like 'good first issue' and 'new-service'.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue requests the addition of a new service, "Application Gateway for Containers" (AGfC), to a system that tracks Azure services and their billing. It provides specific API details and billing meter information for both standard and WAF-enabled versions of AGfC, noting its distinct billing model from Application Gateway v2.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue proposes adding a symbolic link from `.github/copilot-instructions.md` to `../AGENTS.md` within the repository. This change aims to provide VS Code Copilot users with the same project context that other Copilot tools already receive, improving the contributor experience.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue addresses inaccuracies and omissions in the service reference documentation for Azure Vision services. Specifically, it requires adding a `skuName` column to the Meter Names table and better documenting P-series SKUs to ensure accurate cost calculation and agent queries. The verification confirms the missing `skuName` column as a real gap.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue proposes adding the 'waza' binary to the development container configuration. Currently, 'waza' is installed in CI but not locally, preventing contributors from running 'waza' commands. The fix involves updating the devcontainer's `postCreateCommand` to install 'waza' and documenting this change in the dev container's documentation.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: The `correct-service-name` grader is failing for Linux B2s multi-instance estimates because the agent uses abbreviations like "VMs" instead of the full phrase "Virtual Machines". The proposed fix is to update the grader to accept these common abbreviations, which is considered the simplest solution.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: The `alias-routing` smoke test in the Azure Cost Calculator GitHub Actions is timing out due to a lack of a specific timeout override. This causes the task to be terminated prematurely, leading to incomplete output and failing graders. The proposed fix involves adding a `timeout_seconds` override to prevent this premature termination and ensure the test completes successfully.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: The currency-format grader is failing on a Windows VM task in West Europe because it expects USD pricing and a '$' symbol, but the Azure API returns EUR pricing for that region. The issue proposes either changing the task to a USD region or updating the grader to handle different currency symbols.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: The throughput-acknowledged grader for the Cosmos DB task is failing because it expects the number '1000' but receives '1,000' due to the thousands separator. This is a simple string matching issue where the grader needs to be updated to accommodate the formatted number or use a more flexible matching mechanism like regex.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue proposes adding a JUnit reporter to CI evaluation jobs to leverage GitHub's native test reporting. Currently, test results are only available as raw JSON artifacts, requiring manual download. By generating JUnit XML, test outcomes will be directly visible in the GitHub Actions 'Tests' tab, improving the review process.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: The `timeout_seconds` configuration in the `linux-p1-v3.yaml` task file is incorrectly placed within a `config` block. This causes the timeout value to be ignored, and the task defaults to a longer duration. The fix involves moving `timeout_seconds` to the top level of the YAML file, aligning with the Waza task schema and a similar fix in another task file.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue proposes integrating the `waza suggest` command into the contributor workflow for creating new evaluation tasks. The goal is to leverage `waza suggest` to scaffold task YAML from `SKILL.md` files, reducing the manual effort and cost associated with authoring new tasks. Documentation will be updated to reflect this as the recommended starting point, including guidance on previewing suggestions.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: The PowerShell pricing scripts `Explore-AzurePricing.ps1` and `Get-AzurePricing.ps1` incorrectly exit with code 0 when API calls fail, instead of a non-zero code as expected and implemented in their Bash counterparts. This violates the established exit code contract for API failures. The proposed fix involves changing the `return` statements in the catch blocks to `exit 1` and updating tests to reflect this expected behavior.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue describes Azure DNS Security Policy, a VNet-level feature for filtering and logging DNS queries. It involves creating security policies linked to VNets, defining traffic rules with domain lists (including a threat intelligence feed), and associates VNets via links. Pricing is based on queries processed and managed domains, with potential billing considerations for the threat intelligence feed.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue proposes the addition of a new 'route server' service within the networking domain. The contributor is willing to implement this change themselves, and it's tagged as a 'good first issue' and 'new-service'.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: The `explore-azure-pricing.sh` script crashes with an "Argument list too long" error when performing broad queries. This occurs because the script accumulates JSON results and passes them as command-line arguments to `jq`, exceeding the operating system's per-argument size limit.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: Bash scripts in the repository are crashing on Linux and macOS due to CRLF line endings, which Bash interprets as invalid options. This issue affects all six `.sh` files and prevents their execution. A suggested fix involves configuring Git to use LF line endings for shell scripts and normalizing existing files.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue proposes migrating the plugin's marketplace listing from a local `marketplace.json` file to a centralized repository (`ahmadabdalla/plugins`). This involves removing the local file, updating release workflows and documentation to reflect the change, and coordinating with the centralized marketplace maintainers.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: The agent incorrectly uses the `--currency-code` flag when calling the `get-azure-pricing.sh` script, causing an error because the script expects `--currency`. This appears to be a hallucination by the agent, likely due to over-applying a general kebab-case conversion rule to the `Currency` parameter without a specific example in the documentation.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs
AI Summary: This issue requests documentation to clarify the installation and uninstallation process for plugins and skills in GitHub Copilot CLI and Claude Code. Users are confused by similar commands and different installation paths, necessitating a clear, copy-paste-friendly guide that covers various scenarios and provides troubleshooting tips.
Azure Cost Calculator AI capability (Plugin) to provide deterministic and accurate estimations of Azure services costs