You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I track metadata against environments to help with automation. For example, the pipeline ID and run ID that created the environment, the commit hash that the environment is based on, the the work item ID that the environment has been created for, and so on.
It seems like the best way to store this metadata would be against the environments themselves. It would be useful if there was a way to tag environments with key-value pairs. Given that isn't currently possible, I think the environment description can be repurposed to achieve this e.g., storing the metadata in the description as YAML. Unfortunately, neither the Power Apps CLI nor the Build Tools enable you to set the environment description.
Would it be possible to include the description as a parameter to pac admin create and the PowerPlatformCreateEnvironment task?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I track metadata against environments to help with automation. For example, the pipeline ID and run ID that created the environment, the commit hash that the environment is based on, the the work item ID that the environment has been created for, and so on.
It seems like the best way to store this metadata would be against the environments themselves. It would be useful if there was a way to tag environments with key-value pairs. Given that isn't currently possible, I think the environment description can be repurposed to achieve this e.g., storing the metadata in the description as YAML. Unfortunately, neither the Power Apps CLI nor the Build Tools enable you to set the environment description.
Would it be possible to include the description as a parameter to
pac admin create
and thePowerPlatformCreateEnvironment
task?Beta Was this translation helpful? Give feedback.
All reactions