Alexander Sehr
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 ```...
# 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...
# 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...
# 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....
### 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...
### 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...
### 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...
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...
# 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...
# 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...