Skip to content

Commit b63a2a0

Browse files
author
ecfan
committed
Fix V1 to V2
1 parent 725809b commit b63a2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/authenticate-with-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ This example shows the underlying connection resource definition for a connector
12511251
"apiVersion": "[providers('Microsoft.Web','connections').apiVersions[0]]",
12521252
"name": "[variables('connections_<connector-name>_name')]",
12531253
"location": "[parameters('location')]",
1254-
"kind": "V1",
1254+
"kind": "V2",
12551255
"properties": {
12561256
"alternativeParameterValues":{},
12571257
"api": {

0 commit comments

Comments
 (0)