Skip to content

Commit

Permalink
Fix issue with snmp feature template resource when configuring snmpv2
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Oct 18, 2023
1 parent bf4cc7f commit 922bb8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.2.10 (unreleased)

- Fix issue with `sdwan_cisco_ospf_feature_template` resource when not configuring route policies
- Fix issue with `sdwan_cisco_snmp_feature_template` resource when configuring SNMPv2

## 0.2.9

Expand Down
1 change: 1 addition & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description: |-
## 0.2.10 (unreleased)

- Fix issue with `sdwan_cisco_ospf_feature_template` resource when not configuring route policies
- Fix issue with `sdwan_cisco_snmp_feature_template` resource when configuring SNMPv2

## 0.2.9

Expand Down
2 changes: 2 additions & 0 deletions gen/definitions/feature_templates/cisco_snmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ attributes:
example: read-only
- model_name: group
tf_name: groups
exclude_ignore: true
attributes:
- model_name: name
example: GROUP1
Expand All @@ -40,6 +41,7 @@ attributes:
example: VIEW1
- model_name: user
tf_name: users
exclude_ignore: true
attributes:
- model_name: name
example: user1
Expand Down
8 changes: 0 additions & 8 deletions internal/provider/model_sdwan_cisco_snmp_feature_template.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions templates/guides/changelog.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description: |-
## 0.2.10 (unreleased)

- Fix issue with `sdwan_cisco_ospf_feature_template` resource when not configuring route policies
- Fix issue with `sdwan_cisco_snmp_feature_template` resource when configuring SNMPv2

## 0.2.9

Expand Down

0 comments on commit 922bb8f

Please sign in to comment.