We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6093882 commit 72879feCopy full SHA for 72879fe
powershell/ServerSideSync/ConfigureCrmServerSideSync.ps1
@@ -206,7 +206,7 @@ try
206
$servicePrincipalCredentialsForPatch = [System.Collections.Generic.List[object]]::new()
207
208
$servicePrincipalCredentialsWorkingCollection | ForEach-Object {
209
- $obj = $_ | Select-Object * -ExcludeProperty "key"
+ $obj = $_ | Select-Object * -ExcludeProperty key, displayName
210
# Add the modified object to the list
211
$servicePrincipalCredentialsForPatch.Add([PSCustomObject]$obj)
212
}
0 commit comments