Alexander Sehr

Results 120 comments of Alexander Sehr

We have a similar issue. We're trying to structure our templates with dedicated modules for child-resources. However, the user does not need to provide all values in the template's parameter...

This will potentially go away with the future introduction of the user-defined types. cc: @eriqua I'd suggest to not invest work into this issue until the feature is implemented as...

I'm a bit unsure about 'how' this should be implemented. Let's we introduce a flag in the settings - what should it effectively do? Upon running the publish, should it...

@elanzel could it be that this issue is already implemented? We definitely implemented the NetworkAcls + modified the public network access based on whether Private Endpoints are provided or not.

Can be done using the following working draft of a function ```PowerShell function Get-TestsAsMarkdown { [CmdletBinding()] param ( [Parameter(Mandatory)] [string] $TestFilePath ) $content = Get-Content $TestFilePath $relevantContent = [System.Collections.ArrayList]@() foreach...

This has been implemented in the [Solution Creation](https://github.com/Azure/ResourceModules/wiki/Solution%20creation) wiki page.

> @AlexanderSehr @ahmadabdalla @rahalan this and dependent issue need to be part of the AVM CI. > > Changes to readme files should trigger corresponding module validation pipeline run, or...

Seems to be related to #2371 In any case, I can confirm this is still an issue and it would be awesome if it would eventually be fixed. My current...