diff --git a/packages/@azure/arm-containerservice/lib/models/index.ts b/packages/@azure/arm-containerservice/lib/models/index.ts index 3f1434da138b..8e9c33b185c9 100644 --- a/packages/@azure/arm-containerservice/lib/models/index.ts +++ b/packages/@azure/arm-containerservice/lib/models/index.ts @@ -90,7 +90,7 @@ export interface OpenShiftRouterProfile { */ name?: string; /** - * @member {string} [publicSubdomain] DNS subdomain for openshift router. + * @member {string} [publicSubdomain] DNS subdomain for OpenShift router. */ publicSubdomain?: string; /** @@ -528,7 +528,7 @@ export interface ContainerServiceMasterProfile { */ osDiskSizeGB?: number; /** - * @member {string} [vnetSubnetID] VNet SubnetID specifies the vnet's subnet + * @member {string} [vnetSubnetID] VNet SubnetID specifies the VNet's subnet * identifier. */ vnetSubnetID?: string; @@ -546,7 +546,7 @@ export interface ContainerServiceMasterProfile { */ storageProfile?: ContainerServiceStorageProfileTypes; /** - * @member {string} [fqdn] FDQN for the master pool. + * @member {string} [fqdn] FQDN for the master pool. * **NOTE: This property will not be serialized. It can only be populated by * the server.** */ @@ -639,7 +639,7 @@ export interface ContainerServiceAgentPoolProfile { */ dnsPrefix?: string; /** - * @member {string} [fqdn] FDQN for the agent pool. + * @member {string} [fqdn] FQDN for the agent pool. * **NOTE: This property will not be serialized. It can only be populated by * the server.** */ @@ -659,7 +659,7 @@ export interface ContainerServiceAgentPoolProfile { */ storageProfile?: ContainerServiceStorageProfileTypes; /** - * @member {string} [vnetSubnetID] VNet SubnetID specifies the vnet's subnet + * @member {string} [vnetSubnetID] VNet SubnetID specifies the VNet's subnet * identifier. */ vnetSubnetID?: string; @@ -979,7 +979,7 @@ export interface ManagedClusterAgentPoolProfile { */ osDiskSizeGB?: number; /** - * @member {string} [vnetSubnetID] VNet SubnetID specifies the vnet's subnet + * @member {string} [vnetSubnetID] VNet SubnetID specifies the VNet's subnet * identifier. */ vnetSubnetID?: string; @@ -1006,8 +1006,8 @@ export interface ManagedClusterAgentPoolProfile { */ enableAutoScaling?: boolean; /** - * @member {AgentPoolType} [type] AgentPoolType represents types of - * agentpool. Possible values include: 'VirtualMachineScaleSets', + * @member {AgentPoolType} [type] AgentPoolType represents types of an agent + * pool. Possible values include: 'VirtualMachineScaleSets', * 'AvailabilitySet' */ type?: AgentPoolType; @@ -1126,7 +1126,7 @@ export interface ManagedCluster extends Resource { */ dnsPrefix?: string; /** - * @member {string} [fqdn] FDQN for the master pool. + * @member {string} [fqdn] FQDN for the master pool. * **NOTE: This property will not be serialized. It can only be populated by * the server.** */ diff --git a/packages/@azure/arm-containerservice/lib/operations/containerServices.ts b/packages/@azure/arm-containerservice/lib/operations/containerServices.ts index 4b535fe703b2..be0857225f00 100644 --- a/packages/@azure/arm-containerservice/lib/operations/containerServices.ts +++ b/packages/@azure/arm-containerservice/lib/operations/containerServices.ts @@ -33,16 +33,19 @@ export class ContainerServices { * agents, and FQDNs of masters and agents. * @summary Gets a list of container services in the specified subscription. * @param [options] The optional parameters + * @deprecated This operation is deprecated. Please do not use it any longer. * @returns Promise */ list(options?: msRest.RequestOptionsBase): Promise; /** * @param callback The callback + * @deprecated This operation is deprecated. Please do not use it any longer. */ list(callback: msRest.ServiceCallback): void; /** * @param options The optional parameters * @param callback The callback + * @deprecated This operation is deprecated. Please do not use it any longer. */ list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { @@ -79,6 +82,7 @@ export class ContainerServices { * @param containerServiceName The name of the container service in the specified subscription and * resource group. * @param [options] The optional parameters + * @deprecated This operation is deprecated. Please do not use it any longer. * @returns Promise */ get(resourceGroupName: string, containerServiceName: string, options?: msRest.RequestOptionsBase): Promise; @@ -87,6 +91,7 @@ export class ContainerServices { * @param containerServiceName The name of the container service in the specified subscription and * resource group. * @param callback The callback + * @deprecated This operation is deprecated. Please do not use it any longer. */ get(resourceGroupName: string, containerServiceName: string, callback: msRest.ServiceCallback): void; /** @@ -95,6 +100,7 @@ export class ContainerServices { * resource group. * @param options The optional parameters * @param callback The callback + * @deprecated This operation is deprecated. Please do not use it any longer. */ get(resourceGroupName: string, containerServiceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; get(resourceGroupName: string, containerServiceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { @@ -132,18 +138,21 @@ export class ContainerServices { * @summary Gets a list of container services in the specified resource group. * @param resourceGroupName The name of the resource group. * @param [options] The optional parameters + * @deprecated This operation is deprecated. Please do not use it any longer. * @returns Promise */ listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. * @param callback The callback + * @deprecated This operation is deprecated. Please do not use it any longer. */ listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. * @param options The optional parameters * @param callback The callback + * @deprecated This operation is deprecated. Please do not use it any longer. */ listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { @@ -158,7 +167,7 @@ export class ContainerServices { /** * 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. * @summary Gets a list of supported orchestrators in the specified subscription. * @param location The name of a supported Azure region. * @param [options] The optional parameters @@ -239,18 +248,21 @@ export class ContainerServices { * @summary Gets a list of container services in the specified subscription. * @param nextPageLink The NextLink from the previous successful call to List operation. * @param [options] The optional parameters + * @deprecated This operation is deprecated. Please do not use it any longer. * @returns Promise */ listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise; /** * @param nextPageLink The NextLink from the previous successful call to List operation. * @param callback The callback + * @deprecated This operation is deprecated. Please do not use it any longer. */ listNext(nextPageLink: string, callback: msRest.ServiceCallback): void; /** * @param nextPageLink The NextLink from the previous successful call to List operation. * @param options The optional parameters * @param callback The callback + * @deprecated This operation is deprecated. Please do not use it any longer. */ listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { @@ -270,18 +282,21 @@ export class ContainerServices { * @summary Gets a list of container services in the specified resource group. * @param nextPageLink The NextLink from the previous successful call to List operation. * @param [options] The optional parameters + * @deprecated This operation is deprecated. Please do not use it any longer. * @returns Promise */ listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise; /** * @param nextPageLink The NextLink from the previous successful call to List operation. * @param callback The callback + * @deprecated This operation is deprecated. Please do not use it any longer. */ listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback): void; /** * @param nextPageLink The NextLink from the previous successful call to List operation. * @param options The optional parameters * @param callback The callback + * @deprecated This operation is deprecated. Please do not use it any longer. */ listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback): void; listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback, callback?: msRest.ServiceCallback): Promise { diff --git a/packages/@azure/arm-containerservice/lib/operations/managedClusters.ts b/packages/@azure/arm-containerservice/lib/operations/managedClusters.ts index 43d76eee486b..f234621c556a 100644 --- a/packages/@azure/arm-containerservice/lib/operations/managedClusters.ts +++ b/packages/@azure/arm-containerservice/lib/operations/managedClusters.ts @@ -156,8 +156,8 @@ export class ManagedClusters { } /** - * Gets clusteradmin credential of the managed cluster with a specified resource group and name. - * @summary Gets clusteradmin credential of a managed cluster. + * Gets cluster admin credential of the managed cluster with a specified resource group and name. + * @summary Gets cluster admin credential of a managed cluster. * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param [options] The optional parameters @@ -189,8 +189,8 @@ export class ManagedClusters { } /** - * Gets clusteruser credential of the managed cluster with a specified resource group and name. - * @summary Gets clusteruser credential of a managed cluster. + * Gets cluster user credential of the managed cluster with a specified resource group and name. + * @summary Gets cluster user credential of a managed cluster. * @param resourceGroupName The name of the resource group. * @param resourceName The name of the managed cluster resource. * @param [options] The optional parameters diff --git a/packages/@azure/arm-containerservice/lib/operations/openShiftManagedClusters.ts b/packages/@azure/arm-containerservice/lib/operations/openShiftManagedClusters.ts index bad60b102f6c..f7427870558e 100644 --- a/packages/@azure/arm-containerservice/lib/operations/openShiftManagedClusters.ts +++ b/packages/@azure/arm-containerservice/lib/operations/openShiftManagedClusters.ts @@ -84,23 +84,23 @@ export class OpenShiftManagedClusters { } /** - * Gets the details of the managed openshift cluster with a specified resource group and name. - * @summary Gets a openshift managed cluster. + * Gets the details of the managed OpenShift cluster with a specified resource group and name. + * @summary Gets a OpenShift managed cluster. * @param resourceGroupName The name of the resource group. - * @param resourceName The name of the openshift managed cluster resource. + * @param resourceName The name of the OpenShift managed cluster resource. * @param [options] The optional parameters * @returns Promise */ get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise; /** * @param resourceGroupName The name of the resource group. - * @param resourceName The name of the openshift managed cluster resource. + * @param resourceName The name of the OpenShift managed cluster resource. * @param callback The callback */ get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. - * @param resourceName The name of the openshift managed cluster resource. + * @param resourceName The name of the OpenShift managed cluster resource. * @param options The optional parameters * @param callback The callback */ @@ -117,11 +117,11 @@ export class OpenShiftManagedClusters { } /** - * Creates or updates a openshift managed cluster with the specified configuration for agents and + * Creates or updates a OpenShift managed cluster with the specified configuration for agents and * OpenShift version. - * @summary Creates or updates an openshift managed cluster. + * @summary Creates or updates an OpenShift managed cluster. * @param resourceGroupName The name of the resource group. - * @param resourceName The name of the openshift managed cluster resource. + * @param resourceName The name of the OpenShift managed cluster resource. * @param parameters Parameters supplied to the Create or Update an OpenShift Managed Cluster * operation. * @param [options] The optional parameters @@ -133,10 +133,10 @@ export class OpenShiftManagedClusters { } /** - * Updates an openshift managed cluster with the specified tags. - * @summary Updates tags on an openshift managed cluster. + * Updates an OpenShift managed cluster with the specified tags. + * @summary Updates tags on an OpenShift managed cluster. * @param resourceGroupName The name of the resource group. - * @param resourceName The name of the openshift managed cluster resource. + * @param resourceName The name of the OpenShift managed cluster resource. * @param parameters Parameters supplied to the Update OpenShift Managed Cluster Tags operation. * @param [options] The optional parameters * @returns Promise @@ -147,10 +147,10 @@ export class OpenShiftManagedClusters { } /** - * Deletes the openshift managed cluster with a specified resource group and name. - * @summary Deletes an openshift managed cluster. + * Deletes the OpenShift managed cluster with a specified resource group and name. + * @summary Deletes an OpenShift managed cluster. * @param resourceGroupName The name of the resource group. - * @param resourceName The name of the openshift managed cluster resource. + * @param resourceName The name of the OpenShift managed cluster resource. * @param [options] The optional parameters * @returns Promise */ @@ -160,11 +160,11 @@ export class OpenShiftManagedClusters { } /** - * Creates or updates a openshift managed cluster with the specified configuration for agents and + * Creates or updates a OpenShift managed cluster with the specified configuration for agents and * OpenShift version. - * @summary Creates or updates an openshift managed cluster. + * @summary Creates or updates an OpenShift managed cluster. * @param resourceGroupName The name of the resource group. - * @param resourceName The name of the openshift managed cluster resource. + * @param resourceName The name of the OpenShift managed cluster resource. * @param parameters Parameters supplied to the Create or Update an OpenShift Managed Cluster * operation. * @param [options] The optional parameters @@ -183,10 +183,10 @@ export class OpenShiftManagedClusters { } /** - * Updates an openshift managed cluster with the specified tags. - * @summary Updates tags on an openshift managed cluster. + * Updates an OpenShift managed cluster with the specified tags. + * @summary Updates tags on an OpenShift managed cluster. * @param resourceGroupName The name of the resource group. - * @param resourceName The name of the openshift managed cluster resource. + * @param resourceName The name of the OpenShift managed cluster resource. * @param parameters Parameters supplied to the Update OpenShift Managed Cluster Tags operation. * @param [options] The optional parameters * @returns Promise @@ -204,10 +204,10 @@ export class OpenShiftManagedClusters { } /** - * Deletes the openshift managed cluster with a specified resource group and name. - * @summary Deletes an openshift managed cluster. + * Deletes the OpenShift managed cluster with a specified resource group and name. + * @summary Deletes an OpenShift managed cluster. * @param resourceGroupName The name of the resource group. - * @param resourceName The name of the openshift managed cluster resource. + * @param resourceName The name of the OpenShift managed cluster resource. * @param [options] The optional parameters * @returns Promise */