From a3e82cd5614734677096ae9fb09cae9f3b106cf0 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 20 Aug 2019 22:32:49 -0700 Subject: [PATCH] [AutoPR hanaonazure/resource-manager] Added Key Vault ID for GET and LIST SapMonitor (#5410) * Generated from b39adb6b69cc5d847e3158430da68bfe4b935ec2 Added Key Vault ID for GET and LIST SapMonitor * Generated from c5d2bc253fb4880b9543bd5edb6a38138fb40e64 Added Key Vault ID for GET and LIST SapMonitor --- .../hanaonazure/mgmt/2017-11-03-preview/hanaonazure/models.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/preview/hanaonazure/mgmt/2017-11-03-preview/hanaonazure/models.go b/services/preview/hanaonazure/mgmt/2017-11-03-preview/hanaonazure/models.go index a7897ab2f431..de3e9d7519b2 100644 --- a/services/preview/hanaonazure/mgmt/2017-11-03-preview/hanaonazure/models.go +++ b/services/preview/hanaonazure/mgmt/2017-11-03-preview/hanaonazure/models.go @@ -921,6 +921,8 @@ type SapMonitorProperties struct { HanaDbPasswordKeyVaultURL *string `json:"hanaDbPasswordKeyVaultUrl,omitempty"` // HanaDbCredentialsMsiID - MSI ID passed by customer which has access to customer's KeyVault and to be assigned to the Collector VM. HanaDbCredentialsMsiID *string `json:"hanaDbCredentialsMsiId,omitempty"` + // KeyVaultID - Key Vault ID containing customer's HANA credentials. + KeyVaultID *string `json:"keyVaultId,omitempty"` // ProvisioningState - READ-ONLY; State of provisioning of the HanaInstance. Possible values include: 'Accepted', 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating' ProvisioningState HanaProvisioningStatesEnum `json:"provisioningState,omitempty"` // ManagedResourceGroupName - READ-ONLY; The name of the resource group the SAP Monitor resources get deployed into.