Azure/LogicAppsUX

Cannot change default retryPolicy to HTTP swagger operation

Closed this issue · 1 comments

Describe the Bug with repro steps

Cannot change default retryPolicy to HTTP swagger operation

  1. click on swagger operation
  2. click on settings
  3. change retry Policy to None
  4. click save

Gettting the following error

Workflow validation failed for the workflow ''. {"error":{"code":"InvalidRequestContent","message":"The request content is not valid and could not be deserialized: 'Could not find member 'retryPolicy' on object of type 'FlowTemplateAction'. Path 'properties.definition.actions..retryPolicy', line 1, position 2409.'."}}

What type of Logic App Is this happening in?

Consumption (Portal)

Which operating system are you using?

Windows

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

{

"type": "Http",

"metadata": {

"apiDefinitionUrl": "https:///swagger/docs/v1",

"swaggerSource": "custom"

},

"inputs": {

"method": "post",

"uri": "https://",

"body": "@Body('CosmosDbCasperJob--UpdateById')"

},

"retryPolicy": {

"type": "none"

},

"runAfter": {

"DoingSomething": [

"Succeeded"

]

}

}

Screenshots or Videos

Image

Image

Image

Browser

edge

Additional context

Worked on the old designer but not on the new one

Hi @systems-imei, thanks for reporting your issue, we do have this fixed as part our upcoming release. #5831

You should see the issue fixed between Nov 7th - 13th depending on your region.
Thanks for your patience as we get this rolled out!