You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add known issues documentation for vpc-go-sdk (#147)
* Add known issues documentation for vpc-go-sdk
Document known issues related to security group and network ACL rules with patch fix versions.
* Update known-issues.md
Signed-off-by: Astha Jain <astha.jain@ibm.com>
* update as per review
Signed-off-by: Astha Jain <astha.jain@ibm.com>
---------
Signed-off-by: Astha Jain <astha.jain@ibm.com>
#### Support for `any` Protocol in Security Group Rules and Network ACL Rules
26
+
Security Group rules and Network ACL rules now support the new protocol value `any`. Earlier versions of SDK could result in following error reading a rule with an unsupported protocol value.
27
+
```
28
+
error unmarshalling vpcv1.SecurityGroupCollection: error unmarshalling property 'security_groups' as []vpcv1.SecurityGroup: error unmarshalling property 'rules' as []vpcv1.SecurityGroupRuleIntf: unrecognized value for discriminator property 'protocol': any
29
+
```
30
+
31
+
Fix aligns fallback behavior and error identifiers with the correct model name ( e.g. NetworkACLRule instead of NetworkACLRuleItem).
32
+
33
+
### Migration & mitigation
34
+
Migrate to one of the patched versions, or update the SDK to the [latest version](https://github.com/IBM/vpc-go-sdk/releases)
0 commit comments