Khalid Dermoumi

Results 9 issues of Khalid Dermoumi

Hi! I have observed calendar, which is stuck on sync with an error: "Both COUNT and UNTIL cannot be supplied together; they are mutually exclusive." See: [SynchronizationReport-2021-09-28.txt](https://github.com/aluxnimm/outlookcaldavsynchronizer/files/7243942/SynchronizationReport-2021-09-28.txt) I see 3...

drafter warns about an "incorrect relation identifier", that is actually correct. Define a correct relation identifier that is an URL: ``` + Relation: http://test.com/order ``` And drafter will say: "relation...

bug

## Description Across the resource implementations, the resource log diagnostic settings are included . Here is a typical code excerpt (from 'arm/Microsoft.KeyVault/vaults/deploy.bicep': ``` @description('Optional. Specifies the number of days that...

help wanted
[prio] medium
[cat] modules

### Describe the bug The diagnostic settings name in the key vault module (git tag v0.5.0) is: ```bicep '${name_var}-diagnosticSettingName'. ``` The intention was obviously: ```bicep '${name_var}-${diagnosticSettingsName}' ``` There is also...

bug
blocked

### Description I need to be able to set a prefix for an NIC and the disks when using the VM module. This is because my customer has a naming...

enhancement

This is a feature request: it would be very helpful, if one could automatically create certificates right after the deployment of keyvault-acmebot. While it is basically possible to script some...

enhancement

"Microsoft Fabric" is a seperate SaaS offering which will require automated lifecycle mgmt / CD / IaC. Altough the current state of the corresponding APIs / tooling / etc. is...

enhancement
story: extensibility
Needs: Upvote

#### Description Using a managed identity for auth is supported an Azure VMs. It would be very valuable if Container Instances would be supported too. As Container Instances are more...

enhancement

### Describe the bug According to [the CustomScriptExtension docs](https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/custom-script-windows), the property "fileUri" should be set in "protectedSettings" under certain conditions, but it can be specified in public settings too. It...

bug