Simon Heather
Simon Heather
#### Pull Request (PR) description This PR fixes the issue where managing child domain user membership of an AD Group using the DistinguishedName MembershipAttribute fails. #### This Pull Request (PR)...
#### Details of the scenario you tried and the problem that is occurring With the preview module `v6.1.0-preview0006`, containing the modified `ADGroup` resource code from PR #620, managing child domain...
#### Description This PR adds the following parameters to the `New-GitHubRepository` and `Set-GitHubRepository` functions: - `AllowAutoMerge` - `UseSquashPrTitleAsDefault` #### Issues Fixed - Fixes #357 #### References - https://docs.github.com/en/rest/repos/repos#create-an-organization-repository - https://docs.github.com/en/rest/repos/repos#update-a-repository...
#### Feature Idea Summary GitHub have added two new options to Repositories that could be added to the `New-GitHubRepository` and `Set-GitHubRepository` Cmdlets; 'Allow Auto Merge' and 'Use Squash PR Title...
#### Issue Details The `PowerShellForGitHub.log` is written with different character encoding depending upon whether PowerShell 5 or PowerShell 7 are used. PowerShell 5 encoding is `UTF-16 LE` and PowerShell 7...
#### Details of the scenario you tried and the problem that is occurring In its current state, `xUser` will create a user account and apply the password if specified. On...
The Resource Modules links in DSCResources and xDSCResources are not pointing to the latest versions
Example: #### ActiveDirectoryCsDsc: - Link is: https://github.com/PowerShell/ActiveDirectoryCSDsc/tree/ba0aecc5670aaa03e597e4049a95ce47d606d909 - Should be: https://github.com/PowerShell/ActiveDirectoryCSDsc
Modifies the Sceptre Plan `ConfigFileNotFound` error to only include the list of valid stack paths from the command path specified and only there are less than 10 stacks. ## Example...
### Subject of the issue If a non-existent stack is launched, Sceptre tries to be helpful in its error message by outputting a list of valid stack paths. In a...
## what Refine the Atlantis VCS Pull Request comments ## why - Closes #4253 ## tests Tested locally on GitLab and GitHub ## GitHub Examples ### Single Project Plan -...