diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListByResourceGroupOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListByResourceGroupOptions.java index 39798cabe75f..5d1f9529045c 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListByResourceGroupOptions.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListByResourceGroupOptions.java @@ -15,15 +15,15 @@ */ public class ClustersListByResourceGroupOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class ClustersListByResourceGroupOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the ClustersListByResourceGroupOptions object itself. @@ -56,7 +56,7 @@ public ClustersListByResourceGroupOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the ClustersListByResourceGroupOptions object itself. diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListOptions.java index 7bb03f2c8413..2492fa580371 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListOptions.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListOptions.java @@ -15,15 +15,15 @@ */ public class ClustersListOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class ClustersListOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the ClustersListOptions object itself. @@ -56,7 +56,7 @@ public ClustersListOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the ClustersListOptions object itself. diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListByResourceGroupOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListByResourceGroupOptions.java index 231f57e921ab..a7917595ed35 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListByResourceGroupOptions.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListByResourceGroupOptions.java @@ -15,15 +15,15 @@ */ public class FileServersListByResourceGroupOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class FileServersListByResourceGroupOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the FileServersListByResourceGroupOptions object itself. @@ -56,7 +56,7 @@ public FileServersListByResourceGroupOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the FileServersListByResourceGroupOptions object itself. diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListOptions.java index 9324ac9cdc9f..63931b62071f 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListOptions.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListOptions.java @@ -15,15 +15,15 @@ */ public class FileServersListOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class FileServersListOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the FileServersListOptions object itself. @@ -56,7 +56,7 @@ public FileServersListOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the FileServersListOptions object itself. diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListByResourceGroupOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListByResourceGroupOptions.java index 59093b9d8db4..f0e48e45bba4 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListByResourceGroupOptions.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListByResourceGroupOptions.java @@ -15,15 +15,15 @@ */ public class JobsListByResourceGroupOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class JobsListByResourceGroupOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the JobsListByResourceGroupOptions object itself. @@ -56,7 +56,7 @@ public JobsListByResourceGroupOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the JobsListByResourceGroupOptions object itself. diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOptions.java index 91cbfcbc4e2f..9a4f4da5ac02 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOptions.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOptions.java @@ -15,15 +15,15 @@ */ public class JobsListOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class JobsListOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the JobsListOptions object itself. @@ -56,7 +56,7 @@ public JobsListOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the JobsListOptions object itself. diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/NodeSetup.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/NodeSetup.java index 24a6a8020690..1a7e2cea92b4 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/NodeSetup.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/NodeSetup.java @@ -18,7 +18,7 @@ public class NodeSetup { /** * Specifies a setup task which can be used to customize the compute nodes - * of the cluster. The NodeSetup task runs everytime a VM is rebooted. For + * of the cluster. The NodeSetup task runs every time a VM is rebooted. For * that reason the task code needs to be idempotent. Generally it is used * to either download static data that is required for all jobs that run on * the cluster VMs or to download/install software. diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/TensorFlowSettings.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/TensorFlowSettings.java index d542f4ca1288..8ab81ec5c9af 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/TensorFlowSettings.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/TensorFlowSettings.java @@ -57,7 +57,7 @@ public class TensorFlowSettings { private Integer workerCount; /** - * The number of parmeter server tasks. + * The number of parameter server tasks. * If specified, the value must be less than or equal to nodeCount. If not * specified, the default value is equal to 1 for distributed TensorFlow * training (This property is not applicable for single machine training). diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClusterInner.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClusterInner.java index eaf181fd04b6..91f97a0babe9 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClusterInner.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClusterInner.java @@ -46,7 +46,7 @@ public class ClusterInner extends Resource { /** * dedicated or lowpriority. * The default value is dedicated. The node can get preempted while the - * task is running if lowpriority is choosen. This is best suited if the + * task is running if lowpriority is chosen. This is best suited if the * workload is checkpointing and can be restarted. Possible values include: * 'dedicated', 'lowpriority'. */ @@ -168,7 +168,7 @@ public ClusterInner withVmSize(String vmSize) { } /** - * Get the default value is dedicated. The node can get preempted while the task is running if lowpriority is choosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'. + * Get the default value is dedicated. The node can get preempted while the task is running if lowpriority is chosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'. * * @return the vmPriority value */ @@ -177,7 +177,7 @@ public VmPriority vmPriority() { } /** - * Set the default value is dedicated. The node can get preempted while the task is running if lowpriority is choosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'. + * Set the default value is dedicated. The node can get preempted while the task is running if lowpriority is chosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'. * * @param vmPriority the vmPriority value to set * @return the ClusterInner object itself. diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileInner.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileInner.java index f27ce83c5dbf..25bbc04c221d 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileInner.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileInner.java @@ -24,7 +24,7 @@ public class FileInner { private String name; /** - * file downloand url, example: + * file download url, example: * https://mystg.blob.core.windows.net/mycontainer/myModel_1.dnn. * This will be returned only if the model has been archived. During job * run, this won't be returned and customers can use SSH tunneling to diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobInner.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobInner.java index 587139872796..4007060e7a56 100644 --- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobInner.java +++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobInner.java @@ -189,7 +189,7 @@ public class JobInner extends Resource { * it does not necessarily mean that the job command line has started * executing. terminating - The job is terminated by the user, the * terminate operation is in progress. succeeded - The job has completed - * running succesfully and exited with exit code 0. failed - The job has + * running successfully and exited with exit code 0. failed - The job has * finished unsuccessfully (failed with a non-zero exit code) and has * exhausted its retry limit. A job is also marked as failed if an error * occurred launching the job. Possible values include: 'queued', @@ -580,7 +580,7 @@ public DateTime provisioningStateTransitionTime() { } /** - * Get the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running succesfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'. + * Get the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running successfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'. * * @return the executionState value */ @@ -589,7 +589,7 @@ public ExecutionState executionState() { } /** - * Set the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running succesfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'. + * Set the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running successfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'. * * @param executionState the executionState value to set * @return the JobInner object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AppInsightsReference.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AppInsightsReference.java index 00d6dfe669d9..779bedcad095 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AppInsightsReference.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AppInsightsReference.java @@ -31,7 +31,7 @@ public class AppInsightsReference { * Specifies a KeyVault Secret containing Azure Application Insights * instrumentation key. * Specifies KeyVault Store and Secret which contains Azure Application - * Insights instrumentation key. One of instumentationKey or + * Insights instrumentation key. One of instrumentationKey or * instrumentationKeySecretReference must be specified. */ @JsonProperty(value = "instrumentationKeySecretReference") @@ -78,7 +78,7 @@ public AppInsightsReference withInstrumentationKey(String instrumentationKey) { } /** - * Get specifies KeyVault Store and Secret which contains Azure Application Insights instrumentation key. One of instumentationKey or instrumentationKeySecretReference must be specified. + * Get specifies KeyVault Store and Secret which contains Azure Application Insights instrumentation key. One of instrumentationKey or instrumentationKeySecretReference must be specified. * * @return the instrumentationKeySecretReference value */ @@ -87,7 +87,7 @@ public KeyVaultSecretReference instrumentationKeySecretReference() { } /** - * Set specifies KeyVault Store and Secret which contains Azure Application Insights instrumentation key. One of instumentationKey or instrumentationKeySecretReference must be specified. + * Set specifies KeyVault Store and Secret which contains Azure Application Insights instrumentation key. One of instrumentationKey or instrumentationKeySecretReference must be specified. * * @param instrumentationKeySecretReference the instrumentationKeySecretReference value to set * @return the AppInsightsReference object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListByResourceGroupOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListByResourceGroupOptions.java index 89a0ef3ec773..14c0529b842f 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListByResourceGroupOptions.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListByResourceGroupOptions.java @@ -15,15 +15,15 @@ */ public class ClustersListByResourceGroupOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class ClustersListByResourceGroupOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the ClustersListByResourceGroupOptions object itself. @@ -56,7 +56,7 @@ public ClustersListByResourceGroupOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the ClustersListByResourceGroupOptions object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListOptions.java index bf657c375d21..816f6a54d44f 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListOptions.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListOptions.java @@ -15,15 +15,15 @@ */ public class ClustersListOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class ClustersListOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the ClustersListOptions object itself. @@ -56,7 +56,7 @@ public ClustersListOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the ClustersListOptions object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerReference.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerReference.java index d98013e776dd..66bcb382e8a9 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerReference.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerReference.java @@ -34,7 +34,7 @@ public class FileServerReference { * will be mounted. * Note that all cluster level file servers will be mounted under * $AZ_BATCHAI_MOUNT_ROOT location and job level file servers will be - * mouted under $AZ_BATCHAI_JOB_MOUNT_ROOT. + * mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT. */ @JsonProperty(value = "relativeMountPath", required = true) private String relativeMountPath; @@ -86,7 +86,7 @@ public FileServerReference withSourceDirectory(String sourceDirectory) { } /** - * Get note that all cluster level file servers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and job level file servers will be mouted under $AZ_BATCHAI_JOB_MOUNT_ROOT. + * Get note that all cluster level file servers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and job level file servers will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT. * * @return the relativeMountPath value */ @@ -95,7 +95,7 @@ public String relativeMountPath() { } /** - * Set note that all cluster level file servers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and job level file servers will be mouted under $AZ_BATCHAI_JOB_MOUNT_ROOT. + * Set note that all cluster level file servers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and job level file servers will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT. * * @param relativeMountPath the relativeMountPath value to set * @return the FileServerReference object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListByResourceGroupOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListByResourceGroupOptions.java index 8e023a04a3d5..8e97fe969de4 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListByResourceGroupOptions.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListByResourceGroupOptions.java @@ -15,15 +15,15 @@ */ public class FileServersListByResourceGroupOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class FileServersListByResourceGroupOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the FileServersListByResourceGroupOptions object itself. @@ -56,7 +56,7 @@ public FileServersListByResourceGroupOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the FileServersListByResourceGroupOptions object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListOptions.java index cc5c93769e73..9edda7100f8c 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListOptions.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListOptions.java @@ -15,15 +15,15 @@ */ public class FileServersListOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class FileServersListOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the FileServersListOptions object itself. @@ -56,7 +56,7 @@ public FileServersListOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the FileServersListOptions object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobCreateParameters.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobCreateParameters.java index 95be40827a2e..482710d659ac 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobCreateParameters.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobCreateParameters.java @@ -54,7 +54,7 @@ public class JobCreateParameters { /** * Information on mount volumes to be used by the job. * These volumes will be mounted before the job execution and will be - * unmouted after the job completion. The volumes will be mounted at + * unmounted after the job completion. The volumes will be mounted at * location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. */ @JsonProperty(value = "properties.mountVolumes") @@ -267,7 +267,7 @@ public JobCreateParameters withCluster(ResourceId cluster) { } /** - * Get these volumes will be mounted before the job execution and will be unmouted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. + * Get these volumes will be mounted before the job execution and will be unmounted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. * * @return the mountVolumes value */ @@ -276,7 +276,7 @@ public MountVolumes mountVolumes() { } /** - * Set these volumes will be mounted before the job execution and will be unmouted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. + * Set these volumes will be mounted before the job execution and will be unmounted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. * * @param mountVolumes the mountVolumes value to set * @return the JobCreateParameters object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListByResourceGroupOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListByResourceGroupOptions.java index 5782834da61a..da1349365827 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListByResourceGroupOptions.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListByResourceGroupOptions.java @@ -15,15 +15,15 @@ */ public class JobsListByResourceGroupOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class JobsListByResourceGroupOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the JobsListByResourceGroupOptions object itself. @@ -56,7 +56,7 @@ public JobsListByResourceGroupOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the JobsListByResourceGroupOptions object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOptions.java index 99f8e3cc80cb..6c3c820362fe 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOptions.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOptions.java @@ -15,15 +15,15 @@ */ public class JobsListOptions { /** - * An OData $filter clause.. Used to filter results that are returned in - * the GET respnose. + * An OData $filter clause. Used to filter results that are returned in the + * GET response. */ @JsonProperty(value = "") private String filter; /** * An OData $select clause. Used to select the properties to be returned in - * the GET respnose. + * the GET response. */ @JsonProperty(value = "") private String select; @@ -36,7 +36,7 @@ public class JobsListOptions { private Integer maxResults; /** - * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Get an OData $filter clause. Used to filter results that are returned in the GET response. * * @return the filter value */ @@ -45,7 +45,7 @@ public String filter() { } /** - * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose. + * Set an OData $filter clause. Used to filter results that are returned in the GET response. * * @param filter the filter value to set * @return the JobsListOptions object itself. @@ -56,7 +56,7 @@ public JobsListOptions withFilter(String filter) { } /** - * Get an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Get an OData $select clause. Used to select the properties to be returned in the GET response. * * @return the select value */ @@ -65,7 +65,7 @@ public String select() { } /** - * Set an OData $select clause. Used to select the properties to be returned in the GET respnose. + * Set an OData $select clause. Used to select the properties to be returned in the GET response. * * @param select the select value to set * @return the JobsListOptions object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/NodeSetup.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/NodeSetup.java index 6665dc17768b..07e6900537b3 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/NodeSetup.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/NodeSetup.java @@ -18,7 +18,7 @@ public class NodeSetup { /** * Specifies a setup task which can be used to customize the compute nodes - * of the cluster. The NodeSetup task runs everytime a VM is rebooted. For + * of the cluster. The NodeSetup task runs every time a VM is rebooted. For * that reason the task code needs to be idempotent. Generally it is used * to either download static data that is required for all jobs that run on * the cluster VMs or to download/install software. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SetupTask.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SetupTask.java index 17eea82cf43b..4f9520df8833 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SetupTask.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SetupTask.java @@ -56,7 +56,7 @@ public class SetupTask { * A path segment appended by Batch AI to stdOutErrPathPrefix to form a * path where stdout and stderr of the setup task will be uploaded. * Batch AI creates the setup task output directories under an unique path - * to avoid conflicts between different clusters. You can concatinate + * to avoid conflicts between different clusters. You can concatenate * stdOutErrPathPrefix and stdOutErrPathSuffix to get the full path to the * output directory. */ @@ -164,7 +164,7 @@ public SetupTask withStdOutErrPathPrefix(String stdOutErrPathPrefix) { } /** - * Get batch AI creates the setup task output directories under an unique path to avoid conflicts between different clusters. You can concatinate stdOutErrPathPrefix and stdOutErrPathSuffix to get the full path to the output directory. + * Get batch AI creates the setup task output directories under an unique path to avoid conflicts between different clusters. You can concatenate stdOutErrPathPrefix and stdOutErrPathSuffix to get the full path to the output directory. * * @return the stdOutErrPathSuffix value */ diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/TensorFlowSettings.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/TensorFlowSettings.java index 166e07506ef5..b1ec3c493c9d 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/TensorFlowSettings.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/TensorFlowSettings.java @@ -57,7 +57,7 @@ public class TensorFlowSettings { private Integer workerCount; /** - * The number of parmeter server tasks. + * The number of parameter server tasks. * If specified, the value must be less than or equal to nodeCount. If not * specified, the default value is equal to 1 for distributed TensorFlow * training (This property is not applicable for single machine training). diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClusterInner.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClusterInner.java index 299d595be580..2ea32d011217 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClusterInner.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClusterInner.java @@ -46,7 +46,7 @@ public class ClusterInner extends Resource { /** * dedicated or lowpriority. * The default value is dedicated. The node can get preempted while the - * task is running if lowpriority is choosen. This is best suited if the + * task is running if lowpriority is chosen. This is best suited if the * workload is checkpointing and can be restarted. Possible values include: * 'dedicated', 'lowpriority'. */ @@ -168,7 +168,7 @@ public ClusterInner withVmSize(String vmSize) { } /** - * Get the default value is dedicated. The node can get preempted while the task is running if lowpriority is choosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'. + * Get the default value is dedicated. The node can get preempted while the task is running if lowpriority is chosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'. * * @return the vmPriority value */ @@ -177,7 +177,7 @@ public VmPriority vmPriority() { } /** - * Set the default value is dedicated. The node can get preempted while the task is running if lowpriority is choosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'. + * Set the default value is dedicated. The node can get preempted while the task is running if lowpriority is chosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'. * * @param vmPriority the vmPriority value to set * @return the ClusterInner object itself. diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/JobInner.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/JobInner.java index 51fe19cedbb2..7e4843209c1a 100644 --- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/JobInner.java +++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/JobInner.java @@ -64,7 +64,7 @@ public class JobInner extends Resource { /** * Information on mount volumes to be used by the job. * These volumes will be mounted before the job execution and will be - * unmouted after the job completion. The volumes will be mounted at + * unmounted after the job completion. The volumes will be mounted at * location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. */ @JsonProperty(value = "properties.mountVolumes") @@ -221,7 +221,7 @@ public class JobInner extends Resource { * it does not necessarily mean that the job command line has started * executing. terminating - The job is terminated by the user, the * terminate operation is in progress. succeeded - The job has completed - * running succesfully and exited with exit code 0. failed - The job has + * running successfully and exited with exit code 0. failed - The job has * finished unsuccessfully (failed with a non-zero exit code) and has * exhausted its retry limit. A job is also marked as failed if an error * occurred launching the job. Possible values include: 'queued', @@ -305,7 +305,7 @@ public JobInner withCluster(ResourceId cluster) { } /** - * Get these volumes will be mounted before the job execution and will be unmouted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. + * Get these volumes will be mounted before the job execution and will be unmounted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. * * @return the mountVolumes value */ @@ -314,7 +314,7 @@ public MountVolumes mountVolumes() { } /** - * Set these volumes will be mounted before the job execution and will be unmouted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. + * Set these volumes will be mounted before the job execution and will be unmounted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. * * @param mountVolumes the mountVolumes value to set * @return the JobInner object itself. @@ -692,7 +692,7 @@ public DateTime provisioningStateTransitionTime() { } /** - * Get the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running succesfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'. + * Get the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running successfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'. * * @return the executionState value */ @@ -701,7 +701,7 @@ public ExecutionState executionState() { } /** - * Set the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running succesfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'. + * Set the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running successfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'. * * @param executionState the executionState value to set * @return the JobInner object itself. diff --git a/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/JobCreateParameters.java b/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/JobCreateParameters.java index b500383b6ac0..1913107616de 100644 --- a/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/JobCreateParameters.java +++ b/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/JobCreateParameters.java @@ -35,7 +35,7 @@ public class JobCreateParameters { /** * Mount volumes. * Information on mount volumes to be used by the job. These volumes will - * be mounted before the job execution and will be unmouted after the job + * be mounted before the job execution and will be unmounted after the job * completion. The volumes will be mounted at location specified by * $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. */ @@ -215,7 +215,7 @@ public JobCreateParameters withCluster(ResourceId cluster) { } /** - * Get information on mount volumes to be used by the job. These volumes will be mounted before the job execution and will be unmouted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. + * Get information on mount volumes to be used by the job. These volumes will be mounted before the job execution and will be unmounted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. * * @return the mountVolumes value */ @@ -224,7 +224,7 @@ public MountVolumes mountVolumes() { } /** - * Set information on mount volumes to be used by the job. These volumes will be mounted before the job execution and will be unmouted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. + * Set information on mount volumes to be used by the job. These volumes will be mounted before the job execution and will be unmounted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. * * @param mountVolumes the mountVolumes value to set * @return the JobCreateParameters object itself. diff --git a/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/KeyVaultSecretReference.java b/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/KeyVaultSecretReference.java index ed4c3cd12e30..92da2036a571 100644 --- a/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/KeyVaultSecretReference.java +++ b/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/KeyVaultSecretReference.java @@ -16,7 +16,7 @@ public class KeyVaultSecretReference { /** * Key Vault resource identifier. - * Fully qualified resource indentifier of the Key Vault. + * Fully qualified resource identifier of the Key Vault. */ @JsonProperty(value = "sourceVault", required = true) private ResourceId sourceVault; @@ -29,7 +29,7 @@ public class KeyVaultSecretReference { private String secretUrl; /** - * Get fully qualified resource indentifier of the Key Vault. + * Get fully qualified resource identifier of the Key Vault. * * @return the sourceVault value */ @@ -38,7 +38,7 @@ public ResourceId sourceVault() { } /** - * Set fully qualified resource indentifier of the Key Vault. + * Set fully qualified resource identifier of the Key Vault. * * @param sourceVault the sourceVault value to set * @return the KeyVaultSecretReference object itself. diff --git a/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/OutputDirectory.java b/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/OutputDirectory.java index 46f3750406fe..cedba807f112 100644 --- a/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/OutputDirectory.java +++ b/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/OutputDirectory.java @@ -17,7 +17,7 @@ public class OutputDirectory { /** * ID. * The ID of the output directory. The job can use - * AZ_BATCHAI_OUTPUT_<id> environment variale to find the directory + * AZ_BATCHAI_OUTPUT_<id> environment variable to find the directory * path, where <id> is the value of id attribute. */ @JsonProperty(value = "id", required = true) @@ -44,7 +44,7 @@ public class OutputDirectory { private String pathSuffix; /** - * Get the ID of the output directory. The job can use AZ_BATCHAI_OUTPUT_<id> environment variale to find the directory path, where <id> is the value of id attribute. + * Get the ID of the output directory. The job can use AZ_BATCHAI_OUTPUT_<id> environment variable to find the directory path, where <id> is the value of id attribute. * * @return the id value */ @@ -53,7 +53,7 @@ public String id() { } /** - * Set the ID of the output directory. The job can use AZ_BATCHAI_OUTPUT_<id> environment variale to find the directory path, where <id> is the value of id attribute. + * Set the ID of the output directory. The job can use AZ_BATCHAI_OUTPUT_<id> environment variable to find the directory path, where <id> is the value of id attribute. * * @param id the id value to set * @return the OutputDirectory object itself. diff --git a/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/UnmanagedFileSystemReference.java b/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/UnmanagedFileSystemReference.java index 51f20e322712..7844e0b09cd8 100644 --- a/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/UnmanagedFileSystemReference.java +++ b/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/UnmanagedFileSystemReference.java @@ -11,7 +11,7 @@ import com.fasterxml.jackson.annotation.JsonProperty; /** - * Unmananged file system mounting configuration. + * Unmanaged file system mounting configuration. */ public class UnmanagedFileSystemReference { /** diff --git a/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/implementation/JobInner.java b/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/implementation/JobInner.java index 6dd995454dd6..c5b8738ce140 100644 --- a/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/implementation/JobInner.java +++ b/batchai/resource-manager/v2018_05_01/src/main/java/com/microsoft/azure/management/batchai/v2018_05_01/implementation/JobInner.java @@ -60,7 +60,7 @@ public class JobInner extends ProxyResource { /** * Mount volumes. * Collection of mount volumes available to the job during execution. These - * volumes are mounted before the job execution and unmouted after the job + * volumes are mounted before the job execution and unmounted after the job * completion. The volumes are mounted at location specified by * $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. */ @@ -243,7 +243,7 @@ public class JobInner extends ProxyResource { * it does not necessarily mean that the job command line has started * executing. terminating - The job is terminated by the user, the * terminate operation is in progress. succeeded - The job has completed - * running succesfully and exited with exit code 0. failed - The job has + * running successfully and exited with exit code 0. failed - The job has * finished unsuccessfully (failed with a non-zero exit code) and has * exhausted its retry limit. A job is also marked as failed if an error * occurred launching the job. Possible values include: 'queued', @@ -306,7 +306,7 @@ public JobInner withCluster(ResourceId cluster) { } /** - * Get collection of mount volumes available to the job during execution. These volumes are mounted before the job execution and unmouted after the job completion. The volumes are mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. + * Get collection of mount volumes available to the job during execution. These volumes are mounted before the job execution and unmounted after the job completion. The volumes are mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. * * @return the mountVolumes value */ @@ -315,7 +315,7 @@ public MountVolumes mountVolumes() { } /** - * Set collection of mount volumes available to the job during execution. These volumes are mounted before the job execution and unmouted after the job completion. The volumes are mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. + * Set collection of mount volumes available to the job during execution. These volumes are mounted before the job execution and unmounted after the job completion. The volumes are mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable. * * @param mountVolumes the mountVolumes value to set * @return the JobInner object itself. @@ -742,7 +742,7 @@ public DateTime provisioningStateTransitionTime() { } /** - * Get the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running succesfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'. + * Get the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running successfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'. * * @return the executionState value */