Skip to content

Commit

Permalink
Adding enableLogAnalytics in VMResource (#4976)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyansh3131 authored Sep 29, 2021
1 parent 9899f28 commit 7975014
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,10 @@
"agentVersion": {
"type": "string",
"description": "Version of the Dynatrace agent installed on the VM."
},
"enableLogAnalytics": {
"type": "string",
"description": "Whether the log analytics is enabled for VM or not"
}
},
"description": "VM Resource Ids"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtual1",
"agentVersion": "1.0.0beta"
"agentVersion": "1.0.0beta",
"enableLogAnalytics": "yes"
}
],
"nextLink": "null"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtual1",
"agentVersion": "1.0.0beta"
"agentVersion": "1.0.0beta",
"enableLogAnalytics": "yes"
}
],
"nextLink": "null"
Expand Down

0 comments on commit 7975014

Please sign in to comment.