8000 Tags · itpropro/bicep · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: itpropro/bicep

Tags

v0.26.54

Toggle v0.26.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.25.53

Toggle v0.25.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

v0.25.3

Toggle v0.25.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

v0.24.24

Toggle v0.24.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump minor version (Azure#12339)

###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/12339)

v0.22.6

Toggle v0.22.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)

v0.20.4

Toggle v0.20.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update release-checklist.md (Azure#11433)

###### Microsoft Reviewers:
codeflow:open?pullrequest=Azure#11433

v0.20.1

Toggle v0.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumping Bicep version to 0.20 (Azure#11428)

Bumping Bicep version to 0.20
0