Skip to content

Commit 23b67a9

Browse files
authored
Merge pull request #190321 from ecfan/patch-4
Azure Logic Apps: Fix typo
2 parents fa3679c + b27a970 commit 23b67a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/create-managed-service-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ In this scenario, check that the underlying connection resource definition inclu
10001000

10011001
### [Consumption](#tab/consumption)
10021002

1003-
For example, here's the underlying connection resource definition for an Azure Automation action in a Consumption logic app resource that uses a managed identity where the definition includes the `parameterValueType` property, which includes the `name` property set to `managedIdentityAuth` and the `values` property set to an empty object. Also note that the `apiVersion` property is set to `2018-07-01-preview`:
1003+
For example, here's the underlying connection resource definition for an Azure Automation action in a Consumption logic app resource that uses a managed identity where the definition includes the `parameterValueSet` object, which has the `name` property set to `managedIdentityAuth` and the `values` property set to an empty object. Also note that the `apiVersion` property is set to `2018-07-01-preview`:
10041004

10051005
```json
10061006
{

0 commit comments

Comments
 (0)