-
Notifications
You must be signed in to change notification settings - Fork 7
Issue #131 #137
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
Issue #131 #137
Conversation
…r empty responses and refining matching logic for assignment IDs during updates.
…it profile assignment handling and issue #131.
…ria and handle empty responses. Update tests to accommodate changes in assignment ID handling.
…plit profile assignments schema
…n_create_context' and 'read_path_method' attributes, improving resource creation logic to handle assignment retrieval more effectively.
…urce creation logic to conditionally retrieve computed values after creation.
| no_delete: false | ||
| no_import: true | ||
| no_read: false | ||
| get_in_create_context: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to enhance the generator here, as this should not be a common theme. Due to the non-standard endpoint paths, this resource requires code customizations anyway, therefore I would just insert the extra GET after the POST manually in resource.go.
CHANGELOG.md
Outdated
| @@ -1,3 +1,7 @@ | |||
| ## 1.8.1 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a (unreleased) here to emphasize this is not published yet. Also, whenever you update the changelog, make sure you run the generator again to update the changelog in the documentation as well.
…it profile assignment handling and mark it as unreleased.
…`meraki_appliance_single_vlan` resource. Issue #125
No description provided.