From 73905e416e36ff5317e5fcfe591bb92d800728bc Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 28 Jan 2019 22:10:19 +0000 Subject: [PATCH] Generated from 30e8d50180514cf1f0523ec8e45de60f3cb2481a Add new field 'proximityPlacementGroup' to properties of HanaInstance --- .../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 4de682b8cfa7..53340ff5098c 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 @@ -271,6 +271,8 @@ type HanaInstanceProperties struct { HanaInstanceID *string `json:"hanaInstanceId,omitempty"` // PowerState - Resource power state. Possible values include: 'Starting', 'Started', 'Stopping', 'Stopped', 'Restarting', 'Unknown' PowerState HanaInstancePowerStateEnum `json:"powerState,omitempty"` + // ProximityPlacementGroup - Resource proximity placement group + ProximityPlacementGroup *string `json:"proximityPlacementGroup,omitempty"` } // HanaInstancesListResult the response from the List HANA Instances operation.