Add devcontainer features (powershell, modules, github cli) #90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request updates the development container configuration and refines dependency management for the project. The main focus is on improving how the dev container sets up user permissions and installs PowerShell dependencies, as well as updating the format and versions of module dependencies.
Dev container improvements:
userGidanduserUidsettings to thecommon-utilsfeature in.devcontainer/devcontainer.jsonfor better control over container user permissions.postCreateCommandtoonCreateCommand, now using PowerShell'sInstall-PSResourceto install dependencies fromrequirements.jsonon container creation, streamlining the setup process..devcontainer/devcontainer.json.Dependency specification updates:
requirements.psd1file to use a more structured hashtable format for each dependency, and updated thePSScriptAnalyzerversion to1.24.0for improved linting and analysis.Type of Change
Semantic Versioning
+semver: major- Breaking changes (1.0.0 → 2.0.0)+semver: minor- New features (1.0.0 → 1.1.0)+semver: patch- Bug fixes (1.0.0 → 1.0.1)+semver: none- No version change (documentation, tests)Checklist
Code Quality
Testing
.Tests.ps1filesDocumentation
Related Issues
Fixes #issue_number
Additional Notes