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 f12ecb2b5cde..10f8de0e3941 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 @@ -19,6 +19,8 @@ "hanaDbSqlPort": 1234, "hanaDbUsername": "", "hanaDbPassword": "", + "HanaDbPasswordKeyVaultURL": "", + "HanaDbCredentialsMsiID": "", "provisioningState": "Succeeded" } } @@ -39,6 +41,8 @@ "hanaDbName": "", "hanaDbSqlPort": 1234, "hanaDbUsername": "", + "hanaDbPasswordKeyVaultUrl": "", + "hanaDbCredentialsMsiId": "", "provisioningState": "Succeeded" } } @@ -58,6 +62,8 @@ "hanaDbName": "", "hanaDbSqlPort": 1234, "hanaDbUsername": "", + "hanaDbPasswordKeyVaultUrl": "", + "hanaDbCredentialsMsiId": "", "provisioningState": "Accepted" } } diff --git a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_Get.json b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_Get.json index c792b327b87f..ea1b1cee9229 100644 --- a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_Get.json +++ b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_Get.json @@ -21,6 +21,8 @@ "hanaDbName": "", "hanaDbSqlPort": 1234, "hanaDbUsername": "", + "hanaDbPasswordKeyVaultUrl": "", + "hanaDbCredentialsMsiId": "", "provisioningState": "Succeeded" } } diff --git a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_List.json b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_List.json index 79aeea9453ac..dad3f9d0c1bd 100644 --- a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_List.json +++ b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_List.json @@ -21,6 +21,8 @@ "hanaDbName": "", "hanaDbSqlPort": 1234, "hanaDbUsername": "", + "hanaDbPasswordKeyVaultUrl": "", + "hanaDbCredentialsMsiId": "", "provisioningState": "Succeeded" } }, @@ -38,6 +40,8 @@ "hanaDbName": "", "hanaDbSqlPort": 1234, "hanaDbUsername": "", + "hanaDbPasswordKeyVaultUrl": "", + "hanaDbCredentialsMsiId": "", "provisioningState": "Succeeded" } } diff --git a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_PatchTags.json b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_PatchTags.json index 591055ebc0cc..62a785b4a80a 100644 --- a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_PatchTags.json +++ b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_PatchTags.json @@ -26,6 +26,8 @@ "hanaDbName": "", "hanaDbSqlPort": 1234, "hanaDbUsername": "", + "hanaDbPasswordKeyVaultUrl": "", + "hanaDbCredentialsMsiId": "", "provisioningState": "Succeeded" } } diff --git a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_PatchTags_Delete.json b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_PatchTags_Delete.json index 95496eafca2e..af464a6f3549 100644 --- a/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_PatchTags_Delete.json +++ b/specification/hanaonazure/resource-manager/Microsoft.HanaOnAzure/preview/2017-11-03-preview/examples/SapMonitors_PatchTags_Delete.json @@ -22,6 +22,8 @@ "hanaDbName": "", "hanaDbSqlPort": 1234, "hanaDbUsername": "", + "hanaDbPasswordKeyVaultUrl": "", + "hanaDbCredentialsMsiId": "", "provisioningState": "Succeeded" } } 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 947a2844fce1..66d514dd23d2 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 @@ -1212,6 +1212,14 @@ "type": "string", "description": "Database password of the HANA instance." }, + "hanaDbPasswordKeyVaultUrl": { + "type": "string", + "description": "KeyVault URL link to the password for the HANA database." + }, + "hanaDbCredentialsMsiId": { + "type": "string", + "description": "MSI ID passed by customer which has access to customer's KeyVault and to be assigned to the Collector VM." + }, "provisioningState": { "readOnly": true, "type": "string",