Skip to content
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

Bump azure/bicep from 0.17.1 to 0.20.4 #90

Merged
merged 3 commits into from
Oct 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2023

Bumps azure/bicep from 0.17.1 to 0.20.4.

Release notes

Sourced from azure/bicep's releases.

v0.20.4

Highlights

Bicep Team:

  • New Deployment Pane UI (Experimental). Documentation here.
  • adding az.getSecret() support to bicepparam files (#11236)
    • example: param mySecret = az.getSecret('e93d3ee6-fac1-412f-92d6-bfb379e81af2', 'my-rg', 'mykeyvault', 'mySecret')

Bug Fixes and Features

Bicep Team:

  • Make decorators order independent (#11380)
  • Fixes "Paste removes comments inside multi-line array" (#11297)
  • Fix hover with escaped chars in published doclink (#11365)

v0.19.5

Highlights

Bicep Team:

  • Formatter v2 including:
    • Implement pretty-printing algorithm
    • Add formatting configurations (#10889)
    • Less newline sensitivity for if-expression and for-expression (#10984)
    • Make ternary operators and lambdas less newline sensitive (#11052)
  • User defined types property completions for bicepparam files (#11032)

Bug Fixes and Features

Bicep Team:

  • Fix deploy bicep file vs code action bug (#11099)
  • Surface diagnostics from union type narrowing (#10938)
  • Handle duplicate properties in object type definition with a diagnostics, not an exception (#10983)
  • Collapse target union types before narrowing (#10987)
  • Support instance functions on resource-typed params (#11031)
  • Expand leading ~ in RootConfiguration.CacheRootDirectory (#11047)
  • Add description/documentation to public module completions (#10997)
  • Obsolete metadata.json, convert on generate (#11087)
  • Fix intellisense for maxAgeInDays (11040) (#11093)
  • Ignore property storageAccountSubscriptionId for use-resource-id-func… (#11094)

v0.18.4

Highlights

Bicep team:

  • Support for .bicepparam parameters files (bicep-style parameters file). This includes support for:
    • support for expressions using any functions in the sys namespace (i.e. uniqueString())
    • supported natively by Az CLI and Azure PowerShell (i.e. az deployment group create -f ./main.bicep -p params.bicepparam ...)
    • CLI command to generate bicepparam file from given Bicep file (#10595)
    • Buildparams command vscode extension (#10738)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [azure/bicep](https://github.com/azure/bicep) from 0.17.1 to 0.20.4.
- [Release notes](https://github.com/azure/bicep/releases)
- [Changelog](https://github.com/Azure/bicep/blob/main/docs/release-checklist.md)
- [Commits](Azure/bicep@v0.17.1...v0.20.4)

---
updated-dependencies:
- dependency-name: azure/bicep
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from JanuszNowak as a code owner August 3, 2023 15:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 3, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@JanuszNowak JanuszNowak enabled auto-merge (rebase) September 18, 2023 06:25
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

A newer version of azure/bicep exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@sonarcloud
Copy link

sonarcloud bot commented Oct 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@JanuszNowak JanuszNowak merged commit 1296adc into master Oct 5, 2023
10 of 14 checks passed
@JanuszNowak JanuszNowak deleted the dependabot/github_actions/azure/bicep-0.20.4 branch October 5, 2023 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant