Skip to content

Conversation

@phalestrivir
Copy link
Contributor

Adds ability to export and import internal roles for Cloud and ForgeOps deployments.

This PR should be merged in prior to the PR named "Update Full Config Export with new Imports and Exports" that updates the full config export/import since that PR will rely on the changes from this PR.

*/
deleteInternalRole(
roleId: string,
deep?: boolean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parameter deep in the type definition does not appear to be used in the function implementation. It should be removed.

*/
deleteInternalRoleByName(
roleName: string,
deep?: boolean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parameter deep in the type definition does not appear to be used in the function implementation. It should be removed.

* @param {boolean} deep deep delete (remove dependencies)
* @returns {Promise<InternalRoleSkeleton[]>} a promise that resolves to an array of internal role objects
*/
deleteInternalRoles(deep?: boolean): Promise<InternalRoleSkeleton[]>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parameter deep in the type definition does not appear to be used in the function implementation. It should be removed.

@vscheuber vscheuber merged commit 8276e5a into rockcarver:main Nov 14, 2024
7 checks passed
@phalestrivir phalestrivir deleted the feature/internal-role-imports-and-exports branch March 7, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants