Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify CreatePolicies function structure
Split the large CreatePolicies function into smaller, focused functions for better readability and maintainability. The main changes: - Split policy creation logic into separate functions - Simplified function signatures and parameter passing - Made variable naming more consistent - Improved error handling organization No functional changes, only code reorganization.
- Loading branch information