Skip to content

Commit cc9f537

Browse files
committed
Merge pull request #14 from AzCiS/parvezah
Renaming ASS to Azure Stor Simple
2 parents 57d5daa + e4fa16b commit cc9f537

File tree

6 files changed

+33
-33
lines changed

6 files changed

+33
-33
lines changed

src/ServiceManagement/StorSimple/Commands.StorSimple/Cmdlets/BackupPolicy/RemoveAzureStorSimpleDeviceBackupPolicy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public override void ExecuteCmdlet()
5454
return;
5555
ConfirmAction(
5656
Force.IsPresent,
57-
string.Format(Resources.RemoveASSDBackupPolicyWarningMessage, backupPolicyIdFinal),
58-
string.Format(Resources.RemoveASSDBackupPolicyMessage, backupPolicyIdFinal),
57+
string.Format(Resources.RemoveAzureStorSimpleDeviceBackupPolicyWarningMessage, backupPolicyIdFinal),
58+
string.Format(Resources.RemoveAzureStorSimpleDeviceBackupPolicyMessage, backupPolicyIdFinal),
5959
backupPolicyIdFinal,
6060
() =>
6161
{

src/ServiceManagement/StorSimple/Commands.StorSimple/Cmdlets/BackupSet/RemoveAzureStorSimpleDeviceBackup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public override void ExecuteCmdlet()
5959
if (!ProcessParameters()) return;
6060
ConfirmAction(
6161
Force.IsPresent,
62-
string.Format(Resources.RemoveASSDBackupWarningMessage, finalBackupId),
63-
string.Format(Resources.RemoveASSDBackupMessage, finalBackupId),
62+
string.Format(Resources.RemoveAzureStorSimpleDeviceBackupWarningMessage, finalBackupId),
63+
string.Format(Resources.RemoveAzureStorSimpleDeviceBackupMessage, finalBackupId),
6464
BackupId,
6565
() =>
6666
{

src/ServiceManagement/StorSimple/Commands.StorSimple/Cmdlets/BackupSet/StartAzureStorSimpleDeviceBackupRestoreJob.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public override void ExecuteCmdlet()
5353
ProcessParameters();
5454
ConfirmAction(
5555
Force.IsPresent,
56-
string.Format(Resources.StartASSDBackupRestoreJobWarningMessage, BackupId),
57-
string.Format(Resources.StartASSDBackupRestoreJobMessage, BackupId),
56+
string.Format(Resources.StartAzureStorSimpleDeviceBackupRestoreJobWarningMessage, BackupId),
57+
string.Format(Resources.StartAzureStorSimpleDeviceBackupRestoreJobMessage, BackupId),
5858
BackupId,
5959
() =>
6060
{

src/ServiceManagement/StorSimple/Commands.StorSimple/Cmdlets/Clone/StartAzureStorSimpleBackupCloneJob.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public override void ExecuteCmdlet()
6969

7070
this.ConfirmAction(
7171
Force.IsPresent,
72-
string.Format(Resources.StartASSBackupCloneJobWarningMessage, BackupId),
73-
string.Format(Resources.StartASSBackupCloneJobMessage, BackupId),
72+
string.Format(Resources.StartAzureStorSimpleBackupCloneJobWarningMessage, BackupId),
73+
string.Format(Resources.StartAzureStorSimpleBackupCloneJobMessage, BackupId),
7474
BackupId,
7575
() =>
7676
{

src/ServiceManagement/StorSimple/Commands.StorSimple/Properties/Resources.Designer.cs

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceManagement/StorSimple/Commands.StorSimple/Properties/Resources.resx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,16 @@
144144
<data name="NotFoundMessageStorageAccountCredential" xml:space="preserve">
145145
<value>Storage account with the specified name does not exist.</value>
146146
</data>
147-
<data name="RemoveASSDBackupMessage" xml:space="preserve">
147+
<data name="RemoveAzureStorSimpleDeviceBackupMessage" xml:space="preserve">
148148
<value>Removing backup with backupId {0}...</value>
149149
</data>
150-
<data name="RemoveASSDBackupPolicyMessage" xml:space="preserve">
150+
<data name="RemoveAzureStorSimpleDeviceBackupPolicyMessage" xml:space="preserve">
151151
<value>Removing backuppolicy with backuppolicyId {0}...</value>
152152
</data>
153-
<data name="RemoveASSDBackupPolicyWarningMessage" xml:space="preserve">
153+
<data name="RemoveAzureStorSimpleDeviceBackupPolicyWarningMessage" xml:space="preserve">
154154
<value>Are you sure you want to remove the backuppolicy with backuppolicyId{0}?</value>
155155
</data>
156-
<data name="RemoveASSDBackupWarningMessage" xml:space="preserve">
156+
<data name="RemoveAzureStorSimpleDeviceBackupWarningMessage" xml:space="preserve">
157157
<value>Are you sure you want to remove the backup with backupId{0}?</value>
158158
</data>
159159
<data name="NotFoundMessageVirtualDisk" xml:space="preserve">
@@ -183,10 +183,10 @@
183183
<data name="RemoveWarningVolume" xml:space="preserve">
184184
<value>Are you sure you want to remove the volume?</value>
185185
</data>
186-
<data name="StartASSDBackupRestoreJobMessage" xml:space="preserve">
186+
<data name="StartAzureStorSimpleDeviceBackupRestoreJobMessage" xml:space="preserve">
187187
<value>Restoring backup with backupId {0}...</value>
188188
</data>
189-
<data name="StartASSDBackupRestoreJobWarningMessage" xml:space="preserve">
189+
<data name="StartAzureStorSimpleDeviceBackupRestoreJobWarningMessage" xml:space="preserve">
190190
<value>Are you sure you want to restore the backup with backupId{0}?</value>
191191
</data>
192192
<data name="SuccessMessageSetResourceContext" xml:space="preserve">
@@ -492,10 +492,10 @@
492492
<data name="SuccessMessageSubmitDeviceJob" xml:space="preserve">
493493
<value>The {0} job is triggered successfully. Please use the command Get-AzureStorSimpleJob -JobId {1} for tracking the job's status</value>
494494
</data>
495-
<data name="StartASSBackupCloneJobMessage" xml:space="preserve">
495+
<data name="StartAzureStorSimpleBackupCloneJobMessage" xml:space="preserve">
496496
<value>Cloning backup with backupId {0}...</value>
497497
</data>
498-
<data name="StartASSBackupCloneJobWarningMessage" xml:space="preserve">
498+
<data name="StartAzureStorSimpleBackupCloneJobWarningMessage" xml:space="preserve">
499499
<value>Are you sure you want to clone the backup with backupId {0}?</value>
500500
</data>
501501
<data name="InvalidInterfaceId" xml:space="preserve">

0 commit comments

Comments
 (0)