Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Initial commit (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljtill authored Aug 14, 2024
1 parent 9498698 commit 9460574
Show file tree
Hide file tree
Showing 39 changed files with 1,342 additions and 317 deletions.
4 changes: 4 additions & 0 deletions .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ rules:
'@typescript-eslint/type-annotation-spacing': 'error',
'@typescript-eslint/unbound-method': 'error'
}

settings:
import/ignore:
- '@azure/arm-resourcesdeploymentstacks'
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.6.0
20.15.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ efficient and automated deployments.
location: uksouth
scope: subscription
mode: create
action-on-unmanage: deleteAll
deny-settings: denyWriteAndDelete
action-on-unmanage: delete-all
deny-settings: deny-write-and-delete
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
template-file: ./src/main.bicep
parameters-file: ./src/main.bicepparam
Expand Down
1 change: 0 additions & 1 deletion badges/coverage.svg

This file was deleted.

189 changes: 189 additions & 0 deletions dist/helpers/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/helpers/config.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions dist/helpers/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/helpers/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9460574

Please sign in to comment.