mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
Update to powershell SDK docs: 13590494573
This commit is contained in:
@@ -65,10 +65,10 @@ $ExportPayload = @"{
|
||||
|
||||
try {
|
||||
$Result = ConvertFrom-JsonToExportPayload -Json $ExportPayload
|
||||
Export-BetaSpConfig -BetaExportPayload $Result
|
||||
Export-BetaSpConfig -ExportPayload $Result
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Export-BetaSpConfig -BetaExportPayload $Result
|
||||
# Export-BetaSpConfig -ExportPayload $Result
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Export-BetaSpConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
@@ -319,7 +319,7 @@ try {
|
||||
Import-BetaSpConfig -Data $Data
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Import-BetaSpConfig -Data $Data -Preview $Preview -BetaOptions $Options
|
||||
# Import-BetaSpConfig -Data $Data -Preview $Preview -Options $Options
|
||||
} catch {
|
||||
Write-Host $_.Exception.Response.StatusCode.value__ "Exception occurred when calling Import-BetaSpConfig"
|
||||
Write-Host $_.ErrorDetails
|
||||
|
||||
Reference in New Issue
Block a user