-
Notifications
You must be signed in to change notification settings - Fork 6.6k
fix(samples): v1 and v1beta1 region tags collide #4885
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
fix(samples): v1 and v1beta1 region tags collide #4885
Conversation
I think at some point this was intended, and the plan was to remove the v1beta4 samples once v1 was complete. @noerog PTAL |
I deleted the majority of the v1beta1 code, but there are still some methods only available in v1beta1 that I want to keep, those being: healthcare_conditional_update_resource We could actually just delete all of the other region tags in v1beta1/fhir/ since none of them are being used except for the 3 above. |
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 deleted the majority of the v1beta1 code, but there are still some methods only available in v1beta1 that I want to keep, those being:
healthcare_conditional_update_resource
healthcare_conditional_patch_resource
healthcare_conditional_delete_resourceWe could actually just delete all of the other region tags in v1beta1/fhir/ since none of them are being used except for the 3 above.
Added suggested changes for removal @bcoe based on this comment from @noerog
@parthea I believe should be ready to land. |
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
56ee3db
to
66ec4d0
Compare
Description
The
v1
healthcare region tags collide with thev1beta1
region tags.Note: It's a good idea to open an issue first for discussion.
Checklist
nox -s py-3.6
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)