Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource: Environment Feature (Install pending update Wave) #204

Open
mawasile opened this issue Mar 6, 2024 · 1 comment
Open

Resource: Environment Feature (Install pending update Wave) #204

mawasile opened this issue Mar 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request resource terraform resource
Milestone

Comments

@mawasile
Copy link
Contributor

mawasile commented Mar 6, 2024

Possible implementation

resource powerplatform_environment_feature {
  environment_id = "<guid>"
  feature_name = "April2024Update"
  enabled = true
}

API
https://api.admin.powerplatform.microsoft.com/api/environments/${envId}/features/${featureName}/enable?geo=Na

@mawasile mawasile added enhancement New feature or request resource terraform resource labels Mar 6, 2024
@mawasile mawasile added this to the Preview 2 milestone Mar 6, 2024
@mattdot mattdot modified the milestones: Preview 2, GA Apr 29, 2024
@mattdot mattdot modified the milestones: GA, Backlog, Preview 2 May 7, 2024
@mattdot mattdot changed the title Install pending update Wave Resource: Environment Feature (Install pending update Wave) Jun 17, 2024
@mawasile
Copy link
Contributor Author

mawasile commented Jun 26, 2024

I think this should be a module using powerplatform_rest resource, because then in the future, in the same module we can encapsulate org level FCB features adding them to .../api/data/v9.2/organizations clientfeatureset attribute

@mattdot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request resource terraform resource
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants