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.
Description
Enhance the text result for both
m365 flow environement getandm365 pa environement getto return the full JSON but only a subset of the properties.Proposed solution
run
m365 pa environement get --output textorm365 pa environement get --output text. The response will be a JSON object as text. Should return the following properties:keep in mind that you will also need to update tests to test for the proper return of those text values.