Skip to content

fix(integrations): enhance project item update with injection functions#150

Merged
rulasg merged 1 commit intomainfrom
improve-update-projectitemswithinjection
Oct 1, 2025
Merged

fix(integrations): enhance project item update with injection functions#150
rulasg merged 1 commit intomainfrom
improve-update-projectitemswithinjection

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Oct 1, 2025

Improve the update process for project items by integrating injection functions. This change enhances the functionality and reliability of project item updates.

@rulasg rulasg enabled auto-merge October 1, 2025 10:47
} Export-ModuleMember -Function Update-ProjectItemsWithInjection

function Get-ProjectInjectionFunctions {
function Invoke-ProjectInjectionFunctions {

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Invoke-ProjectInjectionFunctions' does not have a help comment. Note

The cmdlet 'Invoke-ProjectInjectionFunctions' does not have a help comment.
} Export-ModuleMember -Function Update-ProjectItemsWithInjection

function Get-ProjectInjectionFunctions {
function Invoke-ProjectInjectionFunctions {

Check warning

Code scanning / PSScriptAnalyzer

The cmdlet 'Invoke-ProjectInjectionFunctions' uses a plural noun. A singular noun should be used instead. Warning

The cmdlet 'Invoke-ProjectInjectionFunctions' uses a plural noun. A singular noun should be used instead.
param()

$functions = 'Get-Command -Name "Invoke-ProjectInjection_*" -ErrorAction SilentlyContinue | Select-Object -ExpandProperty name'

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace
@rulasg rulasg merged commit 1a9134f into main Oct 1, 2025
3 checks passed
@rulasg rulasg deleted the improve-update-projectitemswithinjection branch October 1, 2025 10:48
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.

1 participant