Skip to content

Commit

Permalink
Implement workaround for API issue when creating multiple network dev…
Browse files Browse the repository at this point in the history
…ice groups at once
  • Loading branch information
danischm committed Mar 7, 2024
1 parent 55e7c99 commit a61f719
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.1.14 (unreleased)

- Use `set` type for list attributes with primitive values
- Implement workaround for API issue when creating multiple network device groups at once

## 0.1.13

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.1.14 (unreleased)

- Use `set` type for list attributes with primitive values
- Implement workaround for API issue when creating multiple network device groups at once

## 0.1.13

Expand Down
4 changes: 2 additions & 2 deletions gen/templates/provider.go

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

6 changes: 3 additions & 3 deletions internal/provider/provider.go

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

23 changes: 9 additions & 14 deletions internal/provider/resource_ise_network_device_group.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.1.14 (unreleased)

- Use `set` type for list attributes with primitive values
- Implement workaround for API issue when creating multiple network device groups at once

## 0.1.13

Expand Down

0 comments on commit a61f719

Please sign in to comment.