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

chore(deps): update dependency azure/bicep to v0.33.13 #9834

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
Azure/bicep minor 0.32.4 -> 0.33.13

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Azure/bicep (Azure/bicep)

v0.33.13

Compare Source

Highlights

  • Paste as BicepParams (#​15897) - thanks @​miqm !

  • Add resourceInput<> and resourceOutput<> utility types (#​15825)
    We've added two new utility types (resourceInput<> and resourceOutput<>), which deprecates the existing resource<> utility types. These three utility types are all closely related but differ in which property flags they surface:

    • resource<> has the flags that were originally defined in the RP types artifact. This is generally not what people want.
    • resourceInput<> strips out all WriteOnly flags. This means that template authors can access properties on a resourceInput<>-typed parameter that would have previously raised a BCP077 diagnostic.
    • resourceOutput<> strips out all ReadOnly flags.
  • Expose fail function (#​15958) This function takes a single string argument, whose value is the message of the error that will be raised.

param storageAccountData object

resource a 'Microsoft.Storage/storageAccounts@2023-05-01' = {
  name: !empty(storageAccountData.?name) ? toLower(storageAccountData.name) : fail('No storage account name was provided')

Other bugs and features

  • extendable param files add a warning when referencing to a non-existent .bicepparam file (#​15338)
  • adding support for variables, objects and arrays in extended param files (#​15834)
  • Refactor and simplify handling of single quotes in module completions (#​15913)
  • use-safe-access linter rule: Expand to check for nullable properties (#​15838)
  • Fix for WhatIf results not showing up properly in the deploy pane (#​16048)
  • Support object property name completions in lambda body syntax (#​16055)
  • MS Graph type provider warns on property mismatch (#​15824)
  • Fix unhandled exception in import closure calculation (#​15833)
  • Validate type clauses in UDFs (#​15842)
  • Allow exports of symbols that share a name with an output (#​15899)
  • Catch recursion in parameterized type invocations (#​15903)
  • Use fully qualified symbolic name as copy loop name (#​15910)
  • Include imported variables in max variables check (#​15956)
  • Rename Bicep.IO package to Azure.Bicep.IO (#​16046)
  • Validate that type expressions that will be compiled to ARM schema nodes can be expressed in ARM's type system prior to compilation (#​15901)
  • SecureOutput Feature Bug Fix (#​16108)
  • Allow accessing generated module names (#​16058)
  • Deprecate the term provider (#​16107)
  • Fix linter discrepancies when optional module name is enabled (#​16106)
  • Emit symbolic name template when an optional module name is enabled. (#​16114)
  • Fix BCP159 to check existence of any nested resources (#​15988)
  • Decompile-params: Resolve bicep file path relative to current directory (#​15986)
  • Add AdditionalPropertiesDescription property to ObjectType (#​15990)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

@nicholasdille-bot nicholasdille-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved because label type/renovate is present.

Copy link

🔍 Vulnerabilities of ghcr.io/uniget-org/tools/bicep:0.33.13

📦 Image Reference ghcr.io/uniget-org/tools/bicep:0.33.13
digestsha256:0c812529a9cf5fc49461e3bf7730a1b6b4f865e33223386d26e27bf7ffb8cd79
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size44 MB
packages0

Copy link

Attempting automerge. See https://github.com/uniget-org/tools/actions/runs/12941740397.

Copy link

PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/12941740397.

@github-actions github-actions bot merged commit f09b696 into main Jan 24, 2025
10 checks passed
@github-actions github-actions bot deleted the renovate/azure-bicep-0.x branch January 24, 2025 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants