Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"hanaDbUsername": "",
"hanaDbPasswordKeyVaultUrl": "",
"hanaDbCredentialsMsiId": "",
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"managedResourceGroupName": "testManagedRg",
"logAnalyticsWorkspaceArmId": ""
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"hanaDbUsername": "",
"hanaDbPasswordKeyVaultUrl": "",
"hanaDbCredentialsMsiId": "",
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"managedResourceGroupName": "testManagedRg",
"logAnalyticsWorkspaceArmId": ""
}
},
{
Expand All @@ -42,7 +44,9 @@
"hanaDbUsername": "",
"hanaDbPasswordKeyVaultUrl": "",
"hanaDbCredentialsMsiId": "",
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"managedResourceGroupName": "testManagedRg",
"logAnalyticsWorkspaceArmId": ""
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"hanaDbUsername": "",
"hanaDbPasswordKeyVaultUrl": "",
"hanaDbCredentialsMsiId": "",
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"managedResourceGroupName": "testManagedRg",
"logAnalyticsWorkspaceArmId": ""
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"hanaDbUsername": "",
"hanaDbPasswordKeyVaultUrl": "",
"hanaDbCredentialsMsiId": "",
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"managedResourceGroupName": "testManagedRg",
"logAnalyticsWorkspaceArmId": ""
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,16 @@
"modelAsString": true
},
"description": "State of provisioning of the HanaInstance"
},
"managedResourceGroupName": {
"readOnly": true,
"type": "string",
"description": "The name of the resource group the SAP Monitor resources get deployed into."
},
"logAnalyticsWorkspaceArmId": {
"readOnly": true,
"type": "string",
"description": "The ARM ID of the Log Analytics Workspace that is used for monitoring"
}
},
"description": "Describes the properties of a SAP monitor."
Expand Down