Code Monkey home page Code Monkey logo

Comments (5)

vikramdadwal avatar vikramdadwal commented on June 10, 2024 1

Facing same issue in 2023:

image

from dynamics-ax-integration.

kennvetters avatar kennvetters commented on June 10, 2024

Looked into it a bit further, and it seems so have to do with the concat function for using parameters.

When I switch to code view, next gives the "operation not found" error:
@concat('/datasets/', encodeURIComponent(encodeURIComponent(parameters('dynamicsax_instance'))),'/procedures/', encodeURIComponent(encodeURIComponent('DataManagementDefinitionGroups/Microsoft.Dynamics.DataEntities.GetExecutionSummaryStatus')))

This is working:
/datasets/@{encodeURIComponent(encodeURIComponent('dev-kvette93d97ed7c72f740adevaos.cloudax.dynamics.com'))}/procedures/@{encodeURIComponent(encodeURIComponent('DataManagementDefinitionGroups/Microsoft.Dynamics.DataEntities.GetExecutionSummaryStatus'))}
(see screenshot, Get execution summary status)

This is using a parameter and does not give the error, but causes the executionId parameter to be invisible in the designer.
/datasets/@{encodeURIComponent(encodeURIComponent(parameters('dynamicsax_instance')))}/procedures/@{encodeURIComponent(encodeURIComponent('DataManagementDefinitionGroups/Microsoft.Dynamics.DataEntities.GetExecutionSummaryStatus'))}
(see screenshot , Get execution summary status - custom)

image

from dynamics-ax-integration.

usrme avatar usrme commented on June 10, 2024

I have a similar problem under the ARM connector and more specifically the Deployments_CreateOrUpdate operation:

Operation not found under connector '/subscriptions//providers/Microsoft.Web/locations/eastus/managedApis/arm'

When I deploy my Logic App through Azure DevOps everything from the validation to the actual deployment goes fine, but when looking at it in the Designer view the Create or update a template deployment action displays the error message above.

Deleting the action (as I can't manually fix it in the Designer view), recreating it, putting in place holder values that the connector expects (i.e. required), saving, going into Code view, and replacing the path property in one go, then it breaks, but if I first replace the resourceGroups section, save, and then the deployments section then it saves fine... and will render a perfectly valid and usable Logic App.

The path property in question:

/subscriptions/@{encodeURIComponent('<GUID>')}/resourceGroups/@{encodeURIComponent(variables('resourceGroupName'))}/providers/Microsoft.Resources/deployments/@{encodeURIComponent(concat(triggerBody()?['location'],'-',replace(triggerBody()?['source'],'-',''),'-',triggerBody()?['id']))}

from dynamics-ax-integration.

usrme avatar usrme commented on June 10, 2024

Just mentioning that passing in a separate variable will also not work as it still breaks the parsing for some reason.

from dynamics-ax-integration.

binpanoutlook avatar binpanoutlook commented on June 10, 2024

same issue for Get Virtual Machine action

from dynamics-ax-integration.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.