Skip to content

Commit

Permalink
fix: Adding pwsh support for Codespaces and fixed a typo (#647)
Browse files Browse the repository at this point in the history
## Description

- Adding pwsh support for Codespaces
- Fixed a typo
- Ignore .DS_Store


![image](https://github.com/Azure/bicep-registry-modules/assets/19261257/26cf3e83-81cc-4b9c-a97b-7ff6f35454bd)

---------

Co-authored-by: Alexander Sehr <[email protected]>
Co-authored-by: ChrisSidebotham-MSFT <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2024
1 parent ce51183 commit 88df757
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"features": {
"azure-cli": "latest",
"dotnet": "7.0",
"ghcr.io/devcontainers/features/node:1": "none"
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/powershell:1": {}
}
}
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

If you haven't already, read the full [contribution guide](https://github.com/Azure/bicep-registry-modules/blob/main/CONTRIBUTING.md). The guide may have changed since the last time you read it, so please double-check. Once you are done and ready to submit your PR, edit the PR description and run through the relevant checklist below.

Enable GitHub Worksflows in your fork to enable auto-generation of assets with our [GitHub Action](/.github/workflows/push-auto-generate.yml).
Enable GitHub Workflows in your fork to enable auto-generation of assets with our [GitHub Action](/.github/workflows/push-auto-generate.yml).
To trigger GitHub Actions after auto-generation, [add a GitHub PAT](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) as a secret in your forked repository called `PAT`.

## Adding a new module
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.netrc
moduleIndex.json
moduleIndex.json
.DS_Store

0 comments on commit 88df757

Please sign in to comment.