Skip to content

Commit

Permalink
Merge pull request #14 from AzCiS/parvezah
Browse files Browse the repository at this point in the history
Renaming ASS to Azure Stor Simple
  • Loading branch information
avirupch committed Mar 2, 2015
2 parents 57d5daa + e4fa16b commit cc9f537
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public override void ExecuteCmdlet()
return;
ConfirmAction(
Force.IsPresent,
string.Format(Resources.RemoveASSDBackupPolicyWarningMessage, backupPolicyIdFinal),
string.Format(Resources.RemoveASSDBackupPolicyMessage, backupPolicyIdFinal),
string.Format(Resources.RemoveAzureStorSimpleDeviceBackupPolicyWarningMessage, backupPolicyIdFinal),
string.Format(Resources.RemoveAzureStorSimpleDeviceBackupPolicyMessage, backupPolicyIdFinal),
backupPolicyIdFinal,
() =>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public override void ExecuteCmdlet()
if (!ProcessParameters()) return;
ConfirmAction(
Force.IsPresent,
string.Format(Resources.RemoveASSDBackupWarningMessage, finalBackupId),
string.Format(Resources.RemoveASSDBackupMessage, finalBackupId),
string.Format(Resources.RemoveAzureStorSimpleDeviceBackupWarningMessage, finalBackupId),
string.Format(Resources.RemoveAzureStorSimpleDeviceBackupMessage, finalBackupId),
BackupId,
() =>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public override void ExecuteCmdlet()
ProcessParameters();
ConfirmAction(
Force.IsPresent,
string.Format(Resources.StartASSDBackupRestoreJobWarningMessage, BackupId),
string.Format(Resources.StartASSDBackupRestoreJobMessage, BackupId),
string.Format(Resources.StartAzureStorSimpleDeviceBackupRestoreJobWarningMessage, BackupId),
string.Format(Resources.StartAzureStorSimpleDeviceBackupRestoreJobMessage, BackupId),
BackupId,
() =>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public override void ExecuteCmdlet()

this.ConfirmAction(
Force.IsPresent,
string.Format(Resources.StartASSBackupCloneJobWarningMessage, BackupId),
string.Format(Resources.StartASSBackupCloneJobMessage, BackupId),
string.Format(Resources.StartAzureStorSimpleBackupCloneJobWarningMessage, BackupId),
string.Format(Resources.StartAzureStorSimpleBackupCloneJobMessage, BackupId),
BackupId,
() =>
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,16 @@
<data name="NotFoundMessageStorageAccountCredential" xml:space="preserve">
<value>Storage account with the specified name does not exist.</value>
</data>
<data name="RemoveASSDBackupMessage" xml:space="preserve">
<data name="RemoveAzureStorSimpleDeviceBackupMessage" xml:space="preserve">
<value>Removing backup with backupId {0}...</value>
</data>
<data name="RemoveASSDBackupPolicyMessage" xml:space="preserve">
<data name="RemoveAzureStorSimpleDeviceBackupPolicyMessage" xml:space="preserve">
<value>Removing backuppolicy with backuppolicyId {0}...</value>
</data>
<data name="RemoveASSDBackupPolicyWarningMessage" xml:space="preserve">
<data name="RemoveAzureStorSimpleDeviceBackupPolicyWarningMessage" xml:space="preserve">
<value>Are you sure you want to remove the backuppolicy with backuppolicyId{0}?</value>
</data>
<data name="RemoveASSDBackupWarningMessage" xml:space="preserve">
<data name="RemoveAzureStorSimpleDeviceBackupWarningMessage" xml:space="preserve">
<value>Are you sure you want to remove the backup with backupId{0}?</value>
</data>
<data name="NotFoundMessageVirtualDisk" xml:space="preserve">
Expand Down Expand Up @@ -183,10 +183,10 @@
<data name="RemoveWarningVolume" xml:space="preserve">
<value>Are you sure you want to remove the volume?</value>
</data>
<data name="StartASSDBackupRestoreJobMessage" xml:space="preserve">
<data name="StartAzureStorSimpleDeviceBackupRestoreJobMessage" xml:space="preserve">
<value>Restoring backup with backupId {0}...</value>
</data>
<data name="StartASSDBackupRestoreJobWarningMessage" xml:space="preserve">
<data name="StartAzureStorSimpleDeviceBackupRestoreJobWarningMessage" xml:space="preserve">
<value>Are you sure you want to restore the backup with backupId{0}?</value>
</data>
<data name="SuccessMessageSetResourceContext" xml:space="preserve">
Expand Down Expand Up @@ -492,10 +492,10 @@
<data name="SuccessMessageSubmitDeviceJob" xml:space="preserve">
<value>The {0} job is triggered successfully. Please use the command Get-AzureStorSimpleJob -JobId {1} for tracking the job's status</value>
</data>
<data name="StartASSBackupCloneJobMessage" xml:space="preserve">
<data name="StartAzureStorSimpleBackupCloneJobMessage" xml:space="preserve">
<value>Cloning backup with backupId {0}...</value>
</data>
<data name="StartASSBackupCloneJobWarningMessage" xml:space="preserve">
<data name="StartAzureStorSimpleBackupCloneJobWarningMessage" xml:space="preserve">
<value>Are you sure you want to clone the backup with backupId {0}?</value>
</data>
<data name="InvalidInterfaceId" xml:space="preserve">
Expand Down

0 comments on commit cc9f537

Please sign in to comment.