Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove subnet
UserIDGroupPairs.GroupID
references (#192)
Partial revert of cd75ad9 Initially our intention was to generate code to reference for both `GroupName` and `GroupID` fields in the `UserIDGroupPairs`. However what we (I) missed was that the code-generator processes the references fields, omits "ID" and "Name" name fields, and infers names for the referenced fields (e.g `GroupName` -> `GroupRef` and `GroupID` -> `GroupRef`. This confused the ACK code generator since both `GroupName` and `GroupID` needed a reference field called `GroupRef`. This caused some confusion at the code generation level, triggering some validation issues and introduced a regression in our references code. In a attempt to address the regression, we will first omit one of the references (GroupID), regenerate the code and address this in the code-generator later on. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information