Skip to content

Commit ed63013

Browse files
Saving work
1 parent ccff761 commit ed63013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Automation/Commands.Automation/Common/AutomationClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public void DeleteAutomationAccount(string resourceGroupName, string automationA
181181
{
182182
if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
183183
{
184-
throw new ResourceNotFoundException(typeof(Schedule),
184+
throw new ResourceNotFoundException(typeof(AutomationAccount),
185185
string.Format(CultureInfo.CurrentCulture, Resources.AutomationAccountNotFound, automationAccountName));
186186
}
187187

0 commit comments

Comments
 (0)