Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR recoveryservicesbackup/resource-manager] typo: recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices #2715

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 @@ -18,7 +18,7 @@
import com.microsoft.azure.management.recoveryservices.backup.v2016_06_01.implementation.JobInner;

/**
* The Azure IaaS VM workload-specifc job object.
* The Azure IaaS VM workload-specific job object.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "jobType")
@JsonTypeName("AzureIaaSVMJob")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* BEK is Bitlocker Encrpytion Key.
* BEK is Bitlocker Encryption Key.
*/
public class BEKDetails {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import com.microsoft.azure.management.recoveryservices.backup.v2016_06_01.implementation.JobInner;

/**
* The DPM workload-specifc job object.
* The DPM workload-specific job object.
*/
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "jobType")
@JsonTypeName("DpmJob")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class JobQueryObject {
private JobStatus status;

/**
* Type of backup managmenent for the job. Possible values include:
* Type of backup management for the job. Possible values include:
* 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
*/
@JsonProperty(value = "backupManagementType")
Expand Down Expand Up @@ -79,7 +79,7 @@ public JobQueryObject withStatus(JobStatus status) {
}

/**
* Get type of backup managmenent for the job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
* Get type of backup management for the job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
*
* @return the backupManagementType value
*/
Expand All @@ -88,7 +88,7 @@ public BackupManagementType backupManagementType() {
}

/**
* Set type of backup managmenent for the job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
* Set type of backup management for the job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
*
* @param backupManagementType the backupManagementType value to set
* @return the JobQueryObject object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class KeyAndSecretDetails {
private KEKDetails kekDetails;

/**
* BEK is Bitlocker Encrpytion Key.
* BEK is Bitlocker Encryption Key.
*/
@JsonProperty(value = "bekDetails")
private BEKDetails bekDetails;
Expand All @@ -56,7 +56,7 @@ public KeyAndSecretDetails withKekDetails(KEKDetails kekDetails) {
}

/**
* Get bEK is Bitlocker Encrpytion Key.
* Get bEK is Bitlocker Encryption Key.
*
* @return the bekDetails value
*/
Expand All @@ -65,7 +65,7 @@ public BEKDetails bekDetails() {
}

/**
* Set bEK is Bitlocker Encrpytion Key.
* Set bEK is Bitlocker Encryption Key.
*
* @param bekDetails the bekDetails value to set
* @return the KeyAndSecretDetails object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
})
public class WorkloadProtectableItem {
/**
* The backup managemenent type.
* The backup management type.
*/
@JsonProperty(value = "backupManagementType")
private String backupManagementType;
Expand All @@ -45,7 +45,7 @@ public class WorkloadProtectableItem {
private ProtectionStatus protectionState;

/**
* Get the backup managemenent type.
* Get the backup management type.
*
* @return the backupManagementType value
*/
Expand All @@ -54,7 +54,7 @@ public String backupManagementType() {
}

/**
* Set the backup managemenent type.
* Set the backup management type.
*
* @param backupManagementType the backupManagementType value to set
* @return the WorkloadProtectableItem object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
})
public class ProtectedItemInner {
/**
* The backup managemenent type associated with the backup item. Possible
* The backup management type associated with the backup item. Possible
* values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM',
* 'AzureBackupServer', 'AzureSql'.
*/
Expand Down Expand Up @@ -65,7 +65,7 @@ public class ProtectedItemInner {
private DateTime lastRecoveryPoint;

/**
* Get the backup managemenent type associated with the backup item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
* Get the backup management type associated with the backup item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
*
* @return the backupManagementType value
*/
Expand All @@ -74,7 +74,7 @@ public BackupManagementType backupManagementType() {
}

/**
* Set the backup managemenent type associated with the backup item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
* Set the backup management type associated with the backup item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
*
* @param backupManagementType the backupManagementType value to set
* @return the ProtectedItemInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public Observable<ServiceResponse<Page<ProtectedItemResourceInner>>> call(Respon
*
* @param vaultName The name of the Recovery Services vault.
* @param resourceGroupName The name of the resource group associated with the Recovery Services vault.
* @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyname} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.
* @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyName} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.
* @param skipToken The Skip Token filter.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
Expand All @@ -230,7 +230,7 @@ public Page<ProtectedItemResourceInner> nextPage(String nextPageLink) {
*
* @param vaultName The name of the Recovery Services vault.
* @param resourceGroupName The name of the resource group associated with the Recovery Services vault.
* @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyname} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.
* @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyName} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.
* @param skipToken The Skip Token filter.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -253,7 +253,7 @@ public Observable<ServiceResponse<Page<ProtectedItemResourceInner>>> call(String
*
* @param vaultName The name of the Recovery Services vault.
* @param resourceGroupName The name of the resource group associated with the Recovery Services vault.
* @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyname} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.
* @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyName} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.
* @param skipToken The Skip Token filter.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList&lt;ProtectedItemResourceInner&gt; object
Expand All @@ -273,7 +273,7 @@ public Page<ProtectedItemResourceInner> call(ServiceResponse<Page<ProtectedItemR
*
* @param vaultName The name of the Recovery Services vault.
* @param resourceGroupName The name of the resource group associated with the Recovery Services vault.
* @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyname} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.
* @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyName} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.
* @param skipToken The Skip Token filter.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList&lt;ProtectedItemResourceInner&gt; object
Expand All @@ -297,7 +297,7 @@ public Observable<ServiceResponse<Page<ProtectedItemResourceInner>>> call(Servic
*
ServiceResponse<PageImpl1<ProtectedItemResourceInner>> * @param vaultName The name of the Recovery Services vault.
ServiceResponse<PageImpl1<ProtectedItemResourceInner>> * @param resourceGroupName The name of the resource group associated with the Recovery Services vault.
ServiceResponse<PageImpl1<ProtectedItemResourceInner>> * @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyname} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.
ServiceResponse<PageImpl1<ProtectedItemResourceInner>> * @param filter itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyName} and containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.
ServiceResponse<PageImpl1<ProtectedItemResourceInner>> * @param skipToken The Skip Token filter.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList&lt;ProtectedItemResourceInner&gt; object wrapped in {@link ServiceResponse} if successful.
Expand Down Expand Up @@ -445,7 +445,7 @@ public Observable<ServiceResponse<ProtectedItemResourceInner>> call(Response<Res
* @param fabricName The fabric name associated with the backup item.
* @param containerName The container name associated with the backup item.
* @param protectedItemName The backup item name used in this GET operation.
* @param filter expand eq {extendedinfo}. This filter enables you to choose (or filter) specific items in the list of backup items.
* @param filter expand eq {extendedInfo}. This filter enables you to choose (or filter) specific items in the list of backup items.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -463,7 +463,7 @@ public ProtectedItemResourceInner get(String vaultName, String resourceGroupName
* @param fabricName The fabric name associated with the backup item.
* @param containerName The container name associated with the backup item.
* @param protectedItemName The backup item name used in this GET operation.
* @param filter expand eq {extendedinfo}. This filter enables you to choose (or filter) specific items in the list of backup items.
* @param filter expand eq {extendedInfo}. This filter enables you to choose (or filter) specific items in the list of backup items.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -480,7 +480,7 @@ public ServiceFuture<ProtectedItemResourceInner> getAsync(String vaultName, Stri
* @param fabricName The fabric name associated with the backup item.
* @param containerName The container name associated with the backup item.
* @param protectedItemName The backup item name used in this GET operation.
* @param filter expand eq {extendedinfo}. This filter enables you to choose (or filter) specific items in the list of backup items.
* @param filter expand eq {extendedInfo}. This filter enables you to choose (or filter) specific items in the list of backup items.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the ProtectedItemResourceInner object
*/
Expand All @@ -501,7 +501,7 @@ public ProtectedItemResourceInner call(ServiceResponse<ProtectedItemResourceInne
* @param fabricName The fabric name associated with the backup item.
* @param containerName The container name associated with the backup item.
* @param protectedItemName The backup item name used in this GET operation.
* @param filter expand eq {extendedinfo}. This filter enables you to choose (or filter) specific items in the list of backup items.
* @param filter expand eq {extendedInfo}. This filter enables you to choose (or filter) specific items in the list of backup items.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the ProtectedItemResourceInner object
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class ProtectionContainerInner {
private String friendlyName;

/**
* The backup managemenent type for the container. Possible values include:
* The backup management type for the container. Possible values include:
* 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
*/
@JsonProperty(value = "backupManagementType")
Expand All @@ -55,7 +55,7 @@ public class ProtectionContainerInner {

/**
* The type assigned to the container. The values to use for each of these
* propertes are:&lt;br/&gt; 1. Compute Azure VM is
* properties are:&lt;br/&gt; 1. Compute Azure VM is
* Microsoft.Compute/virtualMachines&lt;br/&gt; 2. Classic Compute Azure VM
* is Microsoft.ClassicCompute/virtualMachines&lt;br/&gt; 3. Windows
* machines (like Azure Backup Server and DPM) is Windows&lt;br/&gt; 4.
Expand Down Expand Up @@ -85,7 +85,7 @@ public ProtectionContainerInner withFriendlyName(String friendlyName) {
}

/**
* Get the backup managemenent type for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
* Get the backup management type for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
*
* @return the backupManagementType value
*/
Expand All @@ -94,7 +94,7 @@ public BackupManagementType backupManagementType() {
}

/**
* Set the backup managemenent type for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
* Set the backup management type for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql'.
*
* @param backupManagementType the backupManagementType value to set
* @return the ProtectionContainerInner object itself.
Expand Down Expand Up @@ -145,7 +145,7 @@ public ProtectionContainerInner withHealthStatus(String healthStatus) {
}

/**
* Get the type assigned to the container. The values to use for each of these propertes are:&lt;br/&gt; 1. Compute Azure VM is Microsoft.Compute/virtualMachines&lt;br/&gt; 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines&lt;br/&gt; 3. Windows machines (like Azure Backup Server and DPM) is Windows&lt;br/&gt; 4. Azure SQL instance is AzureSqlContainer.
* Get the type assigned to the container. The values to use for each of these properties are:&lt;br/&gt; 1. Compute Azure VM is Microsoft.Compute/virtualMachines&lt;br/&gt; 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines&lt;br/&gt; 3. Windows machines (like Azure Backup Server and DPM) is Windows&lt;br/&gt; 4. Azure SQL instance is AzureSqlContainer.
*
* @return the containerType value
*/
Expand Down