Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(spec): updated the sdk as per the api spec released on 2024-05-10 #92

Merged
merged 1 commit into from
May 13, 2024

Conversation

ujjwal-ibm
Copy link
Member

Ran 3298 of 3298 Specs in 93.047 seconds
SUCCESS! -- 3298 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestVpcV1 (93.82s)
PASS
ok      github.ibm.com/ibmcloud/vpc-go-sdk/vpcv1        (cached)

NEW FEATURES

  • Support for VPN advance configurations(establish_mode, peer(ike_identities),local(ike_identities) in vpn gateway connections
  • Support for new structs for Local and Peer in VPN Gateway connections

BREAKING CHANGES

  • Deprecation of peer_address, peer_cidrs, local_cidrs, . All moved to peer and local structs.

  • Added support for peer fqdn alongside peer address

  • AddVPNGatewayConnectionLocalCIDROptions -> AddVPNGatewayConnectionsLocalCIDROptions

    • CIDRPrefix, PrefixLength is replaced by CIDR
    • AddVPNGatewayConnectionLocalCIDR -> AddVPNGatewayConnectionsLocalCIDR
  • AddVPNGatewayConnectionPeerCIDROptions -> AddVPNGatewayConnectionsPeerCIDROptions

    • CIDRPrefix, PrefixLength is replaced by CIDR
    • AddVPNGatewayConnectionPeerCIDR -> AddVPNGatewayConnectionsPeerCIDR

CHANGES

  • api version 2024-04-30

BUG FIXES

  • None

Signed-off-by: Ujjwal Kumar [email protected]

@ujjwal-ibm ujjwal-ibm requested a review from deepaksibm May 10, 2024 12:26
@ujjwal-ibm ujjwal-ibm merged commit a6fc0ab into master May 13, 2024
3 checks passed
@ujjwal-ibm ujjwal-ibm deleted the release-2024-05-10 branch May 13, 2024 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants