Skip to content

Commit 1191ef0

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#122626
Updated line no: 219 from "name": "myInstance" to "name": "myTarget"
1 parent a7b8779 commit 1191ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/deploy-custom/concept-manifests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ To create an instance resource, add the resource definition JSON to an Azure Res
216216
"scope": "myNamespace",
217217
"solution": "mySolution",
218218
"target": {
219-
"name": "myInstance"
219+
"name": "myTarget"
220220
},
221221
"reconciliationPolicy": {
222222
"type": "periodic",

0 commit comments

Comments
 (0)