Tags: itpropro/bicep
Tags
Show tooltips on hover for type property definitions and type additio… …nal properties accesses (Azure#13546) Resolves Azure#13461 Resolves Azure#13398 There were a couple of scenarios where the LS was not showing hover tooltips for properties: * When hovering over a type property definition * When hovering over a property name that would match against a value's additional properties type There's no way to capture a description for an object's additional properties type, but the hover can at least show the expected type.
Ensure language server refreshes modules on force refresh (Azure#13278) Closes Azure#13254 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13278)
Bump bicep shared tools packages (Azure#13189) ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13189)
Fix Moq versions in more projects (Azure#12751) Missed a few places where Moq is used in my previous PR. We should probably enable central package management to avoid this in the future. I've created Azure#12750 to track it. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/12751)
Bump minor version (Azure#12339) ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/12339)
CodeFix: Remove relative path prefix from types loading (Azure#12026) ## Description The current implementation makes the wrong assumption that the key names indexed in the types cache have a prefix `./`. This was the case when I was using a dev artifact since the publishing logic wasn't ready. Now that we have a publishing logic for the types package we can fix the code so that it doesn't assume the `./` prefix is found in the files as proven by https://github.com/Azure/bicep-types-az/actions/runs/6398352791/job/17368317634. This PR should be merged before Azure/bicep-types-az#1553, and Azure/bicep-types-az#1553 should be updated to download the latest build from the `main` branch. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/12026) --------- Co-authored-by: Ariel Silverman <asilverman@microsoft.com>
update version.json (Azure#12037) ## Description: Updating minor version per release instruction here: https://github.com/Azure/bicep/blob/main/docs/release-checklist.md ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/12037) Co-authored-by: Ariel Silverman <asilverman@microsoft.com>
Bump Bicep Version for 0.21 Release (Azure#11749) ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/11749)
Update release-checklist.md (Azure#11433) ###### Microsoft Reviewers: codeflow:open?pullrequest=Azure#11433
Bumping Bicep version to 0.20 (Azure#11428) Bumping Bicep version to 0.20
PreviousNext