Edit

pac environment-management

(Preview) Manage environment lifecycle, governance, DR, SKU, and environment groups.

Commands

Command Description
pac environment-management add-environment-to-group (Preview) Add the environment to the environment group.
pac environment-management copy-environment (Preview) Copy the environment from the specified source to the target.
pac environment-management create-environment-backup (Preview) Creates a backup of the specified environment.
pac environment-management create-environment-group (Preview) Create the environment group.
pac environment-management create-environment-management-settings (Preview) Create environment management settings.
pac environment-management delete-environment-backup (Preview) Deletes the specified backup.
pac environment-management delete-environment-by-id (Preview) Deletes the specified environment by ID.
pac environment-management delete-environment-group (Preview) Delete the environment group.
pac environment-management disable-disaster-recovery (Preview) Disables disaster recovery on the specified environment.
pac environment-management disable-managed-environment (Preview) Disables managed governance for the specified environment.
pac environment-management enable-disaster-recovery (Preview) Enables disaster recovery on the specified environment.
pac environment-management enable-managed-environment (Preview) Enables managed governance for the specified environment.
pac environment-management get-business-continuity-state-full-snapshot (Preview) Gets business continuity snapshot including LastSyncTime.
pac environment-management get-environment-backups (Preview) Gets the backups for the specified environment.
pac environment-management get-environment-by-id-for-user (Preview) Retrieves a single environment by ID.
pac environment-management get-environment-copy-candidates (Preview) Gets the list of environments that can be copied as the target environment.
pac environment-management get-environment-group (Preview) Get the environment group.
pac environment-management get-environment-group-operation (Preview) Get operation status.
pac environment-management get-environment-operation-by-id (Preview) Gets the status of an environment lifecycle operation scoped under a specific environment, enabling environment-level authorization on the operation lookup.
pac environment-management get-operation-by-id (Preview) Gets the status of an environment lifecycle operation.
pac environment-management get-operations-for-environment (Preview) Lists the environment lifecycle operations for a specific environment.
pac environment-management get-provisioning-currencies (Preview) Retrieves available currencies for environment provisioning in a location.
pac environment-management get-provisioning-languages (Preview) Retrieves available languages for environment provisioning in a location.
pac environment-management get-provisioning-templates (Preview) Retrieves available templates for environment provisioning in a location.
pac environment-management get-restore-candidates (Preview) Gets the list of restore candidates when restore from the specified environment.
pac environment-management get-supported-locations (Preview) Gets the list of supported locations for environment provisioning.
pac environment-management link-dataverse (Preview) Links a Dataverse instance to an existing environment.
pac environment-management list-environment-groups (Preview) List the environment groups.
pac environment-management list-environment-management-settings (Preview) Get environment management setting by ID.
pac environment-management list-environments-for-user (Preview) Returns a list of environments available for the authenticated user.
pac environment-management modify-environment-sku (Preview) Modifies sku for the specified environment.
pac environment-management perform-dr-drill (Preview) Performs DR Drill for the specified environment.
pac environment-management perform-failback (Preview) Performs failback for the specified environment, switching it back from its current (paired) region to its original primary region. This is the inverse of force failover.
pac environment-management perform-force-failover (Preview) Fails over environment to its paired region as of LastSyncTime.
pac environment-management provision-new-environment (Preview) Provisions a new environment.
pac environment-management recover-environment (Preview) Recover the deleted environment.
pac environment-management remove-environment-from-group (Preview) Remove the environment from the environment group.
pac environment-management reset-environment (Preview) Resets the specified environment.
pac environment-management restore-environment (Preview) Restores the specified environment to a previous backup.
pac environment-management update-environment-group (Preview) Update the environment group.
pac environment-management update-environment-management-settings (Preview) Update fields on the environment management setting.

pac environment-management add-environment-to-group

(Preview) Add the environment to the environment group.

Required Parameters for environment-management add-environment-to-group

--group-id

The group ID.

Optional Parameters for environment-management add-environment-to-group

--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.

pac environment-management copy-environment

(Preview) Copy the environment from the specified source to the target.

Required Parameters for environment-management copy-environment

--copy-type

Represents the type of copy operation.

Use one of these values:

  • Minimal
  • Full

--source-environment-id

Source environment ID to copy from.

--target-environment-id

The ID of the target environment that will be overwritten.

Optional Parameters for environment-management copy-environment

--copy-options-environment-name-to-override

Environment name to override on target environment.

--copy-options-execute-advanced-copy-for-finance-and-operations

Boolean flag to execute advanced copy for Finance and Operations data.

--copy-options-security-group-id-to-override

Security group ID to override on target environment.

--copy-options-skip-audit-data

Boolean flag to skip audit data for copy.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management create-environment-backup

(Preview) Creates a backup of the specified environment.

Required Parameters for environment-management create-environment-backup

--label

The label for the manually created backup.

Optional Parameters for environment-management create-environment-backup

--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.

pac environment-management create-environment-group

(Preview) Create the environment group.

Optional Parameters for environment-management create-environment-group

--children-group-ids

Provide the value as a JSON array.

--created-by-display-name

Display name of the identity that created the new environment group.

--created-by-email

Email address of the identity that created the new environment group.

--created-by-id

ID of the identity that created the new environment group.

--created-by-tenant-id

Tenant ID of the identity that created the new environment group.

--created-by-type

Identity type of the creator of the new environment group.

--created-by-user-principal-name

User principal name of the identity that created the new environment group.

--created-time

Creation time to record for the new environment group.

--description

Description for the new environment group.

--display-name

Display name for the new environment group.

--id

ID to assign to the new environment group.

--last-modified-by-display-name

Display name of the identity that last modified the new environment group.

--last-modified-by-email

Email address of the identity that last modified the new environment group.

--last-modified-by-id

ID of the identity that last modified the new environment group.

--last-modified-by-tenant-id

Tenant ID of the identity that last modified the new environment group.

--last-modified-by-type

Identity type of the last modifier of the new environment group.

--last-modified-by-user-principal-name

User principal name of the identity that last modified the new environment group.

--last-modified-time

Last modified time to record for the new environment group.

--parent-group-id

ID of the parent group for the new environment group.

pac environment-management create-environment-management-settings

(Preview) Create environment management settings.

Required Parameters for environment-management create-environment-management-settings

--body

The JSON request body, or @<path> to read it from a file.

Optional Parameters for environment-management create-environment-management-settings

--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.

pac environment-management delete-environment-backup

(Preview) Deletes the specified backup.

Required Parameters for environment-management delete-environment-backup

--backup-id

The ID of the backup.

Optional Parameters for environment-management delete-environment-backup

--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.

pac environment-management delete-environment-by-id

(Preview) Deletes the specified environment by ID.

Optional Parameters for environment-management delete-environment-by-id

--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.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management delete-environment-group

(Preview) Delete the environment group.

Required Parameters for environment-management delete-environment-group

--group-id

The group ID.

pac environment-management disable-disaster-recovery

(Preview) Disables disaster recovery on the specified environment.

Optional Parameters for environment-management disable-disaster-recovery

--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.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management disable-managed-environment

(Preview) Disables managed governance for the specified environment.

Optional Parameters for environment-management disable-managed-environment

--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.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management enable-disaster-recovery

(Preview) Enables disaster recovery on the specified environment.

Optional Parameters for environment-management enable-disaster-recovery

--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.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management enable-managed-environment

(Preview) Enables managed governance for the specified environment.

Optional Parameters for environment-management enable-managed-environment

--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.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management get-business-continuity-state-full-snapshot

(Preview) Gets business continuity snapshot including LastSyncTime.

Optional Parameters for environment-management get-business-continuity-state-full-snapshot

--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.

pac environment-management get-environment-backups

(Preview) Gets the backups for the specified environment.

Optional Parameters for environment-management get-environment-backups

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

--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.

pac environment-management get-environment-by-id-for-user

(Preview) Retrieves a single environment by ID.

Optional Parameters for environment-management get-environment-by-id-for-user

--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.

--select

Comma-separated list of properties to include in the response.

pac environment-management get-environment-copy-candidates

(Preview) Gets the list of environments that can be copied as the target environment.

Required Parameters for environment-management get-environment-copy-candidates

--source-environment-id

The ID of the source environment to copy from.

Optional Parameters for environment-management get-environment-copy-candidates

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management get-environment-group

(Preview) Get the environment group.

Required Parameters for environment-management get-environment-group

--group-id

The group ID.

pac environment-management get-environment-group-operation

(Preview) Get operation status.

Required Parameters for environment-management get-environment-group-operation

--operation-id

The operation ID.

pac environment-management get-environment-operation-by-id

(Preview) Gets the status of an environment lifecycle operation scoped under a specific environment, enabling environment-level authorization on the operation lookup.

Required Parameters for environment-management get-environment-operation-by-id

--operation-id

The ID of the operation.

--target-environment-id

The ID of the target environment.

Optional Parameters for environment-management get-environment-operation-by-id

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

pac environment-management get-operation-by-id

(Preview) Gets the status of an environment lifecycle operation.

Required Parameters for environment-management get-operation-by-id

--operation-id

The ID of the operation.

Optional Parameters for environment-management get-operation-by-id

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

pac environment-management get-operations-for-environment

(Preview) Lists the environment lifecycle operations for a specific environment.

Optional Parameters for environment-management get-operations-for-environment

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

--continuation-token

An opaque token returned by a previous response, used to fetch the next page of results. Omit to retrieve the first page.

--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.

--limit

The maximum number of records to return per request. Must be a positive integer; a server default applies if omitted.

pac environment-management get-provisioning-currencies

(Preview) Retrieves available currencies for environment provisioning in a location.

Required Parameters for environment-management get-provisioning-currencies

--location

The location name.

Optional Parameters for environment-management get-provisioning-currencies

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

pac environment-management get-provisioning-languages

(Preview) Retrieves available languages for environment provisioning in a location.

Required Parameters for environment-management get-provisioning-languages

--location

The location name.

Optional Parameters for environment-management get-provisioning-languages

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

pac environment-management get-provisioning-templates

(Preview) Retrieves available templates for environment provisioning in a location.

Required Parameters for environment-management get-provisioning-templates

--location

The location name.

Optional Parameters for environment-management get-provisioning-templates

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

pac environment-management get-restore-candidates

(Preview) Gets the list of restore candidates when restore from the specified environment.

Required Parameters for environment-management get-restore-candidates

--source-environment-id

The ID of the source environment to restore from.

Optional Parameters for environment-management get-restore-candidates

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management get-supported-locations

(Preview) Gets the list of supported locations for environment provisioning.

Optional Parameters for environment-management get-supported-locations

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

(Preview) Links a Dataverse instance to an existing environment.

--base-language-code

The base language code (e.g., 1033 for English).

--currency-code

The currency code (e.g., USD).

--currency-name

The currency name.

--currency-precision

The currency precision.

--currency-symbol

The currency symbol.

--domain-name

The domain name.

--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.

--security-group-id

The security group ID.

--template-metadata

A JSON object payload customized for the selected templates. Provide the value as a JSON object.

--templates

The templates to apply. Provide the value as a JSON array.

pac environment-management list-environment-groups

(Preview) List the environment groups.

Optional Parameters for environment-management list-environment-groups

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

pac environment-management list-environment-management-settings

(Preview) Get environment management setting by ID.

Optional Parameters for environment-management list-environment-management-settings

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

--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.

--select

List of properties to select for this entity.

--top

Number of records to retrieve. Defaults to 500 if not set.

pac environment-management list-environments-for-user

(Preview) Returns a list of environments available for the authenticated user.

Optional Parameters for environment-management list-environments-for-user

--columns

Comma-separated list of response properties to include in table output. Use --json for the complete response.

--filter

OData filter expression to restrict the set of environments returned. Supported filter properties include dataverseId, type, geo, state, environmentGroupId, and domainName.

--ids

Comma-separated list of environment IDs to retrieve. When specified, only environments matching these IDs are returned.

--orderby

OData order-by expression for sorting the results.

--select

Comma-separated list of properties to include in the response.

--skip

Number of environments to skip before returning results.

--top

Maximum number of environments to return.

pac environment-management modify-environment-sku

(Preview) Modifies sku for the specified environment.

Required Parameters for environment-management modify-environment-sku

--environment-sku

The environment SKU.

Use one of these values:

  • Standard
  • Premium
  • Developer
  • Basic
  • Production
  • Sandbox
  • Trial
  • Default
  • Support
  • SubscriptionBasedTrial
  • Teams
  • Platform

Optional Parameters for environment-management modify-environment-sku

--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.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management perform-dr-drill

(Preview) Performs DR Drill for the specified environment.

Optional Parameters for environment-management perform-dr-drill

--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.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management perform-failback

(Preview) Performs failback for the specified environment, switching it back from its current (paired) region to its original primary region. This is the inverse of force failover.

Optional Parameters for environment-management perform-failback

--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.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management perform-force-failover

(Preview) Fails over environment to its paired region as of LastSyncTime.

Optional Parameters for environment-management perform-force-failover

--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.

--last-sync-time

The sync time to fail over to. Optional: if null or omitted, fails over to the latest available sync point.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management provision-new-environment

(Preview) Provisions a new environment.

Required Parameters for environment-management provision-new-environment

--display-name

The display name of the environment.

--environment-sku

The environment SKU.

Use one of these values:

  • Standard
  • Premium
  • Developer
  • Basic
  • Production
  • Sandbox
  • Trial
  • Default
  • Support
  • SubscriptionBasedTrial
  • Teams
  • Platform

Optional Parameters for environment-management provision-new-environment

--billing-policy-id

The billing policy ID.

--cluster-category

The cluster category. Eg: FirstRelease.

--connected-group-id-for-teams-environment

Microsoft 365 Group ID to be linked to the Teams environment during provisioning. This property is not applicable for non-Teams environments.

--database-type

The type of database to create (e.g., CommonDataService). CommonDataService requires either location or macroRegion, linkedEnvironmentMetadata.baseLanguageCode, and linkedEnvironmentMetadata.currency.code.

--description

An optional description for the environment.

--fin-ops-metadata-id

The FinOps environment ID.

--fin-ops-metadata-type

The FinOps environment link type.

--fin-ops-metadata-url

The FinOps environment URL.

--governance-configuration-protection-level

The environment governance protection level.

Use one of these values:

  • Basic
  • Standard

--linked-environment-metadata-base-language-code

The base language code (e.g., 1033 for English).

--linked-environment-metadata-currency

Currency settings for an environment. Provide the value as a JSON object.

--linked-environment-metadata-domain-name

The domain name.

--linked-environment-metadata-security-group-id

The security group ID.

--linked-environment-metadata-template-metadata

A JSON object payload customized for the selected templates. Provide the value as a JSON object.

--linked-environment-metadata-templates

The templates to apply. Provide the value as a JSON array.

--location

The location where the environment will be provisioned. Mutually exclusive with MacroRegion.

--macro-region

The macro region where the environment will be provisioned.

--parent-environment-group-id

The environment group ID.

--used-by-display-name

The display name of the user.

--used-by-tenant-id

The tenant ID of the user.

--used-by-type

The type of the user identity (e.g., User).

--used-by-user-id

The ID of the user.

pac environment-management recover-environment

(Preview) Recover the deleted environment.

Optional Parameters for environment-management recover-environment

--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.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management remove-environment-from-group

(Preview) Remove the environment from the environment group.

Required Parameters for environment-management remove-environment-from-group

--group-id

The group ID.

Optional Parameters for environment-management remove-environment-from-group

--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.

pac environment-management reset-environment

(Preview) Resets the specified environment.

Optional Parameters for environment-management reset-environment

--base-language-code

The base language code (e.g., 1033 for English) for the environment to reset to.

--currency-code

The currency code (e.g., USD).

--currency-name

The currency name.

--currency-precision

The currency precision.

--currency-symbol

The currency symbol.

--description

An optional description for the environment to reset to.

--display-name

The display name for the environment to reset to.

--domain-name

Domain name for the environment to reset to.

--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.

--security-group-id

Security group ID for the environment to reset to.

--templates

Templates to apply for the environment after reset. Provide the value as a JSON array.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management restore-environment

(Preview) Restores the specified environment to a previous backup.

Required Parameters for environment-management restore-environment

--restore-point-date-time

The point in time to restore the environment to. Must include a timezone offset per RFC 3339 (e.g., 2025-04-30T12:34:56+02:00).

--source-environment-id

The ID of the source environment from which the backup will be restored.

--target-environment-id

The ID of the target environment that will be overwritten.

Optional Parameters for environment-management restore-environment

--restore-options-environment-name-to-override

Environment name to override on target environment.

--restore-options-security-group-id-to-override

Security group ID to override on target environment.

--restore-options-skip-audit-data

Boolean flag to skip audit data during restore.

--validate-only

When true, validates the request without executing it. Use with validateProperties to validate only specific fields; if validateProperties is empty, the entire request is validated. Defaults to false (validate and execute).

--validate-properties

A comma-separated list of property names to validate (e.g. "property1,property2"). Applies only when validateOnly is true.

pac environment-management update-environment-group

(Preview) Update the environment group.

Required Parameters for environment-management update-environment-group

--group-id

The group ID.

Optional Parameters for environment-management update-environment-group

--children-group-ids

Provide the value as a JSON array.

--created-by-display-name

Updated display name of the identity that created the environment group.

--created-by-email

Updated email address of the identity that created the environment group.

--created-by-id

Updated ID of the identity that created the environment group.

--created-by-tenant-id

Updated tenant ID of the identity that created the environment group.

--created-by-type

Updated identity type of the creator of the environment group.

--created-by-user-principal-name

Updated user principal name of the identity that created the environment group.

--created-time

Updated creation time to record for the environment group.

--description

Updated description for the environment group.

--display-name

Updated display name for the environment group.

--id

Updated ID to apply to the environment group.

--last-modified-by-display-name

Updated display name of the identity that last modified the environment group.

--last-modified-by-email

Updated email address of the identity that last modified the environment group.

--last-modified-by-id

Updated ID of the identity that last modified the environment group.

--last-modified-by-tenant-id

Updated tenant ID of the identity that last modified the environment group.

--last-modified-by-type

Updated identity type of the last modifier of the environment group.

--last-modified-by-user-principal-name

Updated user principal name of the identity that last modified the environment group.

--last-modified-time

Updated last modified time to record for the environment group.

--parent-group-id

Updated parent group ID for the environment group.

pac environment-management update-environment-management-settings

(Preview) Update fields on the environment management setting.

Required Parameters for environment-management update-environment-management-settings

--body

The JSON request body, or @<path> to read it from a file.

Optional Parameters for environment-management update-environment-management-settings

--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.

See also

Microsoft Power Platform CLI Command Groups
Microsoft Power Platform CLI overview