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