Skip to content

Enhancement: improve environement get commands with text results #2153

@appieschot

Description

@appieschot

Description

Enhance the text result for both m365 flow environement get and m365 pa environement get to return the full JSON but only a subset of the properties.

Proposed solution

run m365 pa environement get --output text or m365 pa environement get --output text. The response will be a JSON object as text. Should return the following properties:

  • name (id)
  • location
  • displayName
  • provisioningState
  • environmentSku
  • azureRegionHit
  • isDefault

keep in mind that you will also need to update tests to test for the proper return of those text values.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions