You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using both the turn on and turn off version from the runbook gallery. All scheduled VMs start propperly, but wont shutdown after the updates succeeded. I took a look at the stop vm runbook in the history looking for errors and found the following:
Get-AzAutomationVariable : The variable was not found. Variable name PrescriptContext7c837cc6-3f00-4818-b9ac-8f1c0b36ea4f. At line:95 char:13 + $variable = Get-AzAutomationVariable -Name $runId -ResourceGroupName ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Get-AzAutomationVariable], ResourceNotFoundException + FullyQualifiedErrorId : Microsoft.Azure.Commands.Automation.Cmdlet.GetAzureAutomationVariable
The text was updated successfully, but these errors were encountered:
I am using both the turn on and turn off version from the runbook gallery. All scheduled VMs start propperly, but wont shutdown after the updates succeeded. I took a look at the stop vm runbook in the history looking for errors and found the following:
Get-AzAutomationVariable : The variable was not found. Variable name PrescriptContext7c837cc6-3f00-4818-b9ac-8f1c0b36ea4f. At line:95 char:13 + $variable = Get-AzAutomationVariable -Name $runId -ResourceGroupName ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Get-AzAutomationVariable], ResourceNotFoundException + FullyQualifiedErrorId : Microsoft.Azure.Commands.Automation.Cmdlet.GetAzureAutomationVariable
The text was updated successfully, but these errors were encountered: