* getChangeDescription to use entity and update type to decide previous version
* Fixes#13595 - Consolidate changes by a user in a single session to a single change
* ISSUE 10343: Python SDK Glossary and GlossaryTerms
- Added methods to glossary_mixin to PATCH Glossary and GlossaryTerm
- Created in patch_mixin_utils a super class for mixins that PATCH entities
- Moved common Patch enums from patch.py to patch_mixin_utils.py
- Updated imports and super classes for mixins that PATCH entities
- Added tests for Glossary and GlossaryTerm mixins
* ISSUE #10343: Python SDK extensions for Glossary and GlossaryTerms
- Fixed an import
- Fixed two method signatures
* Issue #10343 - Fixed formatting
* Issue #3809: Add python client for Roles and Policies
Includes Tests
* #3809: Add python client for Roles and Policies
- Moved constants to enums in client_utils.py
- Updated all patch methods to utilized new enums
- includes tests
* #3809: Add python client for Roles and Policies
- includes tests
- merged upstream updates and updated to use new enums