You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/updates/v1.47.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
date: 2025-12-30
3
3
version: 1.47
4
4
discussion: false
5
-
draft: true
5
+
draft: false
6
6
---
7
7
8
8
# December 2025
@@ -19,6 +19,8 @@ See the [change log][1] or [GitHub history][2] for a complete list of changes.
19
19
## Expanded support for CAF naming
20
20
21
21
Support for CAF naming conventions has been expanded with new rules to cover additional resource types.
22
+
The new rules help enforce consistent, CAF-aligned resource names across environments.
23
+
22
24
New resource types supported for enforcing naming conventions include:
23
25
24
26
-`Microsoft.ContainerInstance/containerGroups`
@@ -45,6 +47,16 @@ New resource types supported for enforcing naming conventions include:
45
47
-`Microsoft.Sql/servers/jobAgents`
46
48
-`Microsoft.Sql/managedInstances`
47
49
50
+
## New baselines
51
+
52
+
This release adds three built-in baselines published for December 2025:
53
+
54
+
-`Azure.GA_2025_12` — General Availability aligned baseline containing rules that match broadly available Azure service behavior and hardening recommendations.
55
+
-`Azure.Preview_2025_12` — Preview aligned baseline that includes additional rules for preview features and newer service capabilities.
56
+
-`Azure.CAF_2025_12` — Cloud Adoption Framework focused baseline designed to help enforce naming, tagging and recommended conventions for enterprise adoption.
57
+
58
+
See examples of using baselines in the [Working with baselines](../working-with-baselines.md#using-baselines) documentation.
59
+
48
60
## Contributions
49
61
50
62
We would like to thank the following contributors for their contributions to this release:
0 commit comments