diff --git a/containerservice/resource-manager/v2017_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2017_07_01/ContainerServiceAgentPoolProfile.java b/containerservice/resource-manager/v2017_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2017_07_01/ContainerServiceAgentPoolProfile.java index 1eafceaa9ffa..4107ac0bf217 100644 --- a/containerservice/resource-manager/v2017_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2017_07_01/ContainerServiceAgentPoolProfile.java +++ b/containerservice/resource-manager/v2017_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2017_07_01/ContainerServiceAgentPoolProfile.java @@ -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; @@ -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; @@ -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 */ @@ -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 */ @@ -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. diff --git a/containerservice/resource-manager/v2017_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2017_07_01/ContainerServiceMasterProfile.java b/containerservice/resource-manager/v2017_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2017_07_01/ContainerServiceMasterProfile.java index be47a7438c18..2bc2f3647e0b 100644 --- a/containerservice/resource-manager/v2017_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2017_07_01/ContainerServiceMasterProfile.java +++ b/containerservice/resource-manager/v2017_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2017_07_01/ContainerServiceMasterProfile.java @@ -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; @@ -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; @@ -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 */ @@ -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. @@ -260,7 +260,7 @@ public ContainerServiceMasterProfile withStorageProfile(ContainerServiceStorageP } /** - * Get fDQN for the master pool. + * Get fQDN for the master pool. * * @return the fqdn value */ diff --git a/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/ContainerServiceAgentPoolProfile.java b/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/ContainerServiceAgentPoolProfile.java index 4d56c6304c03..748b0f204c20 100644 --- a/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/ContainerServiceAgentPoolProfile.java +++ b/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/ContainerServiceAgentPoolProfile.java @@ -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; @@ -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; @@ -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 */ @@ -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 */ @@ -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. diff --git a/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/ContainerServiceMasterProfile.java b/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/ContainerServiceMasterProfile.java index daaaa0ef71de..d426423ae69b 100644 --- a/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/ContainerServiceMasterProfile.java +++ b/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/ContainerServiceMasterProfile.java @@ -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; @@ -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; @@ -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 */ @@ -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. @@ -260,7 +260,7 @@ public ContainerServiceMasterProfile withStorageProfile(ContainerServiceStorageP } /** - * Get fDQN for the master pool. + * Get fQDN for the master pool. * * @return the fqdn value */ diff --git a/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/implementation/ManagedClusterInner.java b/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/implementation/ManagedClusterInner.java index 8565934e0bbd..c6dd6d430323 100644 --- a/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/implementation/ManagedClusterInner.java +++ b/containerservice/resource-manager/v2017_08_31/src/main/java/com/microsoft/azure/management/containerservice/v2017_08_31/implementation/ManagedClusterInner.java @@ -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; @@ -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 */ diff --git a/containerservice/resource-manager/v2017_09_30/src/main/java/com/microsoft/azure/management/containerservice/v2017_09_30/ContainerServices.java b/containerservice/resource-manager/v2017_09_30/src/main/java/com/microsoft/azure/management/containerservice/v2017_09_30/ContainerServices.java index 26a16fab461a..7ee08a7af847 100644 --- a/containerservice/resource-manager/v2017_09_30/src/main/java/com/microsoft/azure/management/containerservice/v2017_09_30/ContainerServices.java +++ b/containerservice/resource-manager/v2017_09_30/src/main/java/com/microsoft/azure/management/containerservice/v2017_09_30/ContainerServices.java @@ -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 diff --git a/containerservice/resource-manager/v2017_09_30/src/main/java/com/microsoft/azure/management/containerservice/v2017_09_30/implementation/ContainerServicesInner.java b/containerservice/resource-manager/v2017_09_30/src/main/java/com/microsoft/azure/management/containerservice/v2017_09_30/implementation/ContainerServicesInner.java index f73a0c784d83..99b37d0a3bd6 100644 --- a/containerservice/resource-manager/v2017_09_30/src/main/java/com/microsoft/azure/management/containerservice/v2017_09_30/implementation/ContainerServicesInner.java +++ b/containerservice/resource-manager/v2017_09_30/src/main/java/com/microsoft/azure/management/containerservice/v2017_09_30/implementation/ContainerServicesInner.java @@ -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 @@ -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. @@ -86,7 +86,7 @@ public ServiceFuture 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 @@ -103,7 +103,7 @@ public OrchestratorVersionProfileListResultInner call(ServiceResponse> 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 @@ -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 @@ -165,7 +165,7 @@ public ServiceFuture 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 @@ -183,7 +183,7 @@ public OrchestratorVersionProfileListResultInner call(ServiceResponse