Skip to content

Commit

Permalink
Merge pull request #31 from CiscoISE/develop
Browse files Browse the repository at this point in the history
Develop v1.1.22
  • Loading branch information
fmunozmiranda authored Aug 9, 2023
2 parents 9d05426 + 7f12f21 commit 139ea4e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 128 deletions.
9 changes: 7 additions & 2 deletions 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.22] - 2023-08-09
- Support for nested children conditions was added.
- Adding parameter `RequestBasicPwdAuth` to `RequestAllowedProtocolsCreateAllowedProtocolAllowedProtocolsTeap` and `RequestAllowedProtocolsUpdateAllowedProtocolByIDAllowedProtocolsTeap` struct.

## [1.1.21] - 2023-06-27
- `ResponseNetworkDeviceGroupGetNetworkDeviceGroupByNameNetworkDeviceGroup`, `ResponseNetworkDeviceGroupGetNetworkDeviceGroupByIDNetworkDeviceGroup` and `RequestNetworkDeviceGroupUpdateNetworkDeviceGroupByIDNetworkDeviceGroup` change Ndgtype TO Othername on network_device_group.go.
- Adding `ParentID` parameter on `ResponseEndpointIDentityGroupGetEndpointGroupByNameEndPointGroup` and `ResponseEndpointIDentityGroupGetEndpointGroupByIDEndPointGroup` structs on endpoint_identity_group.
Expand Down Expand Up @@ -210,5 +214,6 @@ Following parameters were added to `RequestNetworkAccessAuthenticationRulesCreat
[1.1.18]: https://github.com/CiscoISE/ciscoise-go-sdk/compare/v1.1.17...v1.1.18
[1.1.19]: https://github.com/CiscoISE/ciscoise-go-sdk/compare/v1.1.18...v1.1.19
[1.1.20]: https://github.com/CiscoISE/ciscoise-go-sdk/compare/v1.1.19...v1.1.20
[1.1.21]: https://github.com/CiscoISE/ciscoise-go-sdk/compare/v1.1.19...v1.1.20
[Unreleased]: https://github.com/cisco-en-programmability/dnacenter-go-sdk/compare/v1.1.21...main
[1.1.21]: https://github.com/CiscoISE/ciscoise-go-sdk/compare/v1.1.20...v1.1.21
[1.1.22]: https://github.com/CiscoISE/ciscoise-go-sdk/compare/v1.1.21...v1.1.22
[Unreleased]: https://github.com/cisco-en-programmability/dnacenter-go-sdk/compare/v1.1.22...main
2 changes: 2 additions & 0 deletions sdk/allowed_protocols.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ type RequestAllowedProtocolsUpdateAllowedProtocolByIDAllowedProtocolsTeap struct
AcceptClientCertDuringTunnelEst *bool `json:"acceptClientCertDuringTunnelEst,omitempty"` //
EnableEapChaining *bool `json:"enableEapChaining,omitempty"` //
AllowDowngradeMsk *bool `json:"allowDowngradeMsk,omitempty"` //
RequestBasicPwdAuth *bool `json:"requestBasicPwdAuth,omitempty"` //
}

type RequestAllowedProtocolsCreateAllowedProtocol struct {
Expand Down Expand Up @@ -507,6 +508,7 @@ type RequestAllowedProtocolsCreateAllowedProtocolAllowedProtocolsTeap struct {
AcceptClientCertDuringTunnelEst *bool `json:"acceptClientCertDuringTunnelEst,omitempty"` //
EnableEapChaining *bool `json:"enableEapChaining,omitempty"` //
AllowDowngradeMsk *bool `json:"allowDowngradeMsk,omitempty"` //
RequestBasicPwdAuth *bool `json:"requestBasicPwdAuth,omitempty"` //
}

//GetAllowedProtocolByName Get allowed protocol by name
Expand Down
Loading

0 comments on commit 139ea4e

Please sign in to comment.