Alexander Sehr

Results 85 issues of Alexander Sehr

# What In contrast to the [parameter section](https://github.com/Azure/bicep/issues/717) there seems to be no support for a `securestring` output type. For example: ```Json output storageAccountSasToken securestring = listAccountSas(storageAccountName, '2019-04-01', accountSasProperties).accountSasToken ```...

enhancement
intermediate language

# Description Implementing 'Self-contained' module dependency deployment for variant 5 #329 Tasks - [x] Adjust GitHub workflows - [x] Adjust Azure DevOps pipelines - [x] Update Set-ModuleReadMe function to be...

[cat] pipelines
[cat] modules
[cat] testing
[cat] github
[cat] azure devops

# Description > Based on PR by @itpropro #1655 Added the following to staticSites - `config` (app config and function app config) - `customDomains` with different validations depending on apex...

enhancement
[cat] modules

# Description - Introduced several linter-ignore statements for false-positives -> Parameters are flagged because they 'may' me a secret (and should have the @secure annotation), even if they are not....

enhancement
[cat] modules

### Description Recently, a new Bicep linter warning `prefer-unquoted-property-names` was introduced which leads to a large amount of warnings regarding our modules. The primary reason are our nested RBAC modules...

documentation
enhancement

### Description This issue should track our progress to enable the new dependency approach documented als 'Variant 5' here (#329). This means - The pipeline should (side-by-side with the original...

enhancement
[cat] pipelines
[cat] github
[cat] azure devops

### Description We implement a feature that enables us to version module ReadME files. This is important as the repository will only always contain the 'latest' ReadMe. I.e. you cannot...

documentation
enhancement
[cat] needs further discussion
hackathon

The name of the template spec publish for `MS.RecoveryServices.vaults.replicationFabrics.replicationProtectionContainers.replicationProtectionContainerMappings` is too long. The maximum is 90 characters and the above name has 116 characters (26 too many). We must find...

bug
[prio] high
[cat] publishing

# Description - Removed name generation from diverse modules - Microsoft.Storage\storageAccounts - Microsoft.ServiceBus\namespaces - Microsoft.Network\ddosProtectionPlans - Microsoft.Consumption\budgets - Microsoft.Compute\proximityPlacementGroups ## Pipeline references > For module/pipeline changes, please create and attach...

[cat] modules

# Description - Aligned the usage of `Join-Path` usage to one consistent approach - Updated some path actions - Updated formatting of several small element ## Pipeline references > For...

enhancement
[cat] pipelines
[cat] utilities