chore(deps): update dependency azure/bicep to v0.33.13 #9834
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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<>
andresourceOutput<>
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.Other bugs and features
use-safe-access
linter rule: Expand to check for nullable properties (#15838)provider
(#16107)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.
This PR has been generated by Renovate Bot.