Skip to content

Commit

Permalink
Merge pull request #2693 from TalviArt/patch-1
Browse files Browse the repository at this point in the history
Remove parameter "DisableAdminMode" from Power Platform Copy Environment devops-build-tool-tasks.md
  • Loading branch information
phecke authored Dec 4, 2024
2 parents a42896f + 71056c4 commit 4d78f9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions power-platform/alm/devops-build-tool-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Learn about what build tool tasks are available plus some examples
author: marcelbf
ms.author: marcelbf
ms.subservice: alm
ms.date: 03/29/2024
ms.date: 12/03/2024
ms.reviewer: pehecke
ms.topic: article
search.audienceType:
Expand Down Expand Up @@ -706,7 +706,7 @@ steps:
CopyType: MinimalCopy
OverrideFriendlyName: true
FriendlyName: 'Contoso Test'
DisableAdminMode: false
SkipAuditData: true
```

#### Parameters (Copy-env)
Expand All @@ -720,7 +720,7 @@ steps:
| `CopyType`<br/>Copy type | The type of copy to perform: FullCopy or MinimalCopy |
| `OverrideFriendlyName`<br/>Override friendly name | Change the target environment's friendly name to another name (true\|false). |
| `FriendlyName`<br/>Friendly name | The friendly name of the target environment. |
| `DisableAdminMode`<br/>Disable admin mode | Whether to disable administration mode (true\|false). |
| `SkipAuditData`<br/>SkipAuditData | Whether to skip audit data during copy operation. (true|false). |

### Power Platform Restore Environment

Expand Down

0 comments on commit 4d78f9a

Please sign in to comment.