I checked and the app settings endpoint only have a PUT (create/update) operation but no GET. We depend on being able to read the state of any resource so we couldn’t map it to a Pulumi resource yet.
tall-librarian-49374
06/11/2021, 10:12 PM
Actually, there is POST endpoint that lists the settings, so we could do that even though this is a non-standard model.