Skip to content

Commit c4ab8bb

Browse files
committed
Fix api issue with network device group resource
1 parent 0df9d8b commit c4ab8bb

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.9 (unreleased)
2+
3+
- Fix issue with `ise_network_device_group` resource and ISE versions >= 3.2.0 Patch1. Due to a breaking change in the API, this resource is now only supported with ISE version >= 3.2.0 Patch1.
4+
15
## 0.1.8
26

37
- Fix default value of `ip_version` attribute of `ise_trustsec_security_group_acl` resource

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ This provider uses both, the ERS and Open API. Instructions on how to enable API
88

99
All resources and data sources have been tested with the following releases.
1010

11-
| Platform | Version |
12-
| -------- | ------- |
13-
| ISE | 3.2 |
11+
| Platform | Version |
12+
| -------- | ------------- |
13+
| ISE | 3.2.0 Patch 4 |
1414

1515
Documentation: <https://registry.terraform.io/providers/CiscoDevNet/ise/latest>
1616

docs/guides/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ description: |-
77

88
# Changelog
99

10+
## 0.1.9 (unreleased)
11+
12+
- Fix issue with `ise_network_device_group` resource and ISE versions >= 3.2.0 Patch1. Due to a breaking change in the API, this resource is now only supported with ISE version >= 3.2.0 Patch1.
13+
1014
## 0.1.8
1115

1216
- Fix default value of `ip_version` attribute of `ise_trustsec_security_group_acl` resource

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ This provider uses both, the ERS and Open API. Instructions on how to enable API
1414

1515
All resources and data sources have been tested with the following releases.
1616

17-
| Platform | Version |
18-
| -------- | ------- |
19-
| ISE | 3.2 |
17+
| Platform | Version |
18+
| -------- | ------------- |
19+
| ISE | 3.2.0 Patch 4 |
2020

2121
## Example Usage
2222

gen/definitions/network_device_group.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ attributes:
1515
type: String
1616
description: Description
1717
example: My network device group
18-
- model_name: ndgtype
18+
- model_name: othername
1919
tf_name: root_group
2020
data_path: [NetworkDeviceGroup]
2121
type: String

internal/provider/model_ise_network_device_group.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/guides/changelog.md.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ description: |-
77

88
# Changelog
99

10+
## 0.1.9 (unreleased)
11+
12+
- Fix issue with `ise_network_device_group` resource and ISE versions >= 3.2.0 Patch1. Due to a breaking change in the API, this resource is now only supported with ISE version >= 3.2.0 Patch1.
13+
1014
## 0.1.8
1115

1216
- Fix default value of `ip_version` attribute of `ise_trustsec_security_group_acl` resource

templates/index.md.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ This provider uses both, the ERS and Open API. Instructions on how to enable API
1414

1515
All resources and data sources have been tested with the following releases.
1616

17-
| Platform | Version |
18-
| -------- | ------- |
19-
| ISE | 3.2 |
17+
| Platform | Version |
18+
| -------- | ------------- |
19+
| ISE | 3.2.0 Patch 4 |
2020

2121
## Example Usage
2222

0 commit comments

Comments
 (0)