Skip to content

Commit a040bf3

Browse files
committed
chore(main): release 0.37.0-alpha
1 parent d67836f commit a040bf3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.37.0-alpha](https://github.com/deploymenttheory/terraform-provider-microsoft365/compare/v0.36.1-alpha...v0.37.0-alpha) (2025-11-28)
9+
10+
11+
### Features
12+
13+
* added new resources and refactored test harness ([#1183](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1183)) ([2b46754](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/2b46754f9f2922b59112c545b72105ba8fc09e78))
14+
* enhance run-tests.py for improved memory management and sequential test execution ([70d20e1](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/70d20e109139bef763965d91d641a558947bb21b))
15+
* enhance run-tests.py for improved memory management and sequential test execution ([#1231](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1231)) ([39bc074](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/39bc0748c78eb0040142a97dab8a26ce70fb4d40))
16+
* enhance run-tests.py with configurable parallelism and improved test enumeration control ([e52e53e](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/e52e53e49b18adde1c9d0fee889ac020d56cb5af))
17+
* enhance run-tests.py with detailed logging and timing for test discovery and execution ([883fd22](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/883fd220ed79bada9e7de8c509344174675351ec))
18+
* refactored graphBetaGroupLifecycleExpirationPolicy and added full test harness, added resource graphBetaGroupLifecycleExpirationPolicyAssignment and full test harness ([8abef15](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/8abef1561c6c021910c7993e7306472331171201))
19+
* refactored utility datasource unit tests to follow new test harness pattern ([e7de954](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/e7de9542953f7f067da0ccfaa12b9952979995c3))
20+
21+
22+
### Bug Fixes
23+
24+
* added helpers for stating and more unit tests ([#1261](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1261)) ([d67836f](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/d67836f60cfce6078be54fe8266eb041d071e643))
25+
* added pipeline debug log option when bi weekly tests run in workflow dispatch ([#1215](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1215)) ([552d45f](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/552d45f697974757ba55e08bd3e188532e094043))
26+
* conditional access control set logic ([#1184](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1184)) ([1b507a5](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/1b507a519aa89ccf44587f7ff13ad55196506512))
27+
* enhance nightly tests workflow by adding disk space cleanup step and updating runner configuration ([#1124](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1124)) ([0ada782](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/0ada7823339ea526785a4f95798d0a5e7e96aee5))
28+
* for group license assignments and added full test harness ([2980d32](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/2980d325d9454ee6411de63f56849f6ba34d42fa))
29+
* for group license assignments and added full test harness ([#1194](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1194)) ([40dc331](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/40dc331ae3f1db3917171939ea9361ba27aea764))
30+
* remove global_secure_access attribute in applications of conditional access policy ([#1182](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1182)) ([0dbbbe7](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/0dbbbe719433a6fb2df4ac8b421168dd988c3b25))
31+
* resource user license assignment tests ([eae4e70](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/eae4e701542d1a87e475bce12e176843249ecb16))
32+
* resource user license assignment tests ([#1106](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1106)) ([8b816fb](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/8b816fb8e5ab51caa46d6f759322d613804bc91b))
33+
* trialling run-test.py in sequential mode ([aa92be8](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/aa92be81688ff346bfb6fb71c864e266ecbd3e0a))
34+
* unit test refactor for datasource utilities ([#1220](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1220)) ([7c1faaf](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/7c1faaf1f8442f6ed4d4ca7f58ecc2467a56373c))
35+
* update nightly tests workflow to bi-weekly schedule and changed to larger runners for memory intensive workflows ([#1213](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1213)) ([a39faae](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/a39faae1b25cc0fcbe7e1bc4bccf7bd894d0655a))
36+
* update run-tests.py to improve test enumeration and memory management ([1c7212f](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/1c7212f9ba6ad3d5395b0ff13df4d0cf9d4dca3e))
37+
* update run-tests.py to improve test enumeration and memory management ([#1232](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1232)) ([e8b8985](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/e8b8985ecc56b20d99ccbb6161d026dfec63ee83))
38+
* updated resource group test harness to follow new pattern ([4347f6f](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/4347f6f7b29d19d28389265f9dfac2593d626795))
39+
* updated resource group test harness to follow new pattern ([#1123](https://github.com/deploymenttheory/terraform-provider-microsoft365/issues/1123)) ([6f0b0d0](https://github.com/deploymenttheory/terraform-provider-microsoft365/commit/6f0b0d06c724945d7f98638d37c0a95fed161409))
40+
841
## [0.36.1-alpha](https://github.com/deploymenttheory/terraform-provider-microsoft365/compare/v0.36.0-alpha...v0.36.1-alpha) (2025-11-21)
942

1043

0 commit comments

Comments
 (0)