Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
- Cosmos DB:
- Renamed `Azure.Cosmos.DisableLocalAuth` to `Azure.Cosmos.NoSQLLocalAuth` to reflect it applies only to NoSQL API by @BernieWhite.
[#3576](https://github.com/Azure/PSRule.Rules.Azure/issues/3576)
- Engineering:
- Bump Microsoft.Extensions.Logging.Console from 8.0.0 to 10.0.1
[#3627](https://github.com/Azure/PSRule.Rules.Azure/issues/3627)
- Bump Microsoft.Extensions.Hosting from 9.0.10 to 10.0.1
[#3626](https://github.com/Azure/PSRule.Rules.Azure/issues/3626)

## v1.46.0

Expand Down
6 changes: 3 additions & 3 deletions docs/updates/v1.47.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
date: 2025-11-30
date: 2025-12-30
version: 1.47
discussion: false
draft: true
---

# November 2025
# December 2025

Install with: [GitHub Actions](../install.md#with-github-actions) | [Azure Pipelines](../install.md#with-azure-pipelines) | [PowerShell](../install.md#with-powershell)

---

Welcome to the November 2025 release of PSRule for Azure.
Welcome to the December 2025 release of PSRule for Azure.
This release includes new features, new rules and improvements to existing rules.

See the [change log][1] or [GitHub history][2] for a complete list of changes.
Expand Down
Loading