We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When using the -InheritPermission parameter the request errors as being invalid
-InheritPermission
To Reproduce Steps to reproduce the behavior:
$folderParams = @{ TssSession = $session FolderName = 'Maserati' ParentFolderId = $rootFolderId InheritPermission = $true } $maseratiFolder = New-TssFolder @folderParams
request invalid
# copy paste -Verbose output of your script or command being used
Expected behavior A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Secret Server Build/Version: 10.9.64
PowerShell version
PowerShell 7.1.3
Host information:
[ ] Powershell.exe [ ] pwsh.exe [ ] PowerShell ISE [x] VS Code (Insiders/Stable)
The text was updated successfully, but these errors were encountered:
ba94c17
wsmelton
No branches or pull requests
Describe the bug
When using the
-InheritPermission
parameter the request errors as being invalidTo Reproduce
Steps to reproduce the behavior:
# copy paste -Verbose output of your script or command being used
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Secret Server
Build/Version: 10.9.64
PowerShell version
Host information:
[ ] Powershell.exe
[ ] pwsh.exe
[ ] PowerShell ISE
[x] VS Code (Insiders/Stable)
The text was updated successfully, but these errors were encountered: