Skip to content

Commit

Permalink
Merge pull request #18 from CiscoISE/develop
Browse files Browse the repository at this point in the history
## [1.1.11] - 2022-10-21
  • Loading branch information
fmunozmiranda authored Oct 21, 2022
2 parents a5e10cc + 70d29b2 commit 0e72cb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.11] - 2022-10-21
### Added
- On `network_device` change `Othername` parameter to `Ndgtype`.

## [1.1.10] - 2022-10-21
### Added
- On `active_directory` change `GroupName` parameter to `Name`.
Expand Down Expand Up @@ -135,4 +139,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.1.8]: https://github.com/CiscoISE/ciscoise-go-sdk/compare/v1.1.7...v1.1.8
[1.1.9]: https://github.com/CiscoISE/ciscoise-go-sdk/compare/v1.1.8...v1.1.9
[1.1.10]: https://github.com/CiscoISE/ciscoise-go-sdk/compare/v1.1.9...v1.1.10
[Unreleased]: https://github.com/cisco-en-programmability/dnacenter-go-sdk/compare/v1.1.10...main
[1.1.11]: https://github.com/CiscoISE/ciscoise-go-sdk/compare/v1.1.10...v1.1.11
[Unreleased]: https://github.com/cisco-en-programmability/dnacenter-go-sdk/compare/v1.1.11...main
8 changes: 4 additions & 4 deletions sdk/network_device_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type ResponseNetworkDeviceGroupGetNetworkDeviceGroupByNameNetworkDeviceGroup str
Name string `json:"name,omitempty"` //
Description string `json:"description,omitempty"` //
Link *ResponseNetworkDeviceGroupGetNetworkDeviceGroupByNameNetworkDeviceGroupLink `json:"link,omitempty"` //
Othername string `json:"othername,omitempty"` //
Ndgtype string `json:"ndgtype,omitempty"` //
}

type ResponseNetworkDeviceGroupGetNetworkDeviceGroupByNameNetworkDeviceGroupLink struct {
Expand All @@ -46,7 +46,7 @@ type ResponseNetworkDeviceGroupGetNetworkDeviceGroupByIDNetworkDeviceGroup struc
Name string `json:"name,omitempty"` //
Description string `json:"description,omitempty"` //
Link *ResponseNetworkDeviceGroupGetNetworkDeviceGroupByIDNetworkDeviceGroupLink `json:"link,omitempty"` //
Othername string `json:"othername,omitempty"` //
Ndgtype string `json:"ndgtype,omitempty"` //
}

type ResponseNetworkDeviceGroupGetNetworkDeviceGroupByIDNetworkDeviceGroupLink struct {
Expand Down Expand Up @@ -132,7 +132,7 @@ type RequestNetworkDeviceGroupUpdateNetworkDeviceGroupByIDNetworkDeviceGroup str
ID string `json:"id,omitempty"` //
Name string `json:"name,omitempty"` //
Description string `json:"description,omitempty"` //
Othername string `json:"othername,omitempty"` //
Ndgtype string `json:"ndgtype,omitempty"` //
}

type RequestNetworkDeviceGroupCreateNetworkDeviceGroup struct {
Expand All @@ -142,7 +142,7 @@ type RequestNetworkDeviceGroupCreateNetworkDeviceGroup struct {
type RequestNetworkDeviceGroupCreateNetworkDeviceGroupNetworkDeviceGroup struct {
Name string `json:"name,omitempty"` //
Description string `json:"description,omitempty"` //
Othername string `json:"othername,omitempty"` //
Ndgtype string `json:"ndgtype,omitempty"` //
}

//GetNetworkDeviceGroupByName Get network device group by name
Expand Down

0 comments on commit 0e72cb8

Please sign in to comment.