diff --git a/.vscode/settings.json b/.vscode/settings.json index f7b3c2f8b9e..dc5ee3c7b21 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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", @@ -170,5 +168,6 @@ "cSpell.enableFiletypes": [ "bicep", "python" - ] + ], + "dotnet.formatting.organizeImportsOnFormat": true } diff --git a/docs/CHANGELOG-v1.md b/docs/CHANGELOG-v1.md index a62d698f80a..85796adb497 100644 --- a/docs/CHANGELOG-v1.md +++ b/docs/CHANGELOG-v1.md @@ -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: @@ -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 diff --git a/ps-rule.lock.json b/ps-rule.lock.json new file mode 100644 index 00000000000..ea806993086 --- /dev/null +++ b/ps-rule.lock.json @@ -0,0 +1,9 @@ +{ + "version": 1, + "modules": { + "PSRule.Rules.MSFT.OSS": { + "version": "1.1.0", + "integrity": "sha512-4oEbkAT3VIQQlrDUOpB9qKkbNU5BMktvkDCriws4LgCMUiyUoYMcN0XovljAIW4FO0cmP7mP6A8Z7MPNGlgK7Q==" + } + } +}