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

[EntityQueries] - Adding EntityQueryKind to EntityQueries and changing Properties to Expansion properties #11776

Merged
merged 16 commits into from
Dec 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update swagger - changing to logicAppResourceId style
  • Loading branch information
ori-licht committed Dec 4, 2019
commit 605322b4c62e3fc671d3a48d1a10251dc63660f3
Original file line number Diff line number Diff line change
Expand Up @@ -2593,7 +2593,7 @@
"description": "Logic App Callback URL for this specific workflow.",
"type": "string"
},
"LogicAppResourceId": {
"logicAppResourceId": {
"description": "Logic App Resource Id, providers/Microsoft.Logic/workflows/{WorkflowID}. This property is currently optional",
"type": "string"
}
Expand Down Expand Up @@ -2627,7 +2627,7 @@
"description": "The name of the logic app's workflow.",
"type": "string"
},
"LogicAppResourceId": {
"logicAppResourceId": {
"description": "The logic app's resource id.",
"type": "string"
}
Expand Down