- Added
Report Connection With Zero Bills
parameter to help users detect connections without bills and spot potential misconfigurations.
- Added
hide_skip_approvals
field to the info section. It dynamically controls "Skip Action Approvals" visibility.
- Updated some API requests to use newer internal Flexera API
- Fixed error that sometimes caused functioning bill connections to appear in results
- Fixed error that sometimes caused the policy template to fail
- Modified incident table to include more useful information
- Added
Bill Connection Ignore List
parameter to allow user to ignore specific bill connections.
- Renamed to
Cloud Bill Processing Error Notification
to better indicate that it is specific to Cloud Cost Optimization - Parameters altered to be more descriptive and human-readable
- Added additional fields to incident table to provide more context
- Streamlined code for better readability and faster execution
- Updated policy metadata to make it more clear what Flexera service the policy is for
- Updated description to account for new file path in Github repository
- Deprecated
auth_rs
authentication (type:rightscale
) and replaced withauth_flexera
(type:oauth2
). This is a breaking change which requires a Credential forauth_flexera
[provider=flexera
] before the policy can be applied. Please see docs for setting up Provider-Specific Credentials - General code cleanup and optimization
- Replaced references
github.com/rightscale/policy_templates
andgithub.com/flexera/policy_templates
withgithub.com/flexera-public/policy_templates
- Initial Release