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

slightly improved the syntax of the [PSCustomObject] to make it more … #2706

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

m-hanisch
Copy link
Contributor

…PowerShelly

slightly improved the syntax of the [PSCustomObject] to make it more PowerShelly

$copyToRequest = [PSCustomObject]@{
    SourceEnvironmentId = $SourceEnvironmentID
    TargetEnvironmentName = "Copied from source"
    CopyType = "FullCopy"
    SkipAuditData = $true
    ExecuteAdvancedCopyForFinanceAndOperations = $true
}

…PowerShelly

slightly improved the syntax of the [PSCustomObject] to make it more PowerShelly

```powershell
$copyToRequest = [PSCustomObject]@{
    SourceEnvironmentId = $SourceEnvironmentID
    TargetEnvironmentName = "Copied from source"
    CopyType = "FullCopy"
    SkipAuditData = $true
    ExecuteAdvancedCopyForFinanceAndOperations = $true
}
```
Copy link

Learn Build status updates of commit f8144f3:

✅ Validation status: passed

File Status Preview URL Details
power-platform/admin/unified-experience/tutorial-perform-transactionless-copy.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants