Skip to content

Get-SfAccountTeamMember and Set-SfAccountTeamMember`#29

Merged
rulasg merged 3 commits intomainfrom
semapping-updates
Mar 16, 2026
Merged

Get-SfAccountTeamMember and Set-SfAccountTeamMember`#29
rulasg merged 3 commits intomainfrom
semapping-updates

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Mar 16, 2026

Rename Get-SfAccountRole and Set-SfAccountRole functions to Get-SfAccountTeamMember and Set-SfAccountTeamMember for improved clarity and consistency in naming.

}

function Set-SfAccountRole{
function Set-SfAccountTeamMember{

Check warning

Code scanning / PSScriptAnalyzer

Function 'Set-SfAccountTeamMember' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning

Function 'Set-SfAccountTeamMember' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.
Set-MyInvokeCommandAlias -Alias "sfDataCreateAccountTeamMember" -Command 'Invoke-SfDataCreateAccountTeamMember -AccountId {accountid} -UserId {userid} -TeamMemberRole "{teammemberrole}"'

function Get-SfAccountRole{
function Get-SfAccountTeamMember{

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-SfAccountTeamMember' does not have a help comment. Note

The cmdlet 'Get-SfAccountTeamMember' does not have a help comment.
}

function Set-SfAccountRole{
function Set-SfAccountTeamMember{

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Set-SfAccountTeamMember' does not have a help comment. Note

The cmdlet 'Set-SfAccountTeamMember' does not have a help comment.
@rulasg rulasg merged commit 22e09cc into main Mar 16, 2026
3 checks passed
@rulasg rulasg deleted the semapping-updates branch March 16, 2026 08:14
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