Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Feb 7, 2025
1 parent e273f0d commit d01c73c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@
"url": "./.vscode/policy-ignore.schema.json"
}
],
"omnisharp.organizeImportsOnFormat": true,
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true,
"PSRule.documentation.path": "docs",
"PSRule.documentation.localePath": "en/rules/",
"PSRule.documentation.customSnippetPath": ".vscode/markdown.code-snippets",
Expand All @@ -170,5 +168,6 @@
"cSpell.enableFiletypes": [
"bicep",
"python"
]
],
"dotnet.formatting.organizeImportsOnFormat": true
}
10 changes: 6 additions & 4 deletions docs/CHANGELOG-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers

## Unreleased

What's changed since v1.41.0:

- General improvements:
- Added a new quickstart guide for using Azure Pipelines with PSRule by @that-ar-guy.
[#3220](https://github.com/Azure/PSRule.Rules.Azure/pull/3220)

## v1.41.0

What's changed since v1.40.0:
Expand Down Expand Up @@ -84,10 +90,6 @@ What's changed since v1.40.0:
- Engineering:
- Updated resource providers and policy aliases by @BernieWhite.
[#3166](https://github.com/Azure/PSRule.Rules.Azure/pull/3166)
- Documentation:
- Added a new quickstart guide for using Azure Pipelines with PSRule by @that-ar-guy.
[#3220](https://github.com/Azure/PSRule.Rules.Azure/pull/3220)


## v1.40.0

Expand Down
9 changes: 9 additions & 0 deletions ps-rule.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": 1,
"modules": {
"PSRule.Rules.MSFT.OSS": {
"version": "1.1.0",
"integrity": "sha512-4oEbkAT3VIQQlrDUOpB9qKkbNU5BMktvkDCriws4LgCMUiyUoYMcN0XovljAIW4FO0cmP7mP6A8Z7MPNGlgK7Q=="
}
}
}

0 comments on commit d01c73c

Please sign in to comment.