File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.29.0-alpha] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/compare/v0.28.1-alpha...v0.29.0-alpha ) (2025-09-12)
9
+
10
+
11
+ ### Features
12
+
13
+ * added 1st itteration of group_policy_configurations ([ b2b8078] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/b2b8078492e8b1cea411c905124d1ce322dc3799 ) )
14
+ * added centralised resolver logic and added docs ([ 46c4004] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/46c4004aa9e6ef48b9fd52e35757de9cbc6660a3 ) )
15
+ * added group_policy_boolean_value ([ 88b6b77] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/88b6b77a0ac6118d12d6676182570eeb42dbc307 ) )
16
+ * added group_policy_configuration, group_policy_boolean_value and group_policy_test_value as new resources ([ #762 ] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/762 ) ) ([ 33d3fc6] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/33d3fc61229fb93e41e0c8d71dcad5319fa19ca1 ) )
17
+ * added group_policy_text_value ([ b1900d2] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/b1900d2e6605450aa4a80bb53bad6d78d3b94baa ) )
18
+ * added group_policy_uploaded_definition_files ([ 5ecf420] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/5ecf4202f434aef1ef47f539adad33724401b5d2 ) )
19
+ * added resource group_policy_uploaded_definition_files and datasource group_policy_category ([ #753 ] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/753 ) ) ([ 9ce3d0d] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/9ce3d0d7097046a0f41f6c75505bf94275523e21 ) )
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * map[ string] interface{} -> ; map[ string] any ([ fcd9a51] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/fcd9a51dc63fd02f9d001caab20d2fa515374209 ) )
25
+ * numerous ([ f74e41e] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/f74e41eb964e98eb66870f71d9f7e2cd0b3d3ace ) )
26
+
8
27
## [ 0.28.1-alpha] ( https://github.com/deploymenttheory/terraform-provider-microsoft365/compare/v0.28.0-alpha...v0.28.1-alpha ) (2025-09-06)
9
28
10
29
You can’t perform that action at this time.
0 commit comments