mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 04:05:12 +00:00
* Add azure-pricing plugin * changes for azure pricing skill * Remove plugin files, not part of this PR * added changes for copilot estimator * refactor: replace Playwright script with web fetch approach for Copilot Studio estimation - Remove copilot-studio-estimator.py (Playwright browser automation) - Update SKILL.md to instruct Copilot to fetch live billing rates from Microsoft docs URLs - Keep COPILOT-STUDIO-RATES.md as cached fallback reference - No Python dependencies needed — uses Copilot's built-in web fetch tool * cleanup: remove estimator URL, mark rates as cached fallback - Remove microsoft.github.io/copilot-studio-estimator from fetch URLs (React SPA, not fetchable) - Mark billing rates table as dated cached snapshot with fallback notice - Keep only Microsoft Learn URLs as live data sources * fix: correct serviceName examples to match API values * Update skills/azure-pricing/references/SERVICE-NAMES.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: regenerate README.skills.md after build * fix: remove URL triggering codespell false positive * feat: add azure-pricing skill to azure-cloud-development plugin --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>