From c59a6be2f2b2062511aa0bc1321440680aa135d3 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Tue, 18 Aug 2020 04:15:36 +0000 Subject: [PATCH] Generated from 5107876b1a1a064e036101a08ae2dbc5b8507b37 Add publicNetworkAccess property to ConfigurationStorePropertiesUpdateParameters --- .../appconfiguration/mgmt/2020-06-01/appconfiguration/models.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/preview/appconfiguration/mgmt/2020-06-01/appconfiguration/models.go b/services/preview/appconfiguration/mgmt/2020-06-01/appconfiguration/models.go index b493ec9fe7f8..9d8cf1abab2b 100644 --- a/services/preview/appconfiguration/mgmt/2020-06-01/appconfiguration/models.go +++ b/services/preview/appconfiguration/mgmt/2020-06-01/appconfiguration/models.go @@ -530,6 +530,8 @@ func (csp ConfigurationStoreProperties) MarshalJSON() ([]byte, error) { type ConfigurationStorePropertiesUpdateParameters struct { // Encryption - The encryption settings of the configuration store. Encryption *EncryptionProperties `json:"encryption,omitempty"` + // PublicNetworkAccess - Control permission for data plane traffic coming from public networks while private endpoint is enabled. Possible values include: 'Enabled', 'Disabled' + PublicNetworkAccess PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` } // ConfigurationStoresCreateFuture an abstraction for monitoring and retrieving the results of a long-running