-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Schemas are not updated #1557
Comments
@anthony-c-martin The latest version I see in https://schema.management.azure.com/schemas/common/autogeneratedResources.json is this:
Bicep is fine with 2022-10-01, though. Any "insights"? :-) Thx. |
The schemas appear to have not been updated in this addon in quite a while. However, they've not been imported into the Plugin for VSCode. |
@StephenWeatherford I've kicked off a run of https://github.com/Azure/azure-resource-manager-schemas/actions/runs/4432345621 - should hopefully shed some light on what's going on with operationalinsights. EDIT: this explains it 😄
|
@jorgecotillo any context on this? Azure/azure-resource-manager-schemas@f085aeb |
@anthony-c-martin there is an enum mismatch and hasn't been updated: I'll create a PR in the rest-api-specs repo. |
when trying to update the VS Code Plugin v0.15.9 you get an error :
|
@tshaiman I saw that, too, but upon investigating it didn't seem to be related to this extension. Can you try F1->Disable All Installed Extensions, then reenable ARM Tools and try again? |
same same |
@Philippe85 Fixed in next release, thanks. |
Microsoft.OperationalInsights/workspaces tracked in #1628, everything else should be working in next release. |
In many of the existing resources the plugin has warnings that suggests that the API Version is not support.
in fact most chances are that the plugin metadata information is out of sync with the latest API's
e.g : for Log Analytics workspaces it says apiVersion: "22-10-01" is not valid, while in fact that is the most up-to-date version
from Azure Docs :
https://learn.microsoft.com/en-us/azure/templates/microsoft.operationalinsights/workspaces?pivots=deployment-language-arm-template
The text was updated successfully, but these errors were encountered: