Skip to content

Commit

Permalink
Merge pull request #20 from michawets/patch-1
Browse files Browse the repository at this point in the history
Update to fix the VMDiagnosticsVmExt extension
  • Loading branch information
Nicolas Oman authored Mar 5, 2020
2 parents 18a4068 + 9c26364 commit 4cd8c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 5-VM-Windows-OMS-UnSecure/sfclusteroms.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
}
},
{
"name": "[concat('VMDiagnosticsVmExt','_vmNodeType0Name')]",
"name": "[concat(variables('vmNodeType0Name'),'_VMDiagnosticsVmExt')]",
"properties": {
"type": "IaaSDiagnostics",
"autoUpgradeMinorVersion": true,
Expand Down Expand Up @@ -720,4 +720,4 @@
"type": "object"
}
}
}
}

0 comments on commit 4cd8c0f

Please sign in to comment.