Open
Description
After tested, I found api failed to create Logic App Workflow with accessControl.triggers
and threw below error message. Per the error, I assume the openAuthenticationPolicies.type
should be set to AAD
while creating this resource with "Triggers". But after checked swagger, seems openAuthenticationPolicies.type
is marked as read-only in swagger so that we cannot set it as AAD
in request body. Service team confirmed it's a bug in swagger.
Error message:
logic.WorkflowsClient#CreateOrUpdate: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="OnlyAADOAuthTypeSupported" Message="OAuth authentication policy 'testpolicy1' in access control configuration of workflow is not valid. The 'type' property of authentication policy should be set to AAD."