From 85578cf8e4da2ffb80620b147230c446b95c74ef Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Thu, 22 Oct 2020 11:21:22 +0000 Subject: [PATCH] Generated from 347d3a4e4e14242d09183ae9bc956124942b5144 --- .../mgmt/2019-02-01-preview/containerservice/models.go | 4 ++-- .../mgmt/2019-02-01-preview/containerservice/version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/preview/containerservice/mgmt/2019-02-01-preview/containerservice/models.go b/services/preview/containerservice/mgmt/2019-02-01-preview/containerservice/models.go index 756c14f509e2..722be5b38927 100644 --- a/services/preview/containerservice/mgmt/2019-02-01-preview/containerservice/models.go +++ b/services/preview/containerservice/mgmt/2019-02-01-preview/containerservice/models.go @@ -28,7 +28,7 @@ import ( ) // The package's fully qualified name. -const fqdn = "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2019-02-01/containerservice" +const fqdn = "github.com/Azure/azure-sdk-for-go/services/preview/containerservice/mgmt/2019-02-01-preview/containerservice" // AccessProfile profile for enabling a user to access a managed cluster. type AccessProfile struct { @@ -1345,7 +1345,7 @@ type ManagedClusterProperties struct { NodeResourceGroup *string `json:"nodeResourceGroup,omitempty"` // EnableRBAC - Whether to enable Kubernetes Role-Based Access Control. EnableRBAC *bool `json:"enableRBAC,omitempty"` - // EnablePodSecurityPolicy - (PREVIEW) Whether to enable Kubernetes Pod security policy. + // EnablePodSecurityPolicy - (DEPRECATING) Whether to enable Kubernetes pod security policy (preview). This feature is set for removal on October 15th, 2020. Learn more at aka.ms/aks/azpodpolicy. EnablePodSecurityPolicy *bool `json:"enablePodSecurityPolicy,omitempty"` // NetworkProfile - Profile of network configuration. NetworkProfile *NetworkProfileType `json:"networkProfile,omitempty"` diff --git a/services/preview/containerservice/mgmt/2019-02-01-preview/containerservice/version.go b/services/preview/containerservice/mgmt/2019-02-01-preview/containerservice/version.go index 9e46c8832edd..517b41f54345 100644 --- a/services/preview/containerservice/mgmt/2019-02-01-preview/containerservice/version.go +++ b/services/preview/containerservice/mgmt/2019-02-01-preview/containerservice/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() + " containerservice/2019-02-01" + return "Azure-SDK-For-Go/" + Version() + " containerservice/2019-02-01-preview" } // Version returns the semantic version (see http://semver.org) of the client.