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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 0.1.19 (unreleased)
2
+
3
+
- Fix issue with tags removal from templates in `catalystcenter_assign_templates_to_tag` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/165)
4
+
1
5
## 0.1.18
2
6
3
7
- Add `catalystcenter_fabric_l3_virtual_network` resource and data source
Copy file name to clipboardExpand all lines: docs/guides/changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ description: |-
7
7
8
8
# Changelog
9
9
10
+
## 0.1.19 (unreleased)
11
+
12
+
- Fix issue with tags removal from templates in `catalystcenter_assign_templates_to_tag` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/165)
13
+
10
14
## 0.1.18
11
15
12
16
- Add `catalystcenter_fabric_l3_virtual_network` resource and data source
Copy file name to clipboardExpand all lines: gen/definitions/assign_templates_to_tag.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: Assign Templates to Tag
3
3
rest_endpoint: /dna/intent/api/v1/tag/%v/member
4
4
get_extra_query_params: '?memberType=template'
5
5
get_no_id: true
6
-
# Manual updates in Delete function to handle removal of templates from tag in resource file, and fromBody, updateFromBody functions in model file
6
+
# Manual updates in Update and Delete function to handle removal of templates from tag in resource file, and fromBody, updateFromBody functions in model file
7
7
res_description: 'This resource is responsible for assigning templates to a specified tag during creation
8
8
and removing the template from the tag during destroy operation.'
Copy file name to clipboardExpand all lines: templates/guides/changelog.md.tmpl
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ description: |-
7
7
8
8
# Changelog
9
9
10
+
## 0.1.19 (unreleased)
11
+
12
+
- Fix issue with tags removal from templates in `catalystcenter_assign_templates_to_tag` resource, [link](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/issues/165)
13
+
10
14
## 0.1.18
11
15
12
16
- Add `catalystcenter_fabric_l3_virtual_network` resource and data source
0 commit comments