Releases: microsoft/GitHub-Copilot-for-Azure
v0.3.153
Features & Improvements
@azure
will now take your Azure related VS Code extensions into consideration when answering your prompts. For example, if you have the Azure Functions extension installed and you ask "How do I create a function app?",@azure
is now more inclined to give you an answer which involves the extension.@azure
will now take ARM resources you have recently interacted with in the Azure Resources view into consideration when answering your prompts. For example, you can select an ARM resource in the view, and then immediately ask@azure
a question about the resource without having to explicitly give the details of the resource.@azure
will now try to better understand the IaC technology your workspace is using before answering prompts about writing IaC or deploying your app.- The disambiguations which control when VS Code Copilot Chat will route prompts to
@azure
have been updated to cover more scenarios that@azure
supports. - When first using
@azure
, the initial tenant picked for use will attempt to default to a tenant which has copilot access enabled.
Fixes
- Fixed improper handling of Azure Resource Graph query exceptions.
(#a9f8aecb/0.2.406)
v0.3.131
Features & Improvements
- You can now ask
@azure
to compare the costs of a subscription between two recent time ranges and provide insights on spending. - GitHub Copilot for Azure now depends on the Azure Resources extension. You can use the Azure Resources extension to:
- Tell
@azure
you'd like to talk about a resource via the "Ask@azure
" command on resources in the tree view. - Scope what subscriptions you'd like
@azure
to focus on, as@azure
's subscription scoping mirrors what subscriptions you have scoped in the tree view.
- Tell
- The names and IDs of the subscriptions you have selected in the Azure Resources tree are now more directly given to the LLM.
- Fewer clicks should now be required when needing to perform authentication for
@azure
. - Improved
@azure
's decision making via the addition of examples to its function prompts.
Fixes
- Fixed and refined wording in the walkthrough.
(#afe376e6/0.2.391)
v0.3.97
New Features and Improvements
- Improved ability of
@azure
to handle cost management prompts which use subscription name instead of ID. - Improved ability of
@azure
to handle Azure AI Platform prompts which use subscription name instead of ID. - Added a walkthrough for
@azure
. This walkthrough will automatically launch after the first install of@azure
on your machine if you have activated GitHub Copilot Chat. If you'd like to view the walkthrough in the future, you can open it via the Command Palette (ctrl/cmd+p
). - Improved how documentation is given to the LLM.
- Updated to a newer version of GPT-4o.
Fixes
- Fixed #105.
- Fixed error handling for cost management prompts.
- Fixed sometimes not correctly routing Copilot API requests based on user Copilot subscription configuration.
- Added additional output logging for frequent user issues.
(#a1e1fbe9/0.2.366)
v0.3.87
There are no significant changes since the last release. Only minor bug fixes and improvements have been made.
(#602259/0.2.351)
v0.3.85
New Features and Improvements
- Improved the speed at which
@azure
can answer questions about the costs of your Azure resources. - When asking questions about Azure,
@azure
can now reference documentation found on GitHub. - When
@azure
queries your app's logs, if you use the "Query Logs in Azure Portal" button, the portal query editor will now be pre-filled with the query@azure
used. - Improved how
@azure
responds when functionality needed to answer your question relies on installing another VS Code extension.
Fixes
- Fix for #8
- Fix for #58
- Fixed
@azure
becoming confused when asking questions about "functions" resources. - Fixed
/help
not working properly when not signed in. - Fixed incorrect answers to questions like "Am I signed in?"
- Fixed uncessary errors when cancelling a request to
@azure
.
(#918dc7c9/0.2.351)
v0.3.61
There are no significant changes since the last release. Only minor bug fixes and improvements have been made.
v0.3.58
New Features and Improvements
- Improvements have been made to the automatically gathered context when asking
@azure
about your workspace. - When
@azure
uses App Lens to diagnose Azure application issues , the steps it takes while diagnosing are saved in references. - When asking
@azure
questions related to the Azure SDKs,@azure
now has additional context as to the latest versions of SDKs. - The current tenant setting is no longer synced by default.
Fixes
- Fix
@azure
being unable to deploy certain Azure Open AI models for various reasons. - Fix not handling all response types from App Lens when diagnosing your Azure application issues .
v0.3.42
New Features and Improvements
- You can now ask
@azure
for help getting new or existing code ready to deploy to Azure. For example:- "Analyze my project and recommend Azure services for me."
- "I'd like to use Azure App Service instead of Azure Container Apps for my project."
- "Generate Bicep files for an OpenAI based chat app."
- You can now ask
@azure
to deploy Azure OpenAI resources for you. For example: "Deploy a gpt-40 model in my intelligent-app resource group." - Improved response quality when asking
@azure
for help with Azure CLI commands. For example:- "I need an az script to setup autostart for my VM."
- "How to get the storage account access key using Azure CLI?"
- "Create a security group using Azure CLI."
- Improved search quality against Microsoft Learn documentation.
- Improved results when asking about Azure SDK documentation.
Fixes
- Fix incorrect logic for Azure Open AI resource quota checking.
- Fix
@azure
not immediately picking up functionality from other extensions. - Various other fixes and minor improvements.
v0.3.7
This release adds several small changes and fixes on top of v0.3.1. These include:
- Updated README.
- Updated extension description.
- Fix unhandled exception when request to
@azure
is cancelled. - Fix copilot access check UX blocking sign-in UX.
v0.3.1
GitHub Copilot for Azure has now officially reached public preview! For users coming from our last private preview build, there are no major changes between that release and this one. For users new to GitHub Copilot for Azure, welcome! You can learn more about GitHub Copilot for Azure here.
Please file issues for any feedback, bug reports, or features ideas you have to share. Thank you!