diff --git a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_Create.json b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_Create.json index 10f8de0e3941..77798f8290b6 100644 --- a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_Create.json +++ b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_Create.json @@ -21,7 +21,8 @@ "hanaDbPassword": "", "HanaDbPasswordKeyVaultURL": "", "HanaDbCredentialsMsiID": "", - "provisioningState": "Succeeded" + "provisioningState": "Succeeded", + "enableCustomerAnalytics": true } } }, @@ -43,7 +44,8 @@ "hanaDbUsername": "", "hanaDbPasswordKeyVaultUrl": "", "hanaDbCredentialsMsiId": "", - "provisioningState": "Succeeded" + "provisioningState": "Succeeded", + "enableCustomerAnalytics": true } } }, @@ -64,7 +66,8 @@ "hanaDbUsername": "", "hanaDbPasswordKeyVaultUrl": "", "hanaDbCredentialsMsiId": "", - "provisioningState": "Accepted" + "provisioningState": "Accepted", + "enableCustomerAnalytics": true } } } diff --git a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/hanaonazure.json b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/hanaonazure.json index 001a2c53ff74..4e8fc59bfb52 100644 --- a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/hanaonazure.json +++ b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/hanaonazure.json @@ -1209,6 +1209,10 @@ "readOnly": true, "type": "string", "description": "The ARM ID of the Log Analytics Workspace that is used for monitoring" + }, + "enableCustomerAnalytics": { + "type": "boolean", + "description": "The value indicating whether to send analytics to Microsoft" } }, "description": "Describes the properties of a SAP monitor."