add policy_key parameter
add deprecation warning for visual_style parameter
Tested-by: manual testing
Description
Added a deprecation warning to the 'visual_style' argument processing. Added new parameter for 'policy_key' to support setting of application level custom policy value.
Motivation and Context
Changes are made to bring client closer to available Admin API endpoint functionality.
How Has This Been Tested?
Tested manually on a local virtual environment.
Types of Changes
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
add policy_key parameter add deprecation warning for visual_style parameter
Tested-by: manual testing
Description
Added a deprecation warning to the 'visual_style' argument processing. Added new parameter for 'policy_key' to support setting of application level custom policy value.
Motivation and Context
Changes are made to bring client closer to available Admin API endpoint functionality.
How Has This Been Tested?
Tested manually on a local virtual environment.
Types of Changes