Jonas Ried

Results 5 issues of Jonas Ried

### Problem description The expression `[x={ $File.Directory.BaseName } =]` does not determine node environment. ### Verbose logs ```text null ``` ### How to reproduce ```yaml # source/AllNodes/Stage/server1.yml NodeName: '[x={ $Node.Name...

bug

### Description of the issue Test-TargetResource returns false if policy is disabled. Although a disabled (not deleted) policy is a valid state. ```powershell PS C:\code\misc> Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration -AuthenticationMethodConfigurationId 'Sms' | Format-List...

#### Pull Request (PR) description Adds new resource OfficeOnlineServerHost #### This Pull Request (PR) fixes the following issues - Fixes #62 #### Task list - [x] Added an entry to...

#### Pull Request (PR) description Adds the parameter 'IsSingleInstance' as suggested in #42. #### This Pull Request (PR) fixes the following issues - Fixes #42 #### Task list - [x]...

needs review

### Description The resource should be used to manage the OfficeWebAppsHosts. https://learn.microsoft.com/en-us/powershell/module/officewebapps/new-officewebappshost?view=officewebapps-ps ### Proposed properties [Key, Description("Specifies the resource is a single instance, the value must be 'Yes'"),ValueMap{"Yes"},Values{"Yes"}] String IsSingleInstance;...

in progress
resource proposal