Skip to content
New issue

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

[Bug] New-TssFolder - invalid request on InheritPermission #145

Closed
wsmelton opened this issue Apr 4, 2021 · 0 comments
Closed

[Bug] New-TssFolder - invalid request on InheritPermission #145

wsmelton opened this issue Apr 4, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@wsmelton
Copy link
Contributor

wsmelton commented Apr 4, 2021

Describe the bug
When using the -InheritPermission parameter the request errors as being invalid

To Reproduce
Steps to reproduce the behavior:

  1. PowerShell script:
$folderParams = @{
    TssSession = $session
    FolderName = 'Maserati'
    ParentFolderId = $rootFolderId
    InheritPermission = $true
}
$maseratiFolder = New-TssFolder @folderParams
  1. Error/issue observed:
request invalid
  1. Verbose output
# 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)

@wsmelton wsmelton added the bug Something isn't working label Apr 4, 2021
@wsmelton wsmelton added this to the v0.36.0 milestone Apr 4, 2021
@wsmelton wsmelton self-assigned this Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant