Engin Polat
Engin Polat
- settings section in the _devcontainer definition file_ ([devcontainer.json](./devcontainer/devcontainer.json)) updated to most recent schema - base dotnet sdk image bumped to latest version - docker socket arg added to devcontainer...
With this PR - we introduce a new keyword `extends` - `using none` is allowed `extends` keyword make `bicepparam` file inherits from another `bicepparam` `using none` is valid only on...
# `Extendable Param Files` Feature Design Proposal As a `Bicep developer`, I want to be able to `extend bicepparam files` from `other bicepparam files`, so that I can `reuse` parameters...
This pull request introduces significant changes to the PowerPlatform Data Record resource, including the creation of new files and modifications to existing ones. The changes primarily focus on managing PowerPlatform...
# Bumping `ws` dependency to fix `Component Vulnerability` issue [ws](https://www.npmjs.com/package/ws) package has a DoS attach vulnerability between v7.0.0 and v7.5.10 Details can be found here; https://security.snyk.io/package/npm/ws GitHub Code Scanning feature...
Bubbling up the diagnostics error when the referenced file does not exist in the `extends` statement ```bicep // main.bicepparam file exists // VALID using none extends './main.bicepparam' ``` ```bicep //...
When + there are multiple projects with a very similar infrastructure needs (usually encountered in software shops) + there are multiple layers in the same project with very similar infrastructure...
Fixes #18420 ## Description This change ensures `bicepparam` files honor resource-derived parameter types when consuming OCI or template-spec modules by resolving any unresolved resource-derived metadata from compiled module parameters through...
## Description Closes #18272 Added a new integration test for `build-params` that covers extendable parameter files where the base file contains interpolated values. The test provisions `base.bicepparam`, `main.bicepparam`, `main.bicep` under...
## Description Documented the new base keyword for extendable param files (_PR #17850 merged_) with clearer object/array merge examples and updated notes on overrides. ## Checklist - [x] I have...