From dcc0c5243fc61b80f11d46901123ed308193366f Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Tue, 12 May 2020 09:28:28 +0000 Subject: [PATCH] Generated from d6236f49cf3a2e861cbb11e3d071d24a70689bd6 netapp trenton pipeline --- services/netapp/mgmt/2019-08-01/netapp/models.go | 2 +- services/netapp/mgmt/2019-08-01/netapp/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/netapp/mgmt/2019-08-01/netapp/models.go b/services/netapp/mgmt/2019-08-01/netapp/models.go index c547a662a72c..8665369f3fd7 100644 --- a/services/netapp/mgmt/2019-08-01/netapp/models.go +++ b/services/netapp/mgmt/2019-08-01/netapp/models.go @@ -1406,7 +1406,7 @@ type VolumeProperties struct { // SubnetID - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes SubnetID *string `json:"subnetId,omitempty"` // MountTargets - List of mount targets - MountTargets *[]MountTargetList `json:"mountTargets,omitempty"` + MountTargets *[]MountTargetProperties `json:"mountTargets,omitempty"` // VolumeType - What type of volume is this VolumeType *string `json:"volumeType,omitempty"` // DataProtection - DataProtection volume, can have a replication object diff --git a/services/netapp/mgmt/2019-08-01/netapp/version.go b/services/netapp/mgmt/2019-08-01/netapp/version.go index cd438599a00d..fafdb561c5ed 100644 --- a/services/netapp/mgmt/2019-08-01/netapp/version.go +++ b/services/netapp/mgmt/2019-08-01/netapp/version.go @@ -21,7 +21,7 @@ import "github.com/Azure/azure-sdk-for-go/version" // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { - return "Azure-SDK-For-Go/" + version.Number + " netapp/2019-08-01" + return "Azure-SDK-For-Go/" + Version() + " netapp/2019-08-01" } // Version returns the semantic version (see http://semver.org) of the client.