Skip to content

Latest commit

 

History

History
145 lines (81 loc) · 3.54 KB

File metadata and controls

145 lines (81 loc) · 3.54 KB
title description keywords ms.subservice author ms.author ms.date ms.reviewer ms.topic contributors
Microsoft Power Platform CLI connection command group| Microsoft Docs
Describes commands and parameters for the Microsoft Power Platform CLI connection command group.
pac cli
developer
laneswenka
laswenka
8/22/2024
jdaly
reference
JimDaly

pac connection

Commands for working with Dataverse connection.

[!INCLUDE connection-intro]

Commands

Command Description
pac connection create Create new Dataverse connection.
pac connection delete Delete Dataverse connection.
pac connection list List all Connections.
pac connection update Update Dataverse connection.

pac connection create

Create new Dataverse connection.

[!INCLUDE connection-create-intro]

Required Parameters for connection create

--application-id -a

Application Id

--client-secret -cs

Client Secret

--name -n

Connection name.

--tenant-id -t

Tenant Id

Optional Parameters for connection create

--environment -env

Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.

[!INCLUDE connection-create-remarks]

pac connection delete

Delete Dataverse connection.

[!INCLUDE connection-delete-intro]

Required Parameters for connection delete

--connection-id -id

Connection Id.

Optional Parameters for connection delete

--environment -env

Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.

[!INCLUDE connection-delete-remarks]

pac connection list

List all Connections.

[!INCLUDE connection-list-intro]

Optional Parameters for connection list

--environment -env

Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.

[!INCLUDE connection-list-remarks]

pac connection update

Update Dataverse connection.

[!INCLUDE connection-update-intro]

Required Parameters for connection update

--application-id -a

Application Id

--client-secret -cs

Client Secret

--connection-id -id

Connection Id.

--tenant-id -t

Tenant Id

Optional Parameters for connection update

--environment -env

Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.

[!INCLUDE connection-update-remarks]

[!INCLUDE connection-remarks]

See also

Microsoft Power Platform CLI Command Groups
Microsoft Power Platform CLI overview