John D Pell
John D Pell
#### Pull Request (PR) description Adds optional parameter SamAccountName to ADGroup resource to allow setting this property separately. This requires that GroupName be specified using something other than the SamAccountName,...
#### Pull Request (PR) description Adds optional parameter SamAccountName to ADManagedServiceAccount resource to allow setting this property separately. This requires that ServiceAccountName be specified using something other than the SamAccountName,...
#### Pull Request (PR) description Adds optional parameter SamAccountName to ADUser resource to allow setting this property separately. This requires that UserName be specified using something other than the SamAccountName,...
#### Details of the scenario you tried and the problem that is occurring We have a need to set the samAccountName of a group created by an application installer which...
## Description ```bash shfmt -w test/*.bash test/*/*.bats ``` ## Motivation and Context Chapter 4. Just cleaning up. This is built on top of #2033. ## How Has This Been Tested?...
## Description As `shellcheck` supports BATS syntax, turn it on and use it! And then fix all the tests! ## Motivation and Context This is chapter 3 of my BATS...
## Description Many plugins/completions/whatever check if their associated command is already installed before loading. Find, fix, and add in/to all the plugins to ensure consistency and improve `bash-it doctor`. ##...
## Description - use `-A` instead of `-a` for `ls`, - quote variable expansions, - don’t *assign* default expansions, - don’t alias `piano` without `pianobar`, - enable `alias/bash-it` in `profile/default`,...
## Description This branch adds `set -Eeuo pipefail` to the bottom of `setup()`, so each test is run with *extremely* strict environment. ## Motivation and Context Hence Chapter 4. This...
## Description Add `custom`, `lib`, `scripts`, and `template` to `clean_files.txt` and address the fallout. This helps towards #1696. ## Motivation and Context My entire `glob` branch would have been unnecessary...