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: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
# Terraform Provider MSO - Changelog
2
+
3
+
All notable changes to this project will be documented in this file.
4
+
5
+
## 1.6.0 (November 5, 2025)
6
+
7
+
IMPROVEMENTS:
8
+
- Add retrigger attribute to mso_rest to enable updates without payload, path or method changes.
9
+
- Add template_type and template_id attributes to mso_schema_template_deploy_ndo to enable template deployment of any type.
10
+
- Add mso_service_device_cluster resource and datasource.
11
+
- Add mso_fabric_policies_synce_interface_policy resource and datasource.
12
+
- Add uuid read-only attribute to mso_schema_template_bd resource and datasource.
13
+
14
+
BUG FIXES:
15
+
- Fix error when consumer_connector_redirect_policy or provider_connector_redirect_policy attributes are empty strings in mso_schema_site_contract_service_graph.
16
+
- Fix url attribute on the mso provider to accept appended slash characters.
17
+
1
18
## 1.5.3 (August 21, 2025)
2
19
BUG FIXES:
3
20
- Fix error handling issue that ignore error messages returned by the API for non 200 status responses introduced in v1.5.1
0 commit comments