-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
updateGuestDiagnosticSettingsAssociation.json
28 lines (28 loc) · 1.34 KB
/
updateGuestDiagnosticSettingsAssociation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"parameters": {
"resourceUri": "subscriptions/8498f01b-8064-4e37-856e-318f3c6c685f/resourceGroups/healthsystem/providers/Microsoft.Compute/virtualMachines/eastussojai",
"associationName": "healthSystemMachineConfigAssociation",
"api-version": "2018-06-01-preview",
"parameters": {
"tags": null,
"properties": {
"guestDiagnosticSettingsName": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/Default-Association-ResourceGroup/providers/providers/microsoft.insights/guestDiagnosticSettings/vmSettingForSecurity"
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "/subscriptions/8498f01b-8064-4e37-856e-318f3c6c685f/resourceGroups/healthsystem/providers/Microsoft.Compute/virtualMachines/eastussojai/providers/microsoft.insights/guestDiagnosticSettingsAssociation/healthSystemMachineConfigAssociation",
"type": "Microsoft.Insights/GuestDiagnosticSettingsAssociation",
"name": "healthSystemMachineConfigAssociation",
"location": "Global",
"tags": null,
"properties": {
"guestDiagnosticSettingsName": "/subscriptions/187f412d-1758-44d9-b052-169e2564721d/resourceGroups/Default-Association-ResourceGroup/providers/providers/microsoft.insights/guestDiagnosticSettings/vmSettingForSecurity"
}
}
}
}
}