You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extended information properties for the access control entries contained in the returned lists
Actual behavior
Exception setting "ExtendedInfo": "Cannot convert value "@{effectiveAllow=240}" to type "System.Collections.Hashtable". Error: "Cannot convert the "@{effectiveAllow=240}" value of type "System.Management.Automation.PSCustomObject" to type "System.Collections.Hashtable".""
At C:\Users\xxx\Documents\PowerShell\Modules\VSTeam\6.2.1\Classes\VSTeamAccessControlEntry.ps1:20 char:10
+ $this.ExtendedInfo = $obj.extendedInfo
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], SetValueInvocationException
+ FullyQualifiedErrorId : ExceptionWhenSetting
Environment data
>Get-VSTeamAPIVersion
Name Value
---------
ExtensionsManagement 3.2-preview
MemberEntitlementManagement
DistributedTask 4.0-preview
Graph
Version TFS2018
ServiceFabricEndpoint 3.2
Core 3.2
Packaging
Build 3.2
Git 3.2
Release 4.0-preview
Tfvc 3.2
>$PSVersionTable
Name Value
---------
PSVersion 6.2.0
PSEdition Core
GitCommitId 6.2.0
OS Microsoft Windows 10.0.16299
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
The text was updated successfully, but these errors were encountered:
kardinal3000
changed the title
Get-VSTeamAccessControlList -IncludeExtendedInfo Cannot convert value "System.Management.Automation.PSCustomObject" to type "System.Collections.Hashtable"
Get-VSTeamAccessControlList -IncludeExtendedInfo. Cannot convert value PSCustomObject to type Hashtable
May 15, 2019
Steps to reproduce
Expected behavior
Actual behavior
Environment data
The text was updated successfully, but these errors were encountered: