From 230a1cef68e37a0d26a08df52b56330950b9e61c Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 18 Sep 2018 00:29:48 +0000 Subject: [PATCH] Generated from 4e408cf25e90c40117abd3e7672f42187936a80d Fix indentations and misspel --- services/preview/sql/mgmt/2015-05-01-preview/sql/models.go | 6 ++++++ services/preview/sql/mgmt/2017-03-01-preview/sql/models.go | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/services/preview/sql/mgmt/2015-05-01-preview/sql/models.go b/services/preview/sql/mgmt/2015-05-01-preview/sql/models.go index 41dca6474f55..9226cd55a949 100644 --- a/services/preview/sql/mgmt/2015-05-01-preview/sql/models.go +++ b/services/preview/sql/mgmt/2015-05-01-preview/sql/models.go @@ -4497,6 +4497,12 @@ type ManagedInstanceProperties struct { VCores *int32 `json:"vCores,omitempty"` // StorageSizeInGB - The maximum storage size in GB. StorageSizeInGB *int32 `json:"storageSizeInGB,omitempty"` + // Collation - Collation of the managed instance. + Collation *string `json:"collation,omitempty"` + // DNSZone - The Dns Zone that the managed instance is in. + DNSZone *string `json:"dnsZone,omitempty"` + // DNSZonePartner - The resource id of another managed instance whose DNS zone this managed instance will share after creation. + DNSZonePartner *string `json:"dnsZonePartner,omitempty"` } // ManagedInstancesCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running diff --git a/services/preview/sql/mgmt/2017-03-01-preview/sql/models.go b/services/preview/sql/mgmt/2017-03-01-preview/sql/models.go index bedfefe9be5c..3eccb8130aba 100644 --- a/services/preview/sql/mgmt/2017-03-01-preview/sql/models.go +++ b/services/preview/sql/mgmt/2017-03-01-preview/sql/models.go @@ -7836,6 +7836,12 @@ type ManagedInstanceProperties struct { VCores *int32 `json:"vCores,omitempty"` // StorageSizeInGB - The maximum storage size in GB. StorageSizeInGB *int32 `json:"storageSizeInGB,omitempty"` + // Collation - Collation of the managed instance. + Collation *string `json:"collation,omitempty"` + // DNSZone - The Dns Zone that the managed instance is in. + DNSZone *string `json:"dnsZone,omitempty"` + // DNSZonePartner - The resource id of another managed instance whose DNS zone this managed instance will share after creation. + DNSZonePartner *string `json:"dnsZonePartner,omitempty"` } // ManagedInstancesCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running