From 9fb21c9d96d47a50d2b0a97c05ae956076a47520 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 14 Dec 2018 09:51:07 -0800 Subject: [PATCH] Generated from 3d26bb89f70260fa213ca41ce21241e61f51f225 (#3725) typo: containerservice/Microsoft.ContainerService - chamge -> change - clusteradmin -> cluster admin - clusteruser -> cluster user - agentpool -> an agent pool - vnet's -> VNet's - FDQN - > FQDN - openshift -> OpenShift - verison -> version --- .../2017-07-01/containerservice/models.go | 8 ++++---- .../2017-08-31/containerservice/models.go | 10 +++++----- .../containerservice/containerservices.go | 2 +- .../2017-09-30/containerservice/models.go | 10 +++++----- .../containerservice/containerservices.go | 2 +- .../containerservice/managedclusters.go | 4 ++-- .../2018-03-31/containerservice/models.go | 12 +++++------ .../containerservice/containerservices.go | 2 +- .../containerservice/managedclusters.go | 4 ++-- .../containerservice/models.go | 20 +++++++++---------- .../openshiftmanagedclusters.go | 16 +++++++-------- .../containerservice/containerservices.go | 2 +- .../containerservice/managedclusters.go | 4 ++-- .../containerservice/models.go | 18 ++++++++--------- .../openshiftmanagedclusters.go | 16 +++++++-------- 15 files changed, 65 insertions(+), 65 deletions(-) diff --git a/services/containerservice/mgmt/2017-07-01/containerservice/models.go b/services/containerservice/mgmt/2017-07-01/containerservice/models.go index 527c488a6280..345fda991971 100644 --- a/services/containerservice/mgmt/2017-07-01/containerservice/models.go +++ b/services/containerservice/mgmt/2017-07-01/containerservice/models.go @@ -452,13 +452,13 @@ type AgentPoolProfile struct { OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` // DNSPrefix - DNS prefix to be used to create the FQDN for the agent pool. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the agent pool. + // Fqdn - FQDN for the agent pool. Fqdn *string `json:"fqdn,omitempty"` // Ports - Ports number array used to expose on this agent pool. The default opened ports are different based on your choice of orchestrator. Ports *[]int32 `json:"ports,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows' OsType OSType `json:"osType,omitempty"` @@ -812,13 +812,13 @@ type MasterProfile struct { VMSize VMSizeTypes `json:"vmSize,omitempty"` // OsDiskSizeGB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // FirstConsecutiveStaticIP - FirstConsecutiveStaticIP used to specify the first static ip of masters. FirstConsecutiveStaticIP *string `json:"firstConsecutiveStaticIP,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` } diff --git a/services/containerservice/mgmt/2017-08-31/containerservice/models.go b/services/containerservice/mgmt/2017-08-31/containerservice/models.go index 45ba29d4e120..3ca7c8265013 100644 --- a/services/containerservice/mgmt/2017-08-31/containerservice/models.go +++ b/services/containerservice/mgmt/2017-08-31/containerservice/models.go @@ -458,13 +458,13 @@ type AgentPoolProfile struct { OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` // DNSPrefix - DNS prefix to be used to create the FQDN for the agent pool. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the agent pool. + // Fqdn - FQDN for the agent pool. Fqdn *string `json:"fqdn,omitempty"` // Ports - Ports number array used to expose on this agent pool. The default opened ports are different based on your choice of orchestrator. Ports *[]int32 `json:"ports,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows' OsType OSType `json:"osType,omitempty"` @@ -1192,7 +1192,7 @@ type ManagedClusterProperties struct { ProvisioningState *string `json:"provisioningState,omitempty"` // DNSPrefix - DNS prefix specified when creating the managed cluster. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` // KubernetesVersion - Version of Kubernetes specified when creating the managed cluster. KubernetesVersion *string `json:"kubernetesVersion,omitempty"` @@ -1356,13 +1356,13 @@ type MasterProfile struct { VMSize VMSizeTypes `json:"vmSize,omitempty"` // OsDiskSizeGB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // FirstConsecutiveStaticIP - FirstConsecutiveStaticIP used to specify the first static ip of masters. FirstConsecutiveStaticIP *string `json:"firstConsecutiveStaticIP,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` } diff --git a/services/containerservice/mgmt/2017-09-30/containerservice/containerservices.go b/services/containerservice/mgmt/2017-09-30/containerservice/containerservices.go index 0e9c39940803..1fa4695e5adb 100644 --- a/services/containerservice/mgmt/2017-09-30/containerservice/containerservices.go +++ b/services/containerservice/mgmt/2017-09-30/containerservice/containerservices.go @@ -541,7 +541,7 @@ func (client ContainerServicesClient) ListByResourceGroupComplete(ctx context.Co } // ListOrchestrators gets a list of supported orchestrators in the specified subscription. The operation returns -// properties of each orchestrator including verison and available upgrades. +// properties of each orchestrator including version and available upgrades. // Parameters: // location - the name of a supported Azure region. // resourceType - resource type for which the list of orchestrators needs to be returned diff --git a/services/containerservice/mgmt/2017-09-30/containerservice/models.go b/services/containerservice/mgmt/2017-09-30/containerservice/models.go index 5bda9dad9305..f9e369118f4a 100644 --- a/services/containerservice/mgmt/2017-09-30/containerservice/models.go +++ b/services/containerservice/mgmt/2017-09-30/containerservice/models.go @@ -458,13 +458,13 @@ type AgentPoolProfile struct { OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` // DNSPrefix - DNS prefix to be used to create the FQDN for the agent pool. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the agent pool. + // Fqdn - FQDN for the agent pool. Fqdn *string `json:"fqdn,omitempty"` // Ports - Ports number array used to expose on this agent pool. The default opened ports are different based on your choice of orchestrator. Ports *[]int32 `json:"ports,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows' OsType OSType `json:"osType,omitempty"` @@ -1192,7 +1192,7 @@ type ManagedClusterProperties struct { ProvisioningState *string `json:"provisioningState,omitempty"` // DNSPrefix - DNS prefix specified when creating the managed cluster. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` // KubernetesVersion - Version of Kubernetes specified when creating the managed cluster. KubernetesVersion *string `json:"kubernetesVersion,omitempty"` @@ -1356,13 +1356,13 @@ type MasterProfile struct { VMSize VMSizeTypes `json:"vmSize,omitempty"` // OsDiskSizeGB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // FirstConsecutiveStaticIP - FirstConsecutiveStaticIP used to specify the first static ip of masters. FirstConsecutiveStaticIP *string `json:"firstConsecutiveStaticIP,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` } diff --git a/services/containerservice/mgmt/2018-03-31/containerservice/containerservices.go b/services/containerservice/mgmt/2018-03-31/containerservice/containerservices.go index 0e9c39940803..1fa4695e5adb 100644 --- a/services/containerservice/mgmt/2018-03-31/containerservice/containerservices.go +++ b/services/containerservice/mgmt/2018-03-31/containerservice/containerservices.go @@ -541,7 +541,7 @@ func (client ContainerServicesClient) ListByResourceGroupComplete(ctx context.Co } // ListOrchestrators gets a list of supported orchestrators in the specified subscription. The operation returns -// properties of each orchestrator including verison and available upgrades. +// properties of each orchestrator including version and available upgrades. // Parameters: // location - the name of a supported Azure region. // resourceType - resource type for which the list of orchestrators needs to be returned diff --git a/services/containerservice/mgmt/2018-03-31/containerservice/managedclusters.go b/services/containerservice/mgmt/2018-03-31/containerservice/managedclusters.go index 4369ca3bb7d5..a771309dbf33 100644 --- a/services/containerservice/mgmt/2018-03-31/containerservice/managedclusters.go +++ b/services/containerservice/mgmt/2018-03-31/containerservice/managedclusters.go @@ -687,7 +687,7 @@ func (client ManagedClustersClient) ListByResourceGroupComplete(ctx context.Cont return } -// ListClusterAdminCredentials gets clusteradmin credential of the managed cluster with a specified resource group and +// ListClusterAdminCredentials gets cluster admin credential of the managed cluster with a specified resource group and // name. // Parameters: // resourceGroupName - the name of the resource group. @@ -765,7 +765,7 @@ func (client ManagedClustersClient) ListClusterAdminCredentialsResponder(resp *h return } -// ListClusterUserCredentials gets clusteruser credential of the managed cluster with a specified resource group and +// ListClusterUserCredentials gets cluster user credential of the managed cluster with a specified resource group and // name. // Parameters: // resourceGroupName - the name of the resource group. diff --git a/services/containerservice/mgmt/2018-03-31/containerservice/models.go b/services/containerservice/mgmt/2018-03-31/containerservice/models.go index 36db009a2338..856a824650ce 100644 --- a/services/containerservice/mgmt/2018-03-31/containerservice/models.go +++ b/services/containerservice/mgmt/2018-03-31/containerservice/models.go @@ -486,13 +486,13 @@ type AgentPoolProfile struct { OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` // DNSPrefix - DNS prefix to be used to create the FQDN for the agent pool. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the agent pool. + // Fqdn - FQDN for the agent pool. Fqdn *string `json:"fqdn,omitempty"` // Ports - Ports number array used to expose on this agent pool. The default opened ports are different based on your choice of orchestrator. Ports *[]int32 `json:"ports,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows' OsType OSType `json:"osType,omitempty"` @@ -1114,7 +1114,7 @@ type ManagedClusterAgentPoolProfile struct { OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Defaults to ManagedDisks. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // MaxPods - Maximum number of pods that can run on a node. MaxPods *int32 `json:"maxPods,omitempty"` @@ -1288,7 +1288,7 @@ type ManagedClusterProperties struct { KubernetesVersion *string `json:"kubernetesVersion,omitempty"` // DNSPrefix - DNS prefix specified when creating the managed cluster. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` // AgentPoolProfiles - Properties of the agent pool. Currently only one agent pool can exist. AgentPoolProfiles *[]ManagedClusterAgentPoolProfile `json:"agentPoolProfiles,omitempty"` @@ -1540,13 +1540,13 @@ type MasterProfile struct { VMSize VMSizeTypes `json:"vmSize,omitempty"` // OsDiskSizeGB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // FirstConsecutiveStaticIP - FirstConsecutiveStaticIP used to specify the first static ip of masters. FirstConsecutiveStaticIP *string `json:"firstConsecutiveStaticIP,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` } diff --git a/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/containerservices.go b/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/containerservices.go index 0e9c39940803..1fa4695e5adb 100644 --- a/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/containerservices.go +++ b/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/containerservices.go @@ -541,7 +541,7 @@ func (client ContainerServicesClient) ListByResourceGroupComplete(ctx context.Co } // ListOrchestrators gets a list of supported orchestrators in the specified subscription. The operation returns -// properties of each orchestrator including verison and available upgrades. +// properties of each orchestrator including version and available upgrades. // Parameters: // location - the name of a supported Azure region. // resourceType - resource type for which the list of orchestrators needs to be returned diff --git a/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/managedclusters.go b/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/managedclusters.go index 9699570d2f23..ef91923607dd 100644 --- a/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/managedclusters.go +++ b/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/managedclusters.go @@ -687,7 +687,7 @@ func (client ManagedClustersClient) ListByResourceGroupComplete(ctx context.Cont return } -// ListClusterAdminCredentials gets clusteradmin credential of the managed cluster with a specified resource group and +// ListClusterAdminCredentials gets cluster admin credential of the managed cluster with a specified resource group and // name. // Parameters: // resourceGroupName - the name of the resource group. @@ -765,7 +765,7 @@ func (client ManagedClustersClient) ListClusterAdminCredentialsResponder(resp *h return } -// ListClusterUserCredentials gets clusteruser credential of the managed cluster with a specified resource group and +// ListClusterUserCredentials gets cluster user credential of the managed cluster with a specified resource group and // name. // Parameters: // resourceGroupName - the name of the resource group. diff --git a/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/models.go b/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/models.go index f63940436b60..1591c90e9947 100644 --- a/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/models.go +++ b/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/models.go @@ -608,13 +608,13 @@ type AgentPoolProfile struct { OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` // DNSPrefix - DNS prefix to be used to create the FQDN for the agent pool. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the agent pool. + // Fqdn - FQDN for the agent pool. Fqdn *string `json:"fqdn,omitempty"` // Ports - Ports number array used to expose on this agent pool. The default opened ports are different based on your choice of orchestrator. Ports *[]int32 `json:"ports,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows' OsType OSType `json:"osType,omitempty"` @@ -1252,7 +1252,7 @@ type ManagedClusterAgentPoolProfile struct { VMSize VMSizeTypes `json:"vmSize,omitempty"` // OsDiskSizeGB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // MaxPods - Maximum number of pods that can run on a node. MaxPods *int32 `json:"maxPods,omitempty"` @@ -1264,7 +1264,7 @@ type ManagedClusterAgentPoolProfile struct { MinCount *int32 `json:"minCount,omitempty"` // EnableAutoScaling - Whether to enable auto-scaler EnableAutoScaling *bool `json:"enableAutoScaling,omitempty"` - // Type - AgentPoolType represents types of agentpool. Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet' + // Type - AgentPoolType represents types of an agent pool. Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet' Type AgentPoolType `json:"type,omitempty"` } @@ -1434,7 +1434,7 @@ type ManagedClusterProperties struct { KubernetesVersion *string `json:"kubernetesVersion,omitempty"` // DNSPrefix - DNS prefix specified when creating the managed cluster. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` // AgentPoolProfiles - Properties of the agent pool. AgentPoolProfiles *[]ManagedClusterAgentPoolProfile `json:"agentPoolProfiles,omitempty"` @@ -1686,13 +1686,13 @@ type MasterProfile struct { VMSize VMSizeTypes `json:"vmSize,omitempty"` // OsDiskSizeGB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // FirstConsecutiveStaticIP - FirstConsecutiveStaticIP used to specify the first static ip of masters. FirstConsecutiveStaticIP *string `json:"firstConsecutiveStaticIP,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` } @@ -1725,7 +1725,7 @@ type OpenShiftManagedCluster struct { autorest.Response `json:"-"` // Plan - Define the resource plan as required by ARM for billing purposes Plan *PurchasePlan `json:"plan,omitempty"` - // OpenShiftManagedClusterProperties - Properties of a openshift managed cluster. + // OpenShiftManagedClusterProperties - Properties of a OpenShift managed cluster. *OpenShiftManagedClusterProperties `json:"properties,omitempty"` // ID - Resource Id ID *string `json:"id,omitempty"` @@ -2190,7 +2190,7 @@ type OpenShiftManagedClusterMasterPoolProfile struct { OsType OSType `json:"osType,omitempty"` } -// OpenShiftManagedClusterProperties properties of the openshift managed cluster. +// OpenShiftManagedClusterProperties properties of the OpenShift managed cluster. type OpenShiftManagedClusterProperties struct { // ProvisioningState - The current deployment or provisioning state, which only appears in the response. ProvisioningState *string `json:"provisioningState,omitempty"` @@ -2297,7 +2297,7 @@ func (future *OpenShiftManagedClustersUpdateTagsFuture) Result(client OpenShiftM type OpenShiftRouterProfile struct { // Name - Name of the router profile. Name *string `json:"name,omitempty"` - // PublicSubdomain - DNS subdomain for openshift router. + // PublicSubdomain - DNS subdomain for OpenShift router. PublicSubdomain *string `json:"publicSubdomain,omitempty"` // Fqdn - Auto-allocated FQDN for the OpenShift router. Fqdn *string `json:"fqdn,omitempty"` diff --git a/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/openshiftmanagedclusters.go b/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/openshiftmanagedclusters.go index e3de6e2f08c1..b632b916a640 100644 --- a/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/openshiftmanagedclusters.go +++ b/services/preview/containerservice/mgmt/2018-08-01-preview/containerservice/openshiftmanagedclusters.go @@ -41,11 +41,11 @@ func NewOpenShiftManagedClustersClientWithBaseURI(baseURI string, subscriptionID return OpenShiftManagedClustersClient{NewWithBaseURI(baseURI, subscriptionID)} } -// CreateOrUpdate creates or updates a openshift managed cluster with the specified configuration for agents and +// CreateOrUpdate creates or updates a OpenShift managed cluster with the specified configuration for agents and // OpenShift version. // Parameters: // resourceGroupName - the name of the resource group. -// resourceName - the name of the openshift managed cluster resource. +// resourceName - the name of the OpenShift managed cluster resource. // parameters - parameters supplied to the Create or Update an OpenShift Managed Cluster operation. func (client OpenShiftManagedClustersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, parameters OpenShiftManagedCluster) (result OpenShiftManagedClustersCreateOrUpdateFuture, err error) { if tracing.IsEnabled() { @@ -132,10 +132,10 @@ func (client OpenShiftManagedClustersClient) CreateOrUpdateResponder(resp *http. return } -// Delete deletes the openshift managed cluster with a specified resource group and name. +// Delete deletes the OpenShift managed cluster with a specified resource group and name. // Parameters: // resourceGroupName - the name of the resource group. -// resourceName - the name of the openshift managed cluster resource. +// resourceName - the name of the OpenShift managed cluster resource. func (client OpenShiftManagedClustersClient) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result OpenShiftManagedClustersDeleteFuture, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/OpenShiftManagedClustersClient.Delete") @@ -208,10 +208,10 @@ func (client OpenShiftManagedClustersClient) DeleteResponder(resp *http.Response return } -// Get gets the details of the managed openshift cluster with a specified resource group and name. +// Get gets the details of the managed OpenShift cluster with a specified resource group and name. // Parameters: // resourceGroupName - the name of the resource group. -// resourceName - the name of the openshift managed cluster resource. +// resourceName - the name of the OpenShift managed cluster resource. func (client OpenShiftManagedClustersClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result OpenShiftManagedCluster, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/OpenShiftManagedClustersClient.Get") @@ -510,10 +510,10 @@ func (client OpenShiftManagedClustersClient) ListByResourceGroupComplete(ctx con return } -// UpdateTags updates an openshift managed cluster with the specified tags. +// UpdateTags updates an OpenShift managed cluster with the specified tags. // Parameters: // resourceGroupName - the name of the resource group. -// resourceName - the name of the openshift managed cluster resource. +// resourceName - the name of the OpenShift managed cluster resource. // parameters - parameters supplied to the Update OpenShift Managed Cluster Tags operation. func (client OpenShiftManagedClustersClient) UpdateTags(ctx context.Context, resourceGroupName string, resourceName string, parameters TagsObject) (result OpenShiftManagedClustersUpdateTagsFuture, err error) { if tracing.IsEnabled() { diff --git a/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/containerservices.go b/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/containerservices.go index 0e9c39940803..1fa4695e5adb 100644 --- a/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/containerservices.go +++ b/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/containerservices.go @@ -541,7 +541,7 @@ func (client ContainerServicesClient) ListByResourceGroupComplete(ctx context.Co } // ListOrchestrators gets a list of supported orchestrators in the specified subscription. The operation returns -// properties of each orchestrator including verison and available upgrades. +// properties of each orchestrator including version and available upgrades. // Parameters: // location - the name of a supported Azure region. // resourceType - resource type for which the list of orchestrators needs to be returned diff --git a/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/managedclusters.go b/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/managedclusters.go index 4369ca3bb7d5..a771309dbf33 100644 --- a/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/managedclusters.go +++ b/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/managedclusters.go @@ -687,7 +687,7 @@ func (client ManagedClustersClient) ListByResourceGroupComplete(ctx context.Cont return } -// ListClusterAdminCredentials gets clusteradmin credential of the managed cluster with a specified resource group and +// ListClusterAdminCredentials gets cluster admin credential of the managed cluster with a specified resource group and // name. // Parameters: // resourceGroupName - the name of the resource group. @@ -765,7 +765,7 @@ func (client ManagedClustersClient) ListClusterAdminCredentialsResponder(resp *h return } -// ListClusterUserCredentials gets clusteruser credential of the managed cluster with a specified resource group and +// ListClusterUserCredentials gets cluster user credential of the managed cluster with a specified resource group and // name. // Parameters: // resourceGroupName - the name of the resource group. diff --git a/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/models.go b/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/models.go index 041a676eb814..d78b8dec2a76 100644 --- a/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/models.go +++ b/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/models.go @@ -593,13 +593,13 @@ type AgentPoolProfile struct { OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` // DNSPrefix - DNS prefix to be used to create the FQDN for the agent pool. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the agent pool. + // Fqdn - FQDN for the agent pool. Fqdn *string `json:"fqdn,omitempty"` // Ports - Ports number array used to expose on this agent pool. The default opened ports are different based on your choice of orchestrator. Ports *[]int32 `json:"ports,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows' OsType OSType `json:"osType,omitempty"` @@ -1239,7 +1239,7 @@ type ManagedClusterAgentPoolProfile struct { OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Defaults to ManagedDisks. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // MaxPods - Maximum number of pods that can run on a node. MaxPods *int32 `json:"maxPods,omitempty"` @@ -1413,7 +1413,7 @@ type ManagedClusterProperties struct { KubernetesVersion *string `json:"kubernetesVersion,omitempty"` // DNSPrefix - DNS prefix specified when creating the managed cluster. DNSPrefix *string `json:"dnsPrefix,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` // AgentPoolProfiles - Properties of the agent pool. Currently only one agent pool can exist. AgentPoolProfiles *[]ManagedClusterAgentPoolProfile `json:"agentPoolProfiles,omitempty"` @@ -1665,13 +1665,13 @@ type MasterProfile struct { VMSize VMSizeTypes `json:"vmSize,omitempty"` // OsDiskSizeGB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` - // VnetSubnetID - VNet SubnetID specifies the vnet's subnet identifier. + // VnetSubnetID - VNet SubnetID specifies the VNet's subnet identifier. VnetSubnetID *string `json:"vnetSubnetID,omitempty"` // FirstConsecutiveStaticIP - FirstConsecutiveStaticIP used to specify the first static ip of masters. FirstConsecutiveStaticIP *string `json:"firstConsecutiveStaticIP,omitempty"` // StorageProfile - Storage profile specifies what kind of storage used. Choose from StorageAccount and ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice. Possible values include: 'StorageAccount', 'ManagedDisks' StorageProfile StorageProfileTypes `json:"storageProfile,omitempty"` - // Fqdn - FDQN for the master pool. + // Fqdn - FQDN for the master pool. Fqdn *string `json:"fqdn,omitempty"` } @@ -1704,7 +1704,7 @@ type OpenShiftManagedCluster struct { autorest.Response `json:"-"` // Plan - Define the resource plan as required by ARM for billing purposes Plan *PurchasePlan `json:"plan,omitempty"` - // OpenShiftManagedClusterProperties - Properties of a openshift managed cluster. + // OpenShiftManagedClusterProperties - Properties of a OpenShift managed cluster. *OpenShiftManagedClusterProperties `json:"properties,omitempty"` // ID - Resource Id ID *string `json:"id,omitempty"` @@ -2169,7 +2169,7 @@ type OpenShiftManagedClusterMasterPoolProfile struct { OsType OSType `json:"osType,omitempty"` } -// OpenShiftManagedClusterProperties properties of the openshift managed cluster. +// OpenShiftManagedClusterProperties properties of the OpenShift managed cluster. type OpenShiftManagedClusterProperties struct { // ProvisioningState - The current deployment or provisioning state, which only appears in the response. ProvisioningState *string `json:"provisioningState,omitempty"` @@ -2276,7 +2276,7 @@ func (future *OpenShiftManagedClustersUpdateTagsFuture) Result(client OpenShiftM type OpenShiftRouterProfile struct { // Name - Name of the router profile. Name *string `json:"name,omitempty"` - // PublicSubdomain - DNS subdomain for openshift router. + // PublicSubdomain - DNS subdomain for OpenShift router. PublicSubdomain *string `json:"publicSubdomain,omitempty"` // Fqdn - Auto-allocated FQDN for the OpenShift router. Fqdn *string `json:"fqdn,omitempty"` diff --git a/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/openshiftmanagedclusters.go b/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/openshiftmanagedclusters.go index e3de6e2f08c1..b632b916a640 100644 --- a/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/openshiftmanagedclusters.go +++ b/services/preview/containerservice/mgmt/2018-09-30-preview/containerservice/openshiftmanagedclusters.go @@ -41,11 +41,11 @@ func NewOpenShiftManagedClustersClientWithBaseURI(baseURI string, subscriptionID return OpenShiftManagedClustersClient{NewWithBaseURI(baseURI, subscriptionID)} } -// CreateOrUpdate creates or updates a openshift managed cluster with the specified configuration for agents and +// CreateOrUpdate creates or updates a OpenShift managed cluster with the specified configuration for agents and // OpenShift version. // Parameters: // resourceGroupName - the name of the resource group. -// resourceName - the name of the openshift managed cluster resource. +// resourceName - the name of the OpenShift managed cluster resource. // parameters - parameters supplied to the Create or Update an OpenShift Managed Cluster operation. func (client OpenShiftManagedClustersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, parameters OpenShiftManagedCluster) (result OpenShiftManagedClustersCreateOrUpdateFuture, err error) { if tracing.IsEnabled() { @@ -132,10 +132,10 @@ func (client OpenShiftManagedClustersClient) CreateOrUpdateResponder(resp *http. return } -// Delete deletes the openshift managed cluster with a specified resource group and name. +// Delete deletes the OpenShift managed cluster with a specified resource group and name. // Parameters: // resourceGroupName - the name of the resource group. -// resourceName - the name of the openshift managed cluster resource. +// resourceName - the name of the OpenShift managed cluster resource. func (client OpenShiftManagedClustersClient) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result OpenShiftManagedClustersDeleteFuture, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/OpenShiftManagedClustersClient.Delete") @@ -208,10 +208,10 @@ func (client OpenShiftManagedClustersClient) DeleteResponder(resp *http.Response return } -// Get gets the details of the managed openshift cluster with a specified resource group and name. +// Get gets the details of the managed OpenShift cluster with a specified resource group and name. // Parameters: // resourceGroupName - the name of the resource group. -// resourceName - the name of the openshift managed cluster resource. +// resourceName - the name of the OpenShift managed cluster resource. func (client OpenShiftManagedClustersClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result OpenShiftManagedCluster, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/OpenShiftManagedClustersClient.Get") @@ -510,10 +510,10 @@ func (client OpenShiftManagedClustersClient) ListByResourceGroupComplete(ctx con return } -// UpdateTags updates an openshift managed cluster with the specified tags. +// UpdateTags updates an OpenShift managed cluster with the specified tags. // Parameters: // resourceGroupName - the name of the resource group. -// resourceName - the name of the openshift managed cluster resource. +// resourceName - the name of the OpenShift managed cluster resource. // parameters - parameters supplied to the Update OpenShift Managed Cluster Tags operation. func (client OpenShiftManagedClustersClient) UpdateTags(ctx context.Context, resourceGroupName string, resourceName string, parameters TagsObject) (result OpenShiftManagedClustersUpdateTagsFuture, err error) { if tracing.IsEnabled() {