Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class ContainerServiceAgentPoolProfile {
private String dnsPrefix;

/**
* FDQN for the agent pool.
* FQDN for the agent pool.
*/
@JsonProperty(value = "fqdn", access = JsonProperty.Access.WRITE_ONLY)
private String fqdn;
Expand All @@ -123,7 +123,7 @@ public class ContainerServiceAgentPoolProfile {
private ContainerServiceStorageProfileTypes storageProfile;

/**
* VNet SubnetID specifies the vnet's subnet identifier.
* VNet SubnetID specifies the VNet's subnet identifier.
*/
@JsonProperty(value = "vnetSubnetID")
private String vnetSubnetID;
Expand Down Expand Up @@ -236,7 +236,7 @@ public ContainerServiceAgentPoolProfile withDnsPrefix(String dnsPrefix) {
}

/**
* Get fDQN for the agent pool.
* Get fQDN for the agent pool.
*
* @return the fqdn value
*/
Expand Down Expand Up @@ -285,7 +285,7 @@ public ContainerServiceAgentPoolProfile withStorageProfile(ContainerServiceStora
}

/**
* Get vNet SubnetID specifies the vnet's subnet identifier.
* Get vNet SubnetID specifies the VNet's subnet identifier.
*
* @return the vnetSubnetID value
*/
Expand All @@ -294,7 +294,7 @@ public String vnetSubnetID() {
}

/**
* Set vNet SubnetID specifies the vnet's subnet identifier.
* Set vNet SubnetID specifies the VNet's subnet identifier.
*
* @param vnetSubnetID the vnetSubnetID value to set
* @return the ContainerServiceAgentPoolProfile object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class ContainerServiceMasterProfile {
private Integer osDiskSizeGB;

/**
* VNet SubnetID specifies the vnet's subnet identifier.
* VNet SubnetID specifies the VNet's subnet identifier.
*/
@JsonProperty(value = "vnetSubnetID")
private String vnetSubnetID;
Expand All @@ -114,7 +114,7 @@ public class ContainerServiceMasterProfile {
private ContainerServiceStorageProfileTypes storageProfile;

/**
* FDQN for the master pool.
* FQDN for the master pool.
*/
@JsonProperty(value = "fqdn", access = JsonProperty.Access.WRITE_ONLY)
private String fqdn;
Expand Down Expand Up @@ -200,7 +200,7 @@ public ContainerServiceMasterProfile withOsDiskSizeGB(Integer osDiskSizeGB) {
}

/**
* Get vNet SubnetID specifies the vnet's subnet identifier.
* Get vNet SubnetID specifies the VNet's subnet identifier.
*
* @return the vnetSubnetID value
*/
Expand All @@ -209,7 +209,7 @@ public String vnetSubnetID() {
}

/**
* Set vNet SubnetID specifies the vnet's subnet identifier.
* Set vNet SubnetID specifies the VNet's subnet identifier.
*
* @param vnetSubnetID the vnetSubnetID value to set
* @return the ContainerServiceMasterProfile object itself.
Expand Down Expand Up @@ -260,7 +260,7 @@ public ContainerServiceMasterProfile withStorageProfile(ContainerServiceStorageP
}

/**
* Get fDQN for the master pool.
* Get fQDN for the master pool.
*
* @return the fqdn value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class ContainerServiceAgentPoolProfile {
private String dnsPrefix;

/**
* FDQN for the agent pool.
* FQDN for the agent pool.
*/
@JsonProperty(value = "fqdn", access = JsonProperty.Access.WRITE_ONLY)
private String fqdn;
Expand All @@ -123,7 +123,7 @@ public class ContainerServiceAgentPoolProfile {
private ContainerServiceStorageProfileTypes storageProfile;

/**
* VNet SubnetID specifies the vnet's subnet identifier.
* VNet SubnetID specifies the VNet's subnet identifier.
*/
@JsonProperty(value = "vnetSubnetID")
private String vnetSubnetID;
Expand Down Expand Up @@ -236,7 +236,7 @@ public ContainerServiceAgentPoolProfile withDnsPrefix(String dnsPrefix) {
}

/**
* Get fDQN for the agent pool.
* Get fQDN for the agent pool.
*
* @return the fqdn value
*/
Expand Down Expand Up @@ -285,7 +285,7 @@ public ContainerServiceAgentPoolProfile withStorageProfile(ContainerServiceStora
}

/**
* Get vNet SubnetID specifies the vnet's subnet identifier.
* Get vNet SubnetID specifies the VNet's subnet identifier.
*
* @return the vnetSubnetID value
*/
Expand All @@ -294,7 +294,7 @@ public String vnetSubnetID() {
}

/**
* Set vNet SubnetID specifies the vnet's subnet identifier.
* Set vNet SubnetID specifies the VNet's subnet identifier.
*
* @param vnetSubnetID the vnetSubnetID value to set
* @return the ContainerServiceAgentPoolProfile object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class ContainerServiceMasterProfile {
private Integer osDiskSizeGB;

/**
* VNet SubnetID specifies the vnet's subnet identifier.
* VNet SubnetID specifies the VNet's subnet identifier.
*/
@JsonProperty(value = "vnetSubnetID")
private String vnetSubnetID;
Expand All @@ -114,7 +114,7 @@ public class ContainerServiceMasterProfile {
private ContainerServiceStorageProfileTypes storageProfile;

/**
* FDQN for the master pool.
* FQDN for the master pool.
*/
@JsonProperty(value = "fqdn", access = JsonProperty.Access.WRITE_ONLY)
private String fqdn;
Expand Down Expand Up @@ -200,7 +200,7 @@ public ContainerServiceMasterProfile withOsDiskSizeGB(Integer osDiskSizeGB) {
}

/**
* Get vNet SubnetID specifies the vnet's subnet identifier.
* Get vNet SubnetID specifies the VNet's subnet identifier.
*
* @return the vnetSubnetID value
*/
Expand All @@ -209,7 +209,7 @@ public String vnetSubnetID() {
}

/**
* Set vNet SubnetID specifies the vnet's subnet identifier.
* Set vNet SubnetID specifies the VNet's subnet identifier.
*
* @param vnetSubnetID the vnetSubnetID value to set
* @return the ContainerServiceMasterProfile object itself.
Expand Down Expand Up @@ -260,7 +260,7 @@ public ContainerServiceMasterProfile withStorageProfile(ContainerServiceStorageP
}

/**
* Get fDQN for the master pool.
* Get fQDN for the master pool.
*
* @return the fqdn value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class ManagedClusterInner extends Resource {
private String dnsPrefix;

/**
* FDQN for the master pool.
* FQDN for the master pool.
*/
@JsonProperty(value = "properties.fqdn", access = JsonProperty.Access.WRITE_ONLY)
private String fqdn;
Expand Down Expand Up @@ -96,7 +96,7 @@ public ManagedClusterInner withDnsPrefix(String dnsPrefix) {
}

/**
* Get fDQN for the master pool.
* Get fQDN for the master pool.
*
* @return the fqdn value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public interface ContainerServices {
/**
* Gets a list of supported orchestrators in the specified subscription.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including verison and available upgrades.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades.
*
* @param location The name of a supported Azure region.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ interface ContainerServicesService {

/**
* Gets a list of supported orchestrators in the specified subscription.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including verison and available upgrades.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades.
*
* @param location The name of a supported Azure region.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -73,7 +73,7 @@ public OrchestratorVersionProfileListResultInner listOrchestrators(String locati

/**
* Gets a list of supported orchestrators in the specified subscription.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including verison and available upgrades.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades.
*
* @param location The name of a supported Azure region.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
Expand All @@ -86,7 +86,7 @@ public ServiceFuture<OrchestratorVersionProfileListResultInner> listOrchestrator

/**
* Gets a list of supported orchestrators in the specified subscription.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including verison and available upgrades.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades.
*
* @param location The name of a supported Azure region.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -103,7 +103,7 @@ public OrchestratorVersionProfileListResultInner call(ServiceResponse<Orchestrat

/**
* Gets a list of supported orchestrators in the specified subscription.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including verison and available upgrades.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades.
*
* @param location The name of a supported Azure region.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand Down Expand Up @@ -136,7 +136,7 @@ public Observable<ServiceResponse<OrchestratorVersionProfileListResultInner>> ca

/**
* Gets a list of supported orchestrators in the specified subscription.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including verison and available upgrades.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades.
*
* @param location The name of a supported Azure region.
* @param resourceType resource type for which the list of orchestrators needs to be returned
Expand All @@ -151,7 +151,7 @@ public OrchestratorVersionProfileListResultInner listOrchestrators(String locati

/**
* Gets a list of supported orchestrators in the specified subscription.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including verison and available upgrades.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades.
*
* @param location The name of a supported Azure region.
* @param resourceType resource type for which the list of orchestrators needs to be returned
Expand All @@ -165,7 +165,7 @@ public ServiceFuture<OrchestratorVersionProfileListResultInner> listOrchestrator

/**
* Gets a list of supported orchestrators in the specified subscription.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including verison and available upgrades.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades.
*
* @param location The name of a supported Azure region.
* @param resourceType resource type for which the list of orchestrators needs to be returned
Expand All @@ -183,7 +183,7 @@ public OrchestratorVersionProfileListResultInner call(ServiceResponse<Orchestrat

/**
* Gets a list of supported orchestrators in the specified subscription.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including verison and available upgrades.
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades.
*
* @param location The name of a supported Azure region.
* @param resourceType resource type for which the list of orchestrators needs to be returned
Expand Down