diff --git a/src/Bicep.LangServer/Completions/ResourceTypeSearchKeywords.cs b/src/Bicep.LangServer/Completions/ResourceTypeSearchKeywords.cs index d6df6e93abf..72ccdb41897 100644 --- a/src/Bicep.LangServer/Completions/ResourceTypeSearchKeywords.cs +++ b/src/Bicep.LangServer/Completions/ResourceTypeSearchKeywords.cs @@ -27,7 +27,8 @@ public ResourceTypeSearchKeywords() : this ["Microsoft.Web/serverFarms"] = ["asp", "appserviceplan", "hostingplan"], ["Microsoft.App"] = ["containerapp"], ["Microsoft.ContainerService"] = ["aks", "kubernetes", "k8s", "cluster"], - ["Microsoft.Authorization/roleAssignments"] = ["rbac"], + ["Microsoft.Authorization"] = ["rbac"], + ["Microsoft.OperationalInsights/workspaces"] = ["loganalytics"], }) { }